Home
last modified time | relevance | path

Searched refs:fmd_idspace_alloc (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_idspace.h67 extern id_t fmd_idspace_alloc(fmd_idspace_t *, void *);
H A Dfmd_timerq.c64 if ((id = fmd_idspace_alloc(ids, tp)) == -1) { in fmd_timerq_install()
H A Dfmd_idspace.c243 fmd_idspace_alloc(fmd_idspace_t *ids, void *data) in fmd_idspace_alloc() function
H A Dfmd_xprt.c786 xip->xi_id = fmd_idspace_alloc(fmd.d_xprt_ids, xip); in fmd_xprt_create()