Home
last modified time | relevance | path

Searched refs:MIN_ZONEID (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dti_opts.c125 static zoneid_t myzone = MIN_ZONEID - 1; /* invalid */ in find_ucred_opt()
184 if (myzone == MIN_ZONEID - 1) in find_ucred_opt()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ducred.c256 if (uc->uc_zoneid < MIN_ZONEID || uc->uc_zoneid > MAX_ZONEID) { in ucred_getzoneid()
/illumos-gate/usr/src/uts/common/io/
H A Dptm.c551 if (z < MIN_ZONEID || z > MAX_ZONEID) { in ptmwput()
/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h75 #define MIN_ZONEID 0 /* minimum zone ID on system */ macro