Searched refs:xi_rsub (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.h116 fmd_xprt_class_hash_t xi_rsub; /* subscriptions in remote peer */ member in struct:fmd_xprt_impl
H A Dfmd_xprt.c843 fmd_xprt_class_hash_create(&xip->xi_rsub, NULL);
979 fmd_xprt_class_hash_destroy(&xip->xi_rsub);
1854 refs = fmd_xprt_class_hash_insert(xip, &xip->xi_rsub, class);
1892 * If the subscription reference count drops to zero in xi_rsub, insert
1897 if ((refs = fmd_xprt_class_hash_delete(xip, &xip->xi_rsub, class)) == 0)
H A Dfmd_mdb.c1554 addr + OFFSETOF(fmd_xprt_impl_t, xi_rsub));

Completed in 52 milliseconds