Home
last modified time | relevance | path

Searched refs:xch_queue (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.h94 fmd_eventq_t *xch_queue; /* associated event queue (or NULL) */ member
H A Dfmd_xprt.c223 xch->xch_queue = eq; in fmd_xprt_class_hash_create()
231 fmd_eventq_t *eq = xch->xch_queue; in fmd_xprt_class_hash_destroy()
275 if (xch->xch_queue != NULL) in fmd_xprt_class_hash_insert()
276 fmd_dispq_insert(fmd.d_disp, xch->xch_queue, class); in fmd_xprt_class_hash_insert()
315 if (xch->xch_queue != NULL) in fmd_xprt_class_hash_delete()
316 fmd_dispq_delete(fmd.d_disp, xch->xch_queue, class); in fmd_xprt_class_hash_delete()