Searched refs:GLOBAL_ZONEID (Results 126 - 150 of 230) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vfsops.c170 zcmn_err(GLOBAL_ZONEID, CE_WARN,
178 zcmn_err(GLOBAL_ZONEID, CE_WARN,
914 if (getzoneid() == GLOBAL_ZONEID) {
H A Dnfs_vfsops.c172 zcmn_err(GLOBAL_ZONEID, CE_WARN,
180 zcmn_err(GLOBAL_ZONEID, CE_WARN,
941 if (getzoneid() == GLOBAL_ZONEID) {
H A Dnfs_client.c3307 if (mi->mi_zone->zone_id != GLOBAL_ZONEID)
3308 kstat_zone_add(mi->mi_io_kstats, GLOBAL_ZONEID);
3316 if (mi->mi_zone->zone_id != GLOBAL_ZONEID)
3317 kstat_zone_add(mi->mi_ro_kstats, GLOBAL_ZONEID);
/illumos-gate/usr/src/cmd/modload/
H A Dadd_drv.c213 if (getzoneid() != GLOBAL_ZONEID) {
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c866 if (getzoneid() == GLOBAL_ZONEID)
/illumos-gate/usr/src/cmd/fm/notify/snmp-notify/common/
H A Dsnmp-notify.c631 if (getzoneid() == GLOBAL_ZONEID)
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c431 if (getzoneid() == GLOBAL_ZONEID) {
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls.c51 if (zid != GLOBAL_ZONEID && dlp->dl_zid != zid)
/illumos-gate/usr/src/uts/sun4/os/
H A Dmachdep.c444 zoneid = GLOBAL_ZONEID;
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c1004 assert(getzoneid() != GLOBAL_ZONEID);
1867 if (getzoneid() != GLOBAL_ZONEID) {
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c223 if (getzoneid() == GLOBAL_ZONEID)
1672 if (getzoneid() == GLOBAL_ZONEID) {
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c528 kstat_zone_add(ksp, GLOBAL_ZONEID);
761 kstat_zone_add(ksp, GLOBAL_ZONEID);
/illumos-gate/usr/src/cmd/init/
H A Dinit.c662 if (getzoneid() != GLOBAL_ZONEID) {
923 if (getzoneid() != GLOBAL_ZONEID)
4547 if (zid != GLOBAL_ZONEID) {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_output.c1135 if (stackzoneid == GLOBAL_ZONEID) {
2443 if (stackzoneid == GLOBAL_ZONEID) {
2507 if (stackzoneid == GLOBAL_ZONEID) {
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c452 if (getzoneid() == GLOBAL_ZONEID) {
497 if (getzoneid() == GLOBAL_ZONEID) {
2692 if (getzoneid() != GLOBAL_ZONEID) {
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c1241 * For exclusive stacks we set conn_zoneid to GLOBAL_ZONEID as is done
1245 * conn_zoneid. The conn_zoneid is set to GLOBAL_ZONEID in non-global
1251 crgetzoneid(credp) : GLOBAL_ZONEID;
1386 if (zoneid != GLOBAL_ZONEID)
1388 } else if (zoneid == GLOBAL_ZONEID) {
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c2189 if (getzoneid() != GLOBAL_ZONEID)
2200 if (getzoneid() != GLOBAL_ZONEID)
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c1360 zoneid = GLOBAL_ZONEID;
1464 (crgetzoneid(credp) == GLOBAL_ZONEID);
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c1048 (zoneid = p->p_zone->zone_id) != GLOBAL_ZONEID &&
1379 (zoneid = p->p_zone->zone_id) != GLOBAL_ZONEID &&
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c230 zcmn_err(GLOBAL_ZONEID, CE_WARN,
309 zcmn_err(GLOBAL_ZONEID, CE_WARN, err_str);
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c1757 rval->sys_rval1 = GLOBAL_ZONEID;
1771 if (zid != GLOBAL_ZONEID)
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c1972 if (getzoneid() != GLOBAL_ZONEID) {
2090 if (getzoneid() != GLOBAL_ZONEID) {
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_scf.c530 * In the local zone (!= GLOBAL_ZONEID) we do not touch
534 if ((getzoneid() != GLOBAL_ZONEID) &&
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_util.c812 if (getzoneid() == GLOBAL_ZONEID) {
/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c1078 if (getzoneid() != GLOBAL_ZONEID)

Completed in 159 milliseconds

12345678910