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 in struct:fmd_xprt_impl
H A Dfmd_xprt.c640 (void) fmd_xprt_class_hash_delete(xip, &xip->xi_usub, class);
844 fmd_xprt_class_hash_create(&xip->xi_usub, fmd.d_rmod->mod_queue);
980 fmd_xprt_class_hash_destroy(&xip->xi_usub);
1893 * an entry into the xi_usub hash indicating we await an unsuback event.
1898 (void) fmd_xprt_class_hash_insert(xip, &xip->xi_usub, class);
H A Dfmd_mdb.c1563 addr + OFFSETOF(fmd_xprt_impl_t, xi_usub));

Completed in 52 milliseconds