fmd_xprt_class_t
"fmd_xprt_class", sizeof (fmd_xprt_class_t),
OFFSETOF(fmd_xprt_class_t, xc_next)));
const fmd_xprt_class_t *xcp = data;
fmd_xprt_class_t *xcp, *ncp;
fmd_free(xcp, sizeof (fmd_xprt_class_t));
fmd_xprt_class_t *xcp;
xcp = fmd_alloc(sizeof (fmd_xprt_class_t), FMD_SLEEP);
fmd_xprt_class_t *xcp, **pp;
fmd_free(xcp, sizeof (fmd_xprt_class_t));
fmd_xprt_class_t **xch_hash; /* subscription hash bucket array */