/illumos-gate/usr/src/lib/libtsol/common/ |
H A D | getplabel.c | 44 zoneid = (int)getzoneid();
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_strerror.c | 70 (void) vzprintf(getzoneid(), buf, ap); 96 (void) vzcmn_err(getzoneid(), level, buf, ap); 112 zoneid_t zoneid = getzoneid();
|
/illumos-gate/usr/src/head/ |
H A D | zone.h | 41 extern zoneid_t getzoneid(void);
|
/illumos-gate/usr/src/cmd/prtdiag/ |
H A D | main.c | 64 if (getzoneid() != GLOBAL_ZONEID) {
|
/illumos-gate/usr/src/lib/libfakekernel/common/sys/ |
H A D | zone.h | 93 extern zoneid_t getzoneid(void);
|
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_admin.c | 56 if (errno == ENOENT && getzoneid() != GLOBAL_ZONEID)
|
/illumos-gate/usr/src/cmd/zonename/ |
H A D | zonename.c | 65 zoneid = getzoneid();
|
/illumos-gate/usr/src/cmd/auditset/ |
H A D | svc-auditset.c | 104 if (!(policy & AUDIT_PERZONE) && (getzoneid() != GLOBAL_ZONEID))
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | echo.c | 125 (void) fprintf(stderr, "# [%6d %3d", getpid(), getzoneid());
|
H A D | log.c | 115 (void) fprintf(stderr, "# [%6d %3d", getpid(), getzoneid());
|
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | cryptoadm.c | 661 if (getzoneid() == GLOBAL_ZONEID) { 678 if (getzoneid() == GLOBAL_ZONEID) { 776 if (getzoneid() == GLOBAL_ZONEID) { 801 if (getzoneid() == GLOBAL_ZONEID) { 910 if (getzoneid() == GLOBAL_ZONEID) { 1017 if (getzoneid() == GLOBAL_ZONEID) { 1071 if (getzoneid() == GLOBAL_ZONEID) { 1128 if (getzoneid() != GLOBAL_ZONEID) { 1197 if (getzoneid() == GLOBAL_ZONEID) { 1284 if (getzoneid() [all...] |
/illumos-gate/usr/src/lib/pam_modules/tsol_acct/ |
H A D | tsol_acct.c | 130 (getzoneid() == GLOBAL_ZONEID) &&
|
/illumos-gate/usr/src/cmd/modload/ |
H A D | modunload.c | 71 if (getzoneid() != GLOBAL_ZONEID) {
|
H A D | modload.c | 77 if (getzoneid() != GLOBAL_ZONEID) {
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_builtin.c | 110 ctxt |= (getzoneid() == GLOBAL_ZONEID) ? FMD_BUILTIN_CTXT_GLOBALZONE :
|
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | thrpool.c | 164 getzoneid() == GLOBAL_ZONEID)
|
/illumos-gate/usr/src/lib/pysolaris/common/ |
H A D | misc.c | 96 return (Py_BuildValue("i", getzoneid() == GLOBAL_ZONEID));
|
/illumos-gate/usr/src/uts/common/fs/dev/ |
H A D | sdev_ipnetops.c | 69 dev = ipnet_if_getdev(dv->sdev_name, getzoneid()); 90 if ((dev = ipnet_if_getdev(nm, getzoneid())) == (dev_t)-1) 200 ipnet_walk_if(devipnet_filldir_entry, ddv, getzoneid());
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | sockstr.c | 1041 zcmn_err(getzoneid(), CE_WARN, 1116 zcmn_err(getzoneid(), CE_WARN, 1429 zcmn_err(getzoneid(), CE_WARN, 1681 zcmn_err(getzoneid(), CE_WARN, 1689 zcmn_err(getzoneid(), CE_WARN, 1702 zcmn_err(getzoneid(), CE_WARN, 1733 zcmn_err(getzoneid(), CE_WARN, 1762 zcmn_err(getzoneid(), CE_WARN, 1817 zcmn_err(getzoneid(), CE_WARN, 1913 zcmn_err(getzoneid(), CE_WAR [all...] |
/illumos-gate/usr/src/cmd/wall/ |
H A D | wall.c | 262 sendmes_tozone(getzoneid(), aflag); 298 if (zid != getzoneid()) { 348 if (zid != getzoneid()) {
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_pass.c | 220 tmp->zoneid = getzoneid(); 293 cpid->zoneid = getzoneid(); 347 cpid->zoneid = getzoneid();
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ptms_conf.c | 391 pt->pt_zoneid = getzoneid(); 442 if (pt != NULL && pt->pt_zoneid == getzoneid()) { 485 if (pt->pt_zoneid == getzoneid()) {
|
/illumos-gate/usr/src/lib/libc/sparc/sys/ |
H A D | uadmin.c | 140 if (geteuid() == 0 && getzoneid() == GLOBAL_ZONEID &&
|
/illumos-gate/usr/src/cmd/sasinfo/ |
H A D | sasinfo.c | 191 if (getzoneid() != GLOBAL_ZONEID) {
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | specials.c | 147 if (zone_getattr(getzoneid(), ZONE_ATTR_INITPID, &init_pid,
|