Searched refs:fmd_xprt_class_t (Results 1 – 3 of 3) sorted by relevance
91 } fmd_xprt_class_t; typedef95 fmd_xprt_class_t **xch_hash; /* subscription hash bucket array */
232 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()
1488 "fmd_xprt_class", sizeof (fmd_xprt_class_t), in xpc_walk_init()1489 OFFSETOF(fmd_xprt_class_t, xc_next))); in xpc_walk_init()1496 const fmd_xprt_class_t *xcp = data; in fmd_xprt_class()