Searched refs:getzoneid (Results 1 - 25 of 56) sorted by relevance
123
/osnet-11/usr/src/lib/libtsol/common/ |
H A D | getplabel.c | 44 zoneid = (int)getzoneid();
|
H A D | zone.c | 179 if (getzoneid() != GLOBAL_ZONEID) {
|
/osnet-11/usr/src/lib/pysolaris/zones/common/ |
H A D | zones.c | 33 return (Py_BuildValue("l", getzoneid())); 73 {"getzoneid", (PyCFunction)_getzoneid, METH_NOARGS, 74 "getzoneid() -> zoneid\n\nReturn the zone ID of the calling "
|
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_admin.c | 56 if (errno == ENOENT && getzoneid() != GLOBAL_ZONEID)
|
/osnet-11/usr/src/lib/libbsm/common/ |
H A D | au_usermask.c | 123 (getzoneid() != GLOBAL_ZONEID)) {
|
/osnet-11/usr/src/lib/pam_modules/tsol_acct/ |
H A D | tsol_acct.c | 130 (getzoneid() == GLOBAL_ZONEID) &&
|
/osnet-11/usr/src/lib/libbe/common/ |
H A D | be_snapshot.c | 91 if (getzoneid() != GLOBAL_ZONEID) { 204 if (getzoneid() != GLOBAL_ZONEID) { 282 if (getzoneid() != GLOBAL_ZONEID) { 427 if (getzoneid() != GLOBAL_ZONEID) 699 if (getzoneid() != GLOBAL_ZONEID) {
|
H A D | be_activate.c | 82 if (getzoneid() != GLOBAL_ZONEID) { 174 if (getzoneid() != GLOBAL_ZONEID) { 201 if (getzoneid() != GLOBAL_ZONEID) 910 if (getzoneid() != GLOBAL_ZONEID) {
|
H A D | be_rename.c | 80 if (getzoneid() != GLOBAL_ZONEID)
|
/osnet-11/usr/src/lib/libdladm/common/ |
H A D | flowprop.c | 91 return (getzoneid()); 102 zoneid_t zoneid = getzoneid(), inputzoneid; 269 zoneid_t zoneid = getzoneid(), inputzoneid; 364 attr.mf_zoneid = getzoneid();
|
H A D | libdlflow.c | 328 zoneid_t zoneid = getzoneid(); 378 zoneid_t zoneid = getzoneid(), inputzoneid; 444 zoneid_t cur_zoneid = getzoneid();
|
/osnet-11/usr/src/lib/libc/sparc/sys/ |
H A D | uadmin.c | 139 if (geteuid() == 0 && getzoneid() == GLOBAL_ZONEID &&
|
/osnet-11/usr/src/lib/pysolaris/common/ |
H A D | misc.c | 105 return (Py_BuildValue("i", getzoneid() == GLOBAL_ZONEID));
|
/osnet-11/usr/src/lib/pylibbe/common/ |
H A D | libbe.py | 104 if zones.getzoneid() == 0 and libbe_py.beHasGRUB(): 136 if zones.getzoneid() == 0: 243 if zones.getzoneid() == 0: 311 if zones.getzoneid() == 0: 365 if zones.getzoneid() == 0:
|
/osnet-11/usr/src/lib/libproject/common/ |
H A D | setproject.c | 477 if (getzoneid() != GLOBAL_ZONEID) 800 if (getzoneid() == GLOBAL_ZONEID) { 822 if (getzoneid() == GLOBAL_ZONEID) {
|
/osnet-11/usr/src/lib/libproc/common/ |
H A D | pr_tasksys.c | 52 return (getzoneid());
|
H A D | Pexecname.c | 139 if (getzoneid() == GLOBAL_ZONEID &&
|
/osnet-11/usr/src/lib/libc/amd64/sys/ |
H A D | uadmin.c | 173 if (geteuid() == 0 && getzoneid() == GLOBAL_ZONEID &&
|
/osnet-11/usr/src/lib/libc/i386/sys/ |
H A D | uadmin.c | 173 if (geteuid() == 0 && getzoneid() == GLOBAL_ZONEID &&
|
/osnet-11/usr/src/lib/libnetcfg/common/ |
H A D | libnetcfg_files.c | 689 zoneid_t dbzoneid, myzoneid = getzoneid(); 1024 zoneid_t myzoneid = getzoneid(); 1106 zoneid_t dbzoneid, myzoneid = getzoneid(); 1409 zoneid_t dbzoneid, myzoneid = getzoneid(); 1480 zoneid_t dbzoneid, myzoneid = getzoneid(); 1514 zoneid_t dbzoneid, myzoneid = getzoneid();
|
H A D | libnetcfg.c | 161 zoneid_t zoneid = getzoneid(); 470 zoneid_t dbzoneid, myzoneid = getzoneid();
|
H A D | libnetcfg_util.c | 137 zoneid_t zoneid = getzoneid();
|
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | devinfo_finddev.c | 58 ((getzoneid() == GLOBAL_ZONEID) && \
|
/osnet-11/usr/src/lib/libinstzones/common/ |
H A D | zones_utils.c | 408 zoneid = getzoneid();
|
/osnet-11/usr/src/lib/libc/port/sys/ |
H A D | zone.c | 207 * Underlying implementation for getzoneid and getzoneidbyname. 216 getzoneid(void) function
|
Completed in 471 milliseconds
123