Home
last modified time | relevance | path

Searched refs:zone_flags (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dzone.c2224 zone0.zone_flags |= ZF_HASHED_LABEL; in zone_init()
3344 zone->zone_flags |= ZF_IS_SCRATCH; in zone_set_root()
4310 zone->zone_flags |= ZF_NET_EXCL; in zone_create()
4378 if (is_system_labeled() && !(zone->zone_flags & ZF_IS_SCRATCH)) { in zone_create()
4494 zone->zone_flags |= ZF_HASHED_LABEL; in zone_create()
4521 if (zone->zone_flags & ZF_HASHED_LABEL) { in zone_create()
4689 } else if (is_system_labeled() && !(zone->zone_flags & ZF_IS_SCRATCH)) { in zone_list_access()
4914 zone->zone_flags |= ZF_REFCOUNTS_LOGGED; in zone_log_refcounts()
5051 refs_have_been_logged = (zone->zone_flags & in zone_destroy()
5165 if (zone->zone_flags & ZF_HASHED_LABEL) in zone_destroy()
[all …]
H A Dnetstack.c325 if (zone->zone_flags & ZF_NET_EXCL) { in netstack_zone_create()
/titanic_44/usr/src/uts/common/sys/
H A Dzone.h458 ushort_t zone_flags; /* misc flags */ member
/titanic_44/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c236 !(to_zptr->zone_flags & ZF_IS_SCRATCH)) { in lo_mount()
/titanic_44/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c298 zi_cb->shared_ip_zone = (!(zone.zone_flags & ZF_NET_EXCL) && in zone_to_ips_cb()