Home
last modified time | relevance | path

Searched refs:zone_subsys_ref (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dzone.c228 if (zn.zone_subsys_ref[n] == 0) in zoneprt()
245 zn.zone_subsys_ref[n]); in zoneprt()
/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h475 uint_t zone_subsys_ref[ZONE_REF_NUM_SUBSYS]; member
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c2828 ASSERT(z->zone_subsys_ref[subsys] != 0); in zone_rele_common()
2829 z->zone_subsys_ref[subsys]--; in zone_rele_common()
2902 z->zone_subsys_ref[subsys]++; in zone_hold_ref()
2903 ASSERT(z->zone_subsys_ref[subsys] != 0); in zone_hold_ref()
5134 if (zone->zone_subsys_ref[index] != 0) in zone_log_refcounts()
5169 if (zone->zone_subsys_ref[index] != 0) in zone_log_refcounts()
5172 zone->zone_subsys_ref[index]); in zone_log_refcounts()