Searched refs:xc_refs (Results 1 – 3 of 3) sorted by relevance
89 uint_t xc_refs; /* reference count for subscription */ member
266 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()
1502 mdb_printf("%-8p %-4u %s\n", addr, xcp->xc_refs, name); in fmd_xprt_class()