Searched refs:xc_refs (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.h89 uint_t xc_refs; /* reference count for subscription */ member in struct:fmd_xprt_class
H A Dfmd_xprt.c266 return (++xcp->xc_refs);
272 xcp->xc_refs = 1;
278 return (xcp->xc_refs);
306 if (--xcp->xc_refs != 0)
307 return (xcp->xc_refs);
309 ASSERT(xcp->xc_refs == 0);
H A Dfmd_mdb.c1502 mdb_printf("%-8p %-4u %s\n", addr, xcp->xc_refs, name);

Completed in 51 milliseconds