Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.h97 } fmd_xprt_class_hash_t; typedef
115 fmd_xprt_class_hash_t xi_lsub; /* subscriptions in local dispq */
116 fmd_xprt_class_hash_t xi_rsub; /* subscriptions in remote peer */
117 fmd_xprt_class_hash_t xi_usub; /* pending remote unsubscriptions */
H A Dfmd_xprt.c219 fmd_xprt_class_hash_create(fmd_xprt_class_hash_t *xch, fmd_eventq_t *eq) in fmd_xprt_class_hash_create()
229 fmd_xprt_class_hash_destroy(fmd_xprt_class_hash_t *xch) in fmd_xprt_class_hash_destroy()
257 fmd_xprt_class_hash_t *xch, const char *class) in fmd_xprt_class_hash_insert()
288 fmd_xprt_class_hash_t *xch, const char *class) in fmd_xprt_class_hash_delete()
H A Dfmd_mdb.c1479 fmd_xprt_class_hash_t xch; in xpc_walk_init()