Home
last modified time | relevance | path

Searched refs:xi_lsub (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.h115 fmd_xprt_class_hash_t xi_lsub; /* subscriptions in local dispq */ member
H A Dfmd_xprt.c592 (void) fmd_xprt_class_hash_insert(xip, &xip->xi_lsub, class); in fmd_xprt_event_sub()
613 (void) fmd_xprt_class_hash_delete(xip, &xip->xi_lsub, class); in fmd_xprt_event_unsub()
842 fmd_xprt_class_hash_create(&xip->xi_lsub, xip->xi_queue); in fmd_xprt_create()
978 fmd_xprt_class_hash_destroy(&xip->xi_lsub); in fmd_xprt_destroy()
H A Dfmd_mdb.c1552 addr + OFFSETOF(fmd_xprt_impl_t, xi_lsub)); in fmd_xprt()