Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dbrandsys.c46 if (INGLOBALZONE(p) || !ZONE_IS_BRANDED(p->p_zone)) in brandsys()
/illumos-gate/usr/src/uts/common/sys/
H A Dbrand.h148 #define ZONE_IS_BRANDED(z) ((z)->zone_brand != &native_brand) macro
/illumos-gate/usr/src/uts/common/os/
H A Dmain.c292 brand_action = ZONE_IS_BRANDED(p->p_zone) ? EBA_BRAND : EBA_NONE; in exec_init()
H A Dexec.c234 if (!ZONE_IS_BRANDED(p->p_zone)) in exec_common()
254 if (ZONE_IS_BRANDED(p->p_zone) && !PROC_IS_BRANDED(p)) in exec_common()
H A Dzone.c2540 if ((ZONE_IS_BRANDED(zone)) || in zone_set_brand()
5362 if (ZONE_IS_BRANDED(zone)) in zone_destroy()
5700 if ((attr >= ZONE_ATTR_BRAND_ATTRS) && ZONE_IS_BRANDED(zone)) { in zone_getattr()
5814 if ((attr >= ZONE_ATTR_BRAND_ATTRS) && ZONE_IS_BRANDED(zone)) in zone_setattr()