Searched refs:GLOBAL_ZONEID (Results 51 - 75 of 230) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c281 zcmn_err(GLOBAL_ZONEID, CE_WARN,
289 zcmn_err(GLOBAL_ZONEID, CE_WARN,
425 if (getzoneid() == GLOBAL_ZONEID) {
998 (crgetzoneid(cr) == GLOBAL_ZONEID &&
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip2mac.c205 zoneid = GLOBAL_ZONEID;
401 zoneid = GLOBAL_ZONEID;
/illumos-gate/usr/src/uts/common/syscall/
H A Duadmin.c85 ASSERT(zoneid != GLOBAL_ZONEID);
460 if (getzoneid() != GLOBAL_ZONEID)
H A Dacctctl.c477 getzoneid() != GLOBAL_ZONEID) {
490 getzoneid() != GLOBAL_ZONEID) {
503 getzoneid() != GLOBAL_ZONEID) {
/illumos-gate/usr/src/lib/libipadm/common/
H A Dlibipadm.c221 if (zoneid != GLOBAL_ZONEID) {
227 if ((zoneid == GLOBAL_ZONEID) || (zflags & ZF_NET_EXCL)) {
232 if (zoneid != GLOBAL_ZONEID) {
241 assert(zoneid != GLOBAL_ZONEID);
512 assert(iph->iph_zoneid != GLOBAL_ZONEID);
701 boolean_t is_ngz = (iph->iph_zoneid != GLOBAL_ZONEID);
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_create.c451 if (getzoneid() != GLOBAL_ZONEID) {
495 if (getzoneid() == GLOBAL_ZONEID) {
524 if (getzoneid() == GLOBAL_ZONEID && !uuid_is_null(dd.gz_be_uuid)) {
553 if (getzoneid() == GLOBAL_ZONEID) {
770 if (getzoneid() == GLOBAL_ZONEID) {
1046 if (getzoneid() == GLOBAL_ZONEID) {
1072 if (getzoneid() == GLOBAL_ZONEID &&
1115 if (getzoneid() == GLOBAL_ZONEID &&
1188 if (getzoneid() == GLOBAL_ZONEID && be_get_uuid(bt.nbe_root_ds,
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Dvold.c248 mnt_zoneid = GLOBAL_ZONEID;
485 if (mnt_zoneid > GLOBAL_ZONEID) {
596 if (mnt_zoneid > GLOBAL_ZONEID) {
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dsolaris.c468 if (ifs->ifs_zone == GLOBAL_ZONEID)
496 if (zid != GLOBAL_ZONEID)
525 if (orig_zone == GLOBAL_ZONEID &&
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsendsig.c248 (zoneid = p->p_zone->zone_id) != GLOBAL_ZONEID &&
475 (zoneid = p->p_zone->zone_id) != GLOBAL_ZONEID &&
697 (zoneid = p->p_zone->zone_id) != GLOBAL_ZONEID &&
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_drv.c342 if (zoneid != GLOBAL_ZONEID &&
384 if (zoneid != GLOBAL_ZONEID &&
437 if (zoneid != GLOBAL_ZONEID &&
571 if (zoneid != GLOBAL_ZONEID &&
700 if (zoneid != GLOBAL_ZONEID) {
854 if (zoneid != GLOBAL_ZONEID &&
/illumos-gate/usr/src/uts/common/rpc/
H A Drdma_subr.c516 KSTAT_FLAG_VIRTUAL | KSTAT_FLAG_WRITABLE, GLOBAL_ZONEID);
524 KSTAT_FLAG_VIRTUAL | KSTAT_FLAG_WRITABLE, GLOBAL_ZONEID);
/illumos-gate/usr/src/lib/lvm/libpreen/common/
H A Dmdpreen.c160 if (getzoneid() != GLOBAL_ZONEID) {
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmem.c97 int isglobal = (getzoneid() == GLOBAL_ZONEID);
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_finddev.c58 ((getzoneid() == GLOBAL_ZONEID) && \
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_utils.c412 if (zoneid == GLOBAL_ZONEID) {
/illumos-gate/usr/src/cmd/nscd/
H A Dserver.c136 if (is_system_labeled() && (getzoneid() != GLOBAL_ZONEID)) {
/illumos-gate/usr/src/cmd/rcap/rcapadm/
H A Drcapadm.c157 if (getzoneid() != GLOBAL_ZONEID || zonecfg_in_alt_root())
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c380 if (gz_capped && psinfo.pr_zoneid == GLOBAL_ZONEID) {
446 if (col_types & CAPPED_ZONE && my_zoneid == GLOBAL_ZONEID)
662 lcol->lcol_id.rcid_val == GLOBAL_ZONEID) {
721 lcol->lcol_id.rcid_val == GLOBAL_ZONEID) {
/illumos-gate/usr/src/cmd/dispadmin/
H A Ddispadmin.c300 if (getzoneid() != GLOBAL_ZONEID)
/illumos-gate/usr/src/cmd/modload/
H A Drem_drv.c124 if (getzoneid() != GLOBAL_ZONEID) {
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_main.c219 if (getzoneid() != GLOBAL_ZONEID) {
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_main.c143 if (getzoneid() == GLOBAL_ZONEID) {
/illumos-gate/usr/src/cmd/audit/
H A Daudit.c298 if (getzoneid() != GLOBAL_ZONEID) {
/illumos-gate/usr/src/cmd/tsol/updatehome/
H A Dsetupfiles.c130 if (min_zoneid == GLOBAL_ZONEID)
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdssubr.c302 ipst = netstack_find_by_zoneid(GLOBAL_ZONEID)->netstack_ip;

Completed in 79 milliseconds

12345678910