Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libtsol/common/
H A Dzone.c61 if (zone_getattr(zoneid, ZONE_ATTR_SLBL, slabel, in getzonelabelbyid()
129 if (zone_getattr(zids[i], ZONE_ATTR_SLBL, &test_sl, in getzoneidbylabel()
261 if (zone_getattr(zids[i], ZONE_ATTR_SLBL, slabel, in getlabelbypath()
/titanic_44/usr/src/uts/common/sys/
H A Dzone.h96 #define ZONE_ATTR_SLBL 8 macro
/titanic_44/usr/src/cmd/zoneadmd/
H A Dvplat.c3949 if (zone_getattr(zids[i], ZONE_ATTR_SLBL, zid_label, in tsol_mounts()
4136 if (zone_getattr(zids[i], ZONE_ATTR_SLBL, zid_label, in tsol_unmounts()
/titanic_44/usr/src/cmd/truss/
H A Dprint.c2441 case ZONE_ATTR_SLBL: s = "ZONE_ATTR_SLBL"; break; in prt_zga()
/titanic_44/usr/src/uts/common/os/
H A Dzone.c5351 case ZONE_ATTR_SLBL: in zone_getattr()