Searched refs:GLOBAL_ZONEID (Results 151 - 175 of 230) sorted by relevance

12345678910

/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.c203 if (strcmp(cmd, "evc") != 0 && getzoneid() != GLOBAL_ZONEID) {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_output.c439 if (stackzoneid == GLOBAL_ZONEID) {
/illumos-gate/usr/src/uts/common/disp/
H A Dcpupart.c182 zoneid = GLOBAL_ZONEID;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c3457 zcmn_err(GLOBAL_ZONEID, CE_NOTE,
3521 zcmn_err(GLOBAL_ZONEID, CE_WARN,
5025 return (nfs_global_client_only != 0 ? GLOBAL_ZONEID : getzoneid());
5111 (crgetzoneid(cr) == GLOBAL_ZONEID &&
H A Dnfs4_vfsops.c210 zcmn_err(GLOBAL_ZONEID, CE_WARN,
217 zcmn_err(GLOBAL_ZONEID, CE_WARN,
225 zcmn_err(GLOBAL_ZONEID, CE_WARN,
1092 if (getzoneid() == GLOBAL_ZONEID) {
H A Dnfs4_client.c2655 if (mi->mi_zone->zone_id != GLOBAL_ZONEID)
2656 kstat_zone_add(mi->mi_io_kstats, GLOBAL_ZONEID);
2664 if (mi->mi_zone->zone_id != GLOBAL_ZONEID)
2665 kstat_zone_add(mi->mi_ro_kstats, GLOBAL_ZONEID);
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_snmp.c79 * For all exclusive netstacks, the zone ID is always GLOBAL_ZONEID.
82 myzoneid = GLOBAL_ZONEID;
/illumos-gate/usr/src/uts/common/os/
H A Dcap_util.c1319 KSTAT_FLAG_VIRTUAL, GLOBAL_ZONEID)) == NULL)
H A Dcore.c580 zoneid = (core_type == CORE_ZONE ? getzoneid() : GLOBAL_ZONEID);
H A Dipc.c493 } else if (zoneid != GLOBAL_ZONEID)
H A Dpool_pset.c475 if (zoneid == GLOBAL_ZONEID)
H A Dtask.c1011 ASSERT(task_find(task0p->tk_tkid, GLOBAL_ZONEID) == NULL);
H A Drctl.c3132 if (ks_zoneid != GLOBAL_ZONEID)
3133 kstat_zone_add(ksp, GLOBAL_ZONEID);
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_impl.c499 ipst = netstack_find_by_zoneid(GLOBAL_ZONEID)->netstack_ip;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dintr.c1138 zoneid = GLOBAL_ZONEID;
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c1124 } else if ((getzoneid() == GLOBAL_ZONEID) &&
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c1440 if (zoneid != GLOBAL_ZONEID) {
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c1500 if (zid != GLOBAL_ZONEID) {
1612 if (zid_old != GLOBAL_ZONEID) {
1616 if (zid_new != GLOBAL_ZONEID)
1648 if (zoneid != GLOBAL_ZONEID) {
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c315 getzoneid() == GLOBAL_ZONEID)
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c234 GLOBAL_ZONEID) {
238 zcmn_err(GLOBAL_ZONEID,
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c3591 if (getzoneid() != GLOBAL_ZONEID)
3601 if (getzoneid() != GLOBAL_ZONEID)
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_if.c702 if (iph->iph_zoneid == GLOBAL_ZONEID && dlstatus == DLADM_STATUS_OK) {
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c1817 boolean_t showall = (getzoneid() != GLOBAL_ZONEID) || Z_option;
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c310 gzone = (getzoneid() == GLOBAL_ZONEID);
/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.c226 if (getzoneid() != GLOBAL_ZONEID) {

Completed in 162 milliseconds

12345678910