Searched refs:usedZoneList (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c158 static boolean_t usedZoneList = B_FALSE; variable
638 usedZoneList = B_TRUE;
893 if (usedZoneList && !z_running_in_global_zone()) {
900 if (globalZoneOnly && usedZoneList) {
914 if (usedZoneList) {
986 if (usedZoneList) {
/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c133 static boolean_t usedZoneList = B_FALSE; variable
419 usedZoneList = B_TRUE;
568 if (usedZoneList && z_verify_zone_spec() == -1)

Completed in 70 milliseconds