Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.h116 fmd_xprt_class_hash_t xi_rsub; /* subscriptions in remote peer */ member
H A Dfmd_xprt.c843 fmd_xprt_class_hash_create(&xip->xi_rsub, NULL); in fmd_xprt_create()
979 fmd_xprt_class_hash_destroy(&xip->xi_rsub); in fmd_xprt_destroy()
1854 refs = fmd_xprt_class_hash_insert(xip, &xip->xi_rsub, class); in fmd_xprt_subscribe()
1897 if ((refs = fmd_xprt_class_hash_delete(xip, &xip->xi_rsub, class)) == 0) in fmd_xprt_unsubscribe()
H A Dfmd_mdb.c1554 addr + OFFSETOF(fmd_xprt_impl_t, xi_rsub)); in fmd_xprt()