Searched defs:zone_id (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dzone.h63 zoneid_t zone_id; /* ID of zone */ member in struct:zone
/illumos-gate/usr/src/cmd/rcap/rcapadm/
H A Drcapadm.c154 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 Didmap_kapi.c88 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 Dndp.c550 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 Dmdb_gcore.h166 zoneid_t zone_id; member in struct:mdb_zone
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c118 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 Dvplat.c1873 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 Dcred.c150 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 Dzone.h451 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 Dzoneadm.c1374 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 Dlibzonecfg.c5759 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);

Completed in 132 milliseconds