/illumos-gate/usr/src/lib/libfakekernel/common/sys/ |
H A D | zone.h | 63 zoneid_t zone_id; /* ID of zone */ member in struct:zone
|
/illumos-gate/usr/src/cmd/rcap/rcapadm/ |
H A D | rcapadm.c | 154 zoneid_t zone_id; local 161 if ((zone_id = getzoneidbyname(zonename)) == -1) { 172 if (zone_setattr(zone_id, ZONE_ATTR_PHYS_MCAP, &num, 0) == -1) {
|
/illumos-gate/usr/src/uts/common/idmap/ |
H A D | idmap_kapi.c | 88 zoneid_t zone_id; member in struct:idmap_zone_specific 231 zcmn_err(zs->zone_id, CE_WARN, 255 zcmn_err(zs->zone_id, CE_WARN, 270 zcmn_err(zs->zone_id, CE_WARN, 288 zcmn_err(zs->zone_id, CE_WARN, 297 zcmn_err(zs->zone_id, CE_WARN, 323 zs->zone_id = zone->zone_id; 336 idmap_zone_destroy(zoneid_t zone_id, void *arg) argument 1427 zcmn_err(zs->zone_id, CE_WAR [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | ndp.c | 550 int zone_id = sin6p->sin6_scope_id; local 551 if (if_indextoname(zone_id, lifr_name) == NULL) { 552 warnx("Invalid zone identifier: %d", zone_id);
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gcore.h | 166 zoneid_t zone_id; member in struct:mdb_zone
|
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | zoneadmd.c | 118 static zoneid_t zone_id; variable 549 if ((zone_id = vplat_create(zlogp, mount_cmd)) == -1) { 555 if (vplat_bringup(zlogp, mount_cmd, zone_id) != 0) { 956 notify_zonestatd(zone_id); 1441 cb.zoneid = zone_id;
|
H A D | vplat.c | 1873 unconfigure_shared_network_interfaces(zlog_t *zlogp, zoneid_t zone_id) argument 1939 if (lifrl.lifr_zoneid == zone_id) { 2140 * specified in nwiftabptr->zone_nwif_address, for zone zone_id. Note that 2149 configure_one_interface(zlog_t *zlogp, zoneid_t zone_id, argument 2210 lifr.lifr_zoneid = zone_id;
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | cred.c | 150 destroy_ephemeral_zsd(zoneid_t zone_id, void *arg) argument 729 cr->cr_zone->zone_id);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | zone.h | 451 zoneid_t zone_id; /* ID of zone */ member in struct:zone 751 ((p)->p_zone->zone_id == (zoneid) || INGLOBALZONE(p))
|
/illumos-gate/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 1374 zoneid_t zone_id = getzoneid(); local 1416 if (zone_id == GLOBAL_ZONEID || is_system_labeled()) { 1419 fake_up_local_zone(zone_id, &zent); 1455 if (zone_id != GLOBAL_ZONEID && !is_system_labeled()) { 1456 fake_up_local_zone(zone_id, &zent); 1480 if (zone_id == GLOBAL_ZONEID && target_zone != NULL &&
|
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 5759 zoneid_t zone_id; local 5773 zone_id = -1; 5778 zone_id = getzoneidbyname(kernzone); 5782 zone_id = getzoneidbyname(zone_name); 5786 if (zone_id != -1 && 5787 zone_getattr(zone_id, ZONE_ATTR_STATUS, &status, 5789 *state_num = kernel_state_to_user_state(zone_id, status);
|