Home
last modified time | relevance | path

Searched refs:ZONE_ID_UNDEFINED (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/head/
H A Dlibzonecfg.h55 #define ZONE_ID_UNDEFINED -1 macro
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c451 if (zent->zid == ZONE_ID_UNDEFINED) in zone_print()
466 if (zent->zid == ZONE_ID_UNDEFINED) in zone_print()
503 if (is_system_labeled() && zent->zid != ZONE_ID_UNDEFINED) { in lookup_zone_info()
568 zid != ZONE_ID_UNDEFINED) { in lookup_zone_info()
757 if (lookup_zone_info(name, ZONE_ID_UNDEFINED, &zent) != Z_OK) { in zone_print_list()
1478 } else if (lookup_zone_info(target_zone, ZONE_ID_UNDEFINED, in list_func()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c2436 if ((zoneid = getzoneidbyname(zone_name)) == ZONE_ID_UNDEFINED) { in configure_shared_network_interfaces()
5464 if ((zoneid = getzoneidbyname(kzone)) == ZONE_ID_UNDEFINED) { in vplat_teardown()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c5870 *zip = ZONE_ID_UNDEFINED; in zone_get_id()
7768 if ((zoneid = getzoneidbyname(zone_name)) != ZONE_ID_UNDEFINED) { in zonecfg_call_zoneadmd()