Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.h117 fmd_xprt_class_hash_t xi_usub; /* pending remote unsubscriptions */ member
H A Dfmd_xprt.c640 (void) fmd_xprt_class_hash_delete(xip, &xip->xi_usub, class); in fmd_xprt_event_unsuback()
844 fmd_xprt_class_hash_create(&xip->xi_usub, fmd.d_rmod->mod_queue); in fmd_xprt_create()
980 fmd_xprt_class_hash_destroy(&xip->xi_usub); in fmd_xprt_destroy()
1898 (void) fmd_xprt_class_hash_insert(xip, &xip->xi_usub, class); in fmd_xprt_unsubscribe()
H A Dfmd_mdb.c1570 addr + OFFSETOF(fmd_xprt_impl_t, xi_usub)); in fmd_xprt()