Home
last modified time | relevance | path

Searched refs:zone (Results 426 – 442 of 442) sorted by last modified time

1...<<1112131415161718

/illumos-gate/usr/src/cmd/tsol/tnctl/
H A Dtnzonecfg26 #First Field: Name for the corresponding zone.
27 # It is used when zone is configured.
29 #Second Field: Label for the corresponding zone.
30 # It is used to label the zone when zone is booted.
44 # This is the default global zone configuration. Note that although this
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh729 zone=global
735 zone) type=$j;;
736 all-zones) zone=all-zones;;
740 zone) zone=$j ;;
892 ifconfig $nic -zone;\
1214 elif [ $zone != all-zones ] ; then
1290 attrs="$nic $linktype $zone $ipaddr $template $updown $attrs"
1846 zpool list -H zone 1>/dev/null 2>&1
1849 ZDSET=zone
/illumos-gate/usr/src/cmd/tsol/demo/
H A Dclonebylabel.sh71 /usr/sbin/zfs clone $image zone/$zonename
91 echo Enter zone name for $zonelabel
102 echo Skipping zone for $zonelabel
H A Drunwlabel.ksh42 for zone in `zoneadm list -pi | nawk -F: -v zonepath=${zonepath} '{
48 zlogin ${zone} ${progname}
/illumos-gate/usr/src/cmd/syseventd/
H A Dsvc-syseventd45 zone=`smf_zonename`
46 /usr/bin/pkill -x -u 0 -P 1 -z $zone rcm_daemon
47 /usr/bin/pkill -x -u 0 -P 1 -z $zone syseventd
48 /usr/bin/pkill -x -u 0 -P 1 -z $zone devfsadm
49 /usr/bin/pkill -x -u 0 -P 1 -z $zone syseventconfd
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-loopback68 /sbin/ipadm set-addrprop -t -p zone=all-zones lo0/v4
69 /sbin/ipadm set-addrprop -t -p zone=all-zones lo0/v6
/illumos-gate/usr/src/cmd/spell/
H A Dlist25129 zone
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4459 # time zone handling:
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DREADME3602 confTIME_ZONE TimeZoneSpec [USE_SYSTEM] Time zone info -- can be
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DObjective.java1124 int zone = sl.getZone(kve, val); in examine() local
1135 if ((zone & StatisticOperations.ZONEZ) == in examine()
1143 (zone & StatisticOperations.ZONET) == in examine()
1148 (zone & StatisticOperations.ZONET) == in examine()
1307 int zone = ((Integer) itZones.next()).intValue(); in checkShort() local
1310 if ((zone & StatisticOperations.ZONET) in checkShort()
1317 checkOnePos = zone & in checkShort()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t489 [ 0, 0, { "allowunits" => 1 }, "rctl27:189::::zone.cpu-shares=(priv,20k,none)" ],
490 [ 0, 0, {}, "rctl28:190::::zone.cpu-shares=(priv,100,none)" ],
658 [ 1, 0, { "allowunits" => 1 }, "rctl40:238::::zone.cpu-shares=(priv,10kb,none)" ],
659 [ 1, 0, { "allowunits" => 1 }, "rctl41:239::::zone.cpu-shares=(priv,10Ks,none)" ],
660 [ 1, 0, { "allowunits" => 1 }, "rctl42:240::::zone.cpu-shares=(priv,10s,none)" ],
661 [ 1, 0, { "allowunits" => 1 }, "rctl43:241::::zone.cpu-shares=(priv,100000b,none)" ],
686 [ 0, 1, {}, "rctl27:189::::zone.cpu-shares=(priv,20k,none)" ],
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dzone.c59 zid_lookup_cb(uintptr_t addr, const zone_t *zone, void *arg) in zid_lookup_cb() argument
62 if (zone->zone_id == zid) in zid_lookup_cb()
286 wsp->walk_addr += offsetof(struct zone, zone_zsd); in zsd_walk_init()
353 zone_t zone; in zsd() local
376 if (mdb_vread(&zone, sizeof (zone), addr) == -1) { in zsd()
415 len = mdb_readstr(name, ZONE_NAMELEN, (uintptr_t)zone.zone_name); in zsd()
H A Drctl.c201 zone_t zone; in rctl_list() local
241 if (mdb_vread(&zone, sizeof (zone_t), (uintptr_t)proc.p_zone) == -1) { in rctl_list()
275 set = (uintptr_t)zone.zone_rctls; in rctl_list()
/illumos-gate/usr/src/cmd/look/
H A Dwords25130 zone
/illumos-gate/usr/src/cmd/ipf/svc/
H A Dipfilter36 zone=`smf_zonename`
41 pid=`pgrep -z $zone ipmon`
217 [ "$zone" = "global" -a -n "$ipfid" ] && modunload -i $ipfid
/illumos-gate/usr/src/cmd/initpkg/
H A Dumountall.sh336 zone=*)
/illumos-gate/usr/src/cmd/fs.d/nfs/svc/
H A Dnfs-server33 zone=`smf_zonename`
105 /usr/bin/pkill -x -u 0,1 -z $zone '(nfsd|mountd)'

1...<<1112131415161718