Home
last modified time | relevance | path

Searched refs:zones (Results 1 – 25 of 63) sorted by relevance

123

/titanic_41/usr/src/pkg/transforms/
H A Dglobal_zone_only_component31 # pieces (man pages, header files) which may need to appear in all zones.
37 # - man pages appear in all zones
38 # - header files appear in all zones
39 # - mdb(1) modules appear in all zones
41 # You may well have other actions which you wish to appear in all zones.
43 # been virtualized to work within zones. For those actions you wish to
44 # appear in all zones, add the following attribute to your action.
59 # We have a problem to solve here: To make an action appear in all zones,
66 # in all zones, the packager must specify
75 # Man pages should appear in all zones.
[all …]
/titanic_41/usr/src/cmd/svc/milestone/
H A Dnet-loopback49 /sbin/ifconfig lo0 all-zones
50 /sbin/ifconfig lo0 inet6 all-zones
68 /sbin/ipadm set-addrprop -t -p zone=all-zones lo0/v4
69 /sbin/ipadm set-addrprop -t -p zone=all-zones lo0/v6
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-zones.mf26 set name=pkg.fmri value=pkg:/system/zones@$(PKGVERS)
34 dir path=etc/zones group=sys variant.opensolaris.zone=global
50 dir path=usr/lib/zones
62 file path=etc/zones/SUNWblank.xml mode=0444 variant.opensolaris.zone=global
63 file path=etc/zones/SUNWdefault.xml mode=0444 variant.opensolaris.zone=global
64 file path=etc/zones/index group=sys original_name=SUNWzone:etc/zones/index \
68 file path=lib/svc/manifest/system/zones.xml group=sys mode=0444 \
74 file path=lib/svc/method/svc-zones mode=0555 variant.opensolaris.zone=global
91 file path=usr/lib/zones/zoneadmd mode=0555
92 file path=usr/lib/zones/zonestatd mode=0555 variant.opensolaris.zone=global
[all …]
H A Dsystem-trusted.mf58 dir path=usr/lib/zones
64 file path=lib/svc/manifest/system/tsol-zones.xml group=sys mode=0444
65 file path=lib/svc/method/svc-tsol-zones mode=0555
116 file path=usr/lib/zones/zoneshare group=sys mode=0555
117 file path=usr/lib/zones/zoneunshare group=sys mode=0555
151 depend fmri=system/zones type=require
H A Dsystem-zones-brand-sn1.mf26 set name=pkg.fmri value=pkg:/system/zones/brand/sn1@$(PKGVERS)
33 dir path=etc/zones group=sys
52 file path=etc/zones/SUNWsn1.xml mode=0444
H A Dsystem-zones-brand-s10.mf26 set name=pkg.fmri value=pkg:/system/zones/brand/s10@$(PKGVERS)
35 dir path=etc/zones group=sys
59 file path=etc/zones/SUNWsolaris10.xml mode=0444
/titanic_41/usr/src/cmd/tsol/tsol-zones/
H A DMakefile29 MANIFEST= tsol-zones.xml
30 SVCMETHOD= svc-tsol-zones
/titanic_41/usr/src/lib/brand/solaris10/zone/
H A Ddetach.ksh59 cat /etc/zones/$ZONENAME.xml
69 cp /etc/zones/$ZONENAME.xml $ZONEPATH/SUNWdetached.xml
H A Dpoststate.ksh55 echo "global:installed:/" > $zonepath/root/etc/zones/index
/titanic_41/usr/src/cmd/tsol/
H A DMakefile35 zones \
44 tsol-zones \
/titanic_41/usr/src/cmd/zoneadm/
H A DMakefile27 MANIFEST= zones.xml resource-mgmt.xml
28 SVCMETHOD= svc-zones svc-resource-mgmt
H A Dsvc-zones54 egrep -vs '^#|^global:' /etc/zones/index || exit 0 # no local zones
92 egrep -vs '^#|^global:' /etc/zones/index || exit 0 # no local zones
H A Dsvc-resource-mgmt31 [ ! -f /etc/zones/global.xml ] && exit $SMF_EXIT_OK # No global zone
/titanic_41/usr/src/cmd/Adm/
H A DMakefile29 ZI_SPECIAL= zones-index
43 ETCZONESD= $(ROOT)/etc/zones
/titanic_41/usr/src/cmd/zic/
H A Dzic.c241 static struct zone *zones; variable
567 for (j = i + 1; j < nzones && zones[j].z_name == NULL; ++j)
569 outzone(&zones[i], j - i);
778 zp = &zones[i]; in associate()
788 zp = &zones[i]; in associate()
796 zp = &zones[i]; in associate()
1026 if (zones[i].z_name != NULL &&
1027 strcmp(zones[i].z_name, fields[ZF_NAME]) == 0) {
1030 strlen(zones[i].z_filename)));
1034 zones[i].z_filename,
[all …]
/titanic_41/usr/src/cmd/zonestat/zonestatd/
H A Dsvc-zonestat32 /usr/lib/zones/zonestatd -c
H A DMakefile31 ROOTCMDDIR = $(ROOTLIB)/zones
/titanic_41/usr/src/cmd/halt/
H A Dhalt.c474 zoneid_t *zones; in halt_zones() local
489 zones = calloc(sizeof (zoneid_t), nz); in halt_zones()
490 if (zones == NULL) { in halt_zones()
497 (void) zone_list(zones, &nz); in halt_zones()
500 free(zones); in halt_zones()
512 if (zones[i] == GLOBAL_ZONEID) in halt_zones()
514 if (getzonenamebyid(zones[i], zname, sizeof (zname)) < 0) { in halt_zones()
524 cmdname, zones[i], strerror(errno)); in halt_zones()
/titanic_41/usr/src/cmd/tsol/zones/
H A DMakefile31 ROOTLIBZONES= $(ROOTLIB)/zones
/titanic_41/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c362 int zones = 0; in main() local
385 zones = 1; in main()
412 if (argc > optind || (projects > 0 && zones > 0)) in main()
/titanic_41/usr/src/cmd/prstat/
H A Dprstat.c164 static list_t zones; /* list of zones */ variable
1101 list_update(&zones, lwp); in list_refresh()
1364 list_clear(&zones); in Exit()
1568 list_alloc(&zones, opts.o_nbottom); in main()
1574 list_setkeyfunc(NULL, &opts, &zones, LT_ZONES); in main()
1617 list_free(&zones); in main()
1622 list_alloc(&zones, opts.o_nbottom); in main()
1656 list_getsize(&zones); in main()
1657 list_sort(&zones); in main()
1658 list_print(&zones); in main()
[all …]
/titanic_41/usr/src/lib/brand/
H A DMakefile.brand28 ROOTTEMPLATEDIR= $(ROOT)/etc/zones
/titanic_41/usr/src/cmd/zoneadmd/
H A DMakefile33 ROOTCMDDIR= $(ROOTLIB)/zones
/titanic_41/usr/src/lib/libinstzones/
H A DMakefile.com39 zones.o
/titanic_41/usr/src/pkg/
H A DREADME.pkg266 pkg(5) uses variants to implement zones. If a package is marked
272 the global zone or only the non-global zones.
364 For example, to find rename ancestors of 'system/zones', do the following:
367 $ mypkgname=system/zones
455 global zones, non-global zones, or both. All ON packages are
456 delivered in both global and non-global zones.

123