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 in typeref:struct:fmd_xprt_class
95 fmd_xprt_class_t **xch_hash; /* subscription hash bucket array */
H A Dfmd_xprt.c232 fmd_xprt_class_t *xcp, *ncp;
243 fmd_free(xcp, sizeof (fmd_xprt_class_t));
260 fmd_xprt_class_t *xcp;
269 xcp = fmd_alloc(sizeof (fmd_xprt_class_t), FMD_SLEEP);
291 fmd_xprt_class_t *xcp, **pp;
313 fmd_free(xcp, sizeof (fmd_xprt_class_t));
H A Dfmd_mdb.c1488 "fmd_xprt_class", sizeof (fmd_xprt_class_t),
1489 OFFSETOF(fmd_xprt_class_t, xc_next)));
1496 const fmd_xprt_class_t *xcp = data;

Completed in 67 milliseconds