Searched refs:GLOBAL_ZONEID (Results 176 - 200 of 230) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c327 zoneid = GLOBAL_ZONEID;
H A Dip_if.c3729 ill->ill_zoneid = GLOBAL_ZONEID;
4756 * In that case GLOBAL_ZONEID works to send.
4759 zoneid = GLOBAL_ZONEID;
7069 if (zoneid == GLOBAL_ZONEID) {
7235 (zoneid != GLOBAL_ZONEID ||
7717 (zoneid != GLOBAL_ZONEID ||
16069 zoneid = GLOBAL_ZONEID;
16073 if (ipif->ipif_id == 0 && zoneid != GLOBAL_ZONEID)
16132 zoneid != GLOBAL_ZONEID)
16170 zoneid = GLOBAL_ZONEID;
[all...]
H A Dip_rts.c665 crgetzoneid(ioc_cr) != GLOBAL_ZONEID &&
H A Dip_mroute.c3123 ixas.ixa_zoneid = GLOBAL_ZONEID; /* Multicast router in GZ */
3150 iras.ira_zoneid = GLOBAL_ZONEID; /* Multicast router in GZ */
H A Dip_ndp.c2132 zoneid_t zoneid = GLOBAL_ZONEID;
2183 * trying to send the packet by defaulting to the GLOBAL_ZONEID.
2186 zoneid = GLOBAL_ZONEID;
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c928 if (dsp->ds_dlp->dl_zid != GLOBAL_ZONEID &&
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c193 if (z->zone_id == GLOBAL_ZONEID)
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c1250 if (ucred_getzoneid(uc) != GLOBAL_ZONEID ||
/illumos-gate/usr/src/uts/common/os/
H A Dcred.c728 (cr->cr_uid == -1 ? (zoneid_t)-1 : GLOBAL_ZONEID) :
H A Dexacct.c298 if (getzoneid() != GLOBAL_ZONEID) {
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_addr.c1327 if (iph->iph_zoneid != GLOBAL_ZONEID) {
1338 if (getzonenamebyid(GLOBAL_ZONEID, zone_name,
2520 if (iph->iph_zoneid != GLOBAL_ZONEID &&
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c2616 zoneid = GLOBAL_ZONEID;
2640 zoneid = GLOBAL_ZONEID;
2715 connp->conn_zone_is_global = (crgetzoneid(credp) == GLOBAL_ZONEID);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipadm/
H A Dipadm.c1608 if ((zoneid = getzoneid()) == GLOBAL_ZONEID)
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c367 if (getzoneid() != GLOBAL_ZONEID) {
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu.c1587 if (zoneid != GLOBAL_ZONEID)
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1966 if (fnip->fi_zoneid != GLOBAL_ZONEID) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_rnode.c1869 zcmn_err(GLOBAL_ZONEID, CE_NOTE,
/illumos-gate/usr/src/uts/common/io/
H A Dtrill.c968 KSTAT_TYPE_NAMED, num, KSTAT_FLAG_VIRTUAL, GLOBAL_ZONEID);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c159 KSTAT_TYPE_NAMED, nstats, 0, GLOBAL_ZONEID);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c251 if (so->so_zoneid == GLOBAL_ZONEID) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dir.c705 if (crgetzoneid(cr) != GLOBAL_ZONEID)
H A Dzfs_vfsops.c1376 if (mntzone->zone_id == GLOBAL_ZONEID) {
/illumos-gate/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c3451 if (zone->zsz_id == GLOBAL_ZONEID) {
4010 if (zone->zspz_zone->zsz_id == GLOBAL_ZONEID) {
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c4466 if (zoneid == GLOBAL_ZONEID)
4790 if (getzoneid() != GLOBAL_ZONEID)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c2752 zoneid_t zoneid = GLOBAL_ZONEID;
2876 * Stack instances use GLOBAL_ZONEID for IP data structures
2881 lifr.lifr_zoneid != GLOBAL_ZONEID) {

Completed in 193 milliseconds

12345678910