Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.h91 } fmd_xprt_class_t; typedef
95 fmd_xprt_class_t **xch_hash; /* subscription hash bucket array */
H A Dfmd_xprt.c232 fmd_xprt_class_t *xcp, *ncp; in fmd_xprt_class_hash_destroy()
243 fmd_free(xcp, sizeof (fmd_xprt_class_t)); in fmd_xprt_class_hash_destroy()
260 fmd_xprt_class_t *xcp; in fmd_xprt_class_hash_insert()
269 xcp = fmd_alloc(sizeof (fmd_xprt_class_t), FMD_SLEEP); in fmd_xprt_class_hash_insert()
291 fmd_xprt_class_t *xcp, **pp; in fmd_xprt_class_hash_delete()
313 fmd_free(xcp, sizeof (fmd_xprt_class_t)); in fmd_xprt_class_hash_delete()
H A Dfmd_mdb.c1495 "fmd_xprt_class", sizeof (fmd_xprt_class_t), in xpc_walk_init()
1496 OFFSETOF(fmd_xprt_class_t, xc_next))); in xpc_walk_init()
1503 const fmd_xprt_class_t *xcp = data; in fmd_xprt_class()