Home
last modified time | relevance | path

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
H A Dfmd_xprt.c266 return (++xcp->xc_refs); in fmd_xprt_class_hash_insert()
272 xcp->xc_refs = 1; in fmd_xprt_class_hash_insert()
278 return (xcp->xc_refs); in fmd_xprt_class_hash_insert()
306 if (--xcp->xc_refs != 0) in fmd_xprt_class_hash_delete()
307 return (xcp->xc_refs); in fmd_xprt_class_hash_delete()
309 ASSERT(xcp->xc_refs == 0); in fmd_xprt_class_hash_delete()
H A Dfmd_mdb.c1509 mdb_printf("%-8p %-4u %s\n", addr, xcp->xc_refs, name); in fmd_xprt_class()