Home
last modified time | relevance | path

Searched refs:uid (Results 151 – 175 of 650) sorted by relevance

12345678910>>...26

/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.6355 23nobody:*:60001:60001:SVR4 nobody uid:/dev/null:/dev/null
358 24noaccess:*:60002:60002:uid no access:/dev/null:/dev/null
359 24noaccess:*:60002:60002:uid
361 25nobody:*:-2:-2:original nobody uid:/dev/null:/dev/null
433 23 nobody * 60001 60001 SVR4 nobody uid /dev/null /dev/null
436 24 noaccess * 60002 60002 uid no access /dev/null /dev/null
439 25 nobody * -2 -2 original nobody uid /dev/null /dev/null
H A Dt.intest21443 nobody uid:/dev/null:/dev/null
1446 2 uid:/dev/null:/dev/null
1456 24noaccess:*:60002:60002:uid no access:/dev/null:/dev/null24noaccess:*:60002:60002:uid 24noaccess:…
1461 nobody uid:/dev/null:/dev/null
1464 2 uid:/dev/null:/dev/null
1863 7 uid
1866 23 nobody * 60001 60001 SVR4 nobody uid /dev/null /dev/null23 23 nobody * 60001 60001 SVR4 nobody
1877 5 uid
1882 24 noaccess * 60002 60002 uid no access /dev/null /dev/null24 24 noaccess * 60002 60002 uid no acc…
1895 7 uid
[all …]
H A Dt.next127 23nobody:*:60001:60001:SVR4 nobody uid:/dev/null:/dev/null
128 24noaccess:*:60002:60002:uid no access:/dev/null:/dev/null
129 25nobody:*:-2:-2:original nobody uid:/dev/null:/dev/null
152 23 nobody * 60001 60001 SVR4 nobody uid /dev/null /dev/null
153 24 noaccess * 60002 60002 uid no access /dev/null /dev/null
154 25 nobody * -2 -2 original nobody uid /dev/null /dev/null
H A Dt.sub2323 23nobody:*:60001:60001:SVR4 nobody uid:/dev/null:/dev/nulll
324 23nobody:*:60001:60001:SVR4 nobody uid:/dev/null:/dev/nulll&l
325 24noaccess:*:60002:60002:uid no access:/dev/null:/dev/nulll
326 24noaccess:*:60002:60002:uid no access:/dev/null:/dev/nulll&l
327 25nobody:*:-2:-2:original nobody uid:/dev/null:/dev/nulll
328 25nobody:*:-2:-2:original nobody uid:/dev/null:/dev/nulll&l
383 23 nobody * 60001 60001 SVR4 nobody uid /dev/null /dev/nulll
384 23 nobody * 60001 60001 SVR4 nobody uid /dev/null /dev/nulll&l
385 24 noaccess * 60002 60002 uid no access /dev/null /dev/nulll
387 25 nobody * -2 -2 original nobody uid /dev/null /dev/nulll
[all …]
H A Dt.strcmp1143 23nobody:*:60001:60001:SVR4 nobody uid:/dev/null:/dev/null
144 24noaccess:*:60002:60002:uid no access:/dev/null:/dev/null
145 25nobody:*:-2:-2:original nobody uid:/dev/null:/dev/null
173 23 nobody * 60001 60001 SVR4 nobody uid /dev/null /dev/null
174 24 noaccess * 60002 60002 uid no access /dev/null /dev/null
175 25 nobody * -2 -2 original nobody uid /dev/null /dev/null
H A Dt.6a355 23nobody:*:60001:60001:SVR4 nobody uid:/dev/null:/dev/null
358 24noaccess:*:60002:60002:uid no access:/dev/null:/dev/null
361 25nobody:*:-2:-2:original nobody uid:/dev/null:/dev/null
433 23 nobody * 60001 60001 SVR4 nobody uid /dev/null /dev/null
436 24 noaccess * 60002 60002 uid no access /dev/null /dev/null
439 25 nobody * -2 -2 original nobody uid /dev/null /dev/null
H A Dt.6b258 23nobody:*:60001:60001:SVR4 nobody uid:/dev/null:/dev/null
260 24noaccess:*:60002:60002:uid no access:/dev/null:/dev/null
262 25nobody:*:-2:-2:original nobody uid:/dev/null:/dev/null
307 23 nobody * 60001 60001 SVR4 nobody uid /dev/null /dev/null
309 24 noaccess * 60002 60002 uid no access /dev/null /dev/null
311 25 nobody * -2 -2 original nobody uid /dev/null /dev/null
H A Dt.cmp156 23nobody:*:60001:60001:SVR4 nobody uid:/dev/null:/dev/null
157 24noaccess:*:60002:60002:uid no access:/dev/null:/dev/null
158 25nobody:*:-2:-2:original nobody uid:/dev/null:/dev/null
186 23 nobody * 60001 60001 SVR4 nobody uid /dev/null /dev/null
187 24 noaccess * 60002 60002 uid no access /dev/null /dev/null
188 25 nobody * -2 -2 original nobody uid /dev/null /dev/null
H A Dt.bug1162 23nobody:*:60001:60001:SVR4 uid:/dev/null:/dev/null
163 24noaccess:*:60002:60002:uid access:/dev/null:/dev/null
164 25nobody:*:-2:-2:original uid:/dev/null:/dev/null
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rquota.c72 int uid; local
86 uid = getxdr_long();
90 uid, buff);
/illumos-gate/usr/src/cmd/getent/
H A Ddogetuserattr.c74 uid_t uid; in dogetuserattr() local
83 uid = strtoul(*list, &ptr, 10); in dogetuserattr()
85 if ((pwp = getpwuid(uid)) == NULL) { in dogetuserattr()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_lookup.c139 int ip_lookup_ioctl(data, cmd, mode, uid, ctx, ifs) in ip_lookup_ioctl() argument
142 int mode, uid;
195 err = ip_lookup_iterate(data, uid, ctx, ifs);
546 int ip_lookup_iterate(data, uid, ctx, ifs) in ip_lookup_iterate() argument
548 int uid;
578 token = ipf_findtoken(iter.ili_key, uid, ctx, ifs);
634 int ip_lookup_ioctl(data, cmd, mode, uid, ifs) in ip_lookup_ioctl() argument
637 int mode, uid;
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss_utils.c180 uid, gss_function_name) in rpc_gss_display_status() argument
183 uid_t uid;
208 &message_context, &status_string, uid);
237 &message_context, &status_string, uid);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.uid.d35 @a[uid] = count();
40 @a[uid] = count();
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/vars/
H A Dtst.uid.d30 /curpsinfo->pr_uid == uid/
37 printf("%d != %d\n", curpsinfo->pr_uid, uid);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c665 uid_t uid; in nfsauth_refresh_thread() local
762 p->auth_srv_uid = uid; in nfsauth_refresh_thread()
1050 if (uid != NULL) in nfsauth_cache_get()
1051 *uid = tmpuid; in nfsauth_cache_get()
1094 if (uid != NULL) in nfsauth_cache_get()
1095 *uid = p->auth_srv_uid; in nfsauth_cache_get()
1215 if (uid != NULL) in nfsauth_cache_get()
1216 *uid = tmpuid; in nfsauth_cache_get()
1277 if (uid != NULL) in nfsauth_access()
1282 if (uid != NULL) in nfsauth_access()
[all …]
/illumos-gate/usr/src/lib/libutempter/common/
H A Dutempter.c44 uid_t uid; in utempter_update_utmpx() local
54 uid = getuid(); in utempter_update_utmpx()
55 if ((pw = getpwuid(uid)) == NULL) in utempter_update_utmpx()
/illumos-gate/usr/src/lib/libsocket/inet/
H A Drcmd.c565 uid_t uid = (uid_t)-1; in ruserok() local
607 uid = geteuid(); in ruserok()
617 if (uid != (uid_t)-1) in ruserok()
618 (void) seteuid(uid); in ruserok()
627 if (uid != (uid_t)-1) in ruserok()
628 (void) seteuid(uid); in ruserok()
637 if (uid != (uid_t)-1) in ruserok()
638 (void) seteuid(uid); in ruserok()
646 if (uid != (uid_t)-1) in ruserok()
647 (void) seteuid(uid); in ruserok()
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_deleted.c223 int fd, const char *name, uid_t uid, gid_t gid, int flag) in s10_fchownat() argument
226 fd, name, uid, gid, flag)); in s10_fchownat()
230 s10_chown(sysret_t *rval, const char *name, uid_t uid, gid_t gid) in s10_chown() argument
233 AT_FDCWD, name, uid, gid, 0)); in s10_chown()
237 s10_lchown(sysret_t *rval, const char *name, uid_t uid, gid_t gid) in s10_lchown() argument
240 AT_FDCWD, name, uid, gid, AT_SYMLINK_NOFOLLOW)); in s10_lchown()
244 s10_fchown(sysret_t *rval, int filedes, uid_t uid, gid_t gid) in s10_fchown() argument
247 filedes, NULL, uid, gid, 0)); in s10_fchown()
/illumos-gate/usr/src/cmd/bnu/
H A Daccount.c48 char uid[MODSTR]; /* user id */ member
110 acptr->uid, FS, in reportJob()
201 sprintf(acptr->uid,"%ld",(long) passent->pw_uid);
264 copyText(acptr->uid, sizeof(acptr->uid), NOTAVAIL);
/illumos-gate/usr/src/cmd/projadd/
H A Dprojadd.pl128 my ($mode, $uid, $gid);
138 $uid = getuid();
144 ($mode, $uid, $gid) = (stat($pfh))[2,4,5];
282 if (!chown($uid, $gid, $tmpprojf)) {
/illumos-gate/usr/src/lib/lib9p/common/
H A Drfuncs.c253 r_getpwuid(uid_t uid, struct r_pgdata *pg) in r_getpwuid() argument
262 error = getpwuid_r(uid, &pg->r_pgun.un_pw, in r_getpwuid()
288 r_cap_getpwuid(cap_channel_t *cap, uid_t uid, struct r_pgdata *pg) in r_cap_getpwuid() argument
297 error = cap_getpwuid_r(cap, uid, &pg->r_pgun.un_pw, in r_cap_getpwuid()
/illumos-gate/usr/src/test/smbclient-tests/tests/smbfs/acl/
H A Dtp_acl_004.ksh131 read mode cnt uid gid junk < cti_stdout
136 cmd="chmod A+user:${uid}:rxaRcs::allow $TMNT/$tc_id"
168 grep " user:${uid}:" acl_test >/dev/null
/illumos-gate/usr/src/lib/lib9p/common/backend/
H A Dfs.c925 uid_t uid; in fs_attach() local
949 uid = (uid_t)-1; in fs_attach()
972 uid = pwd->pw_uid; in fs_attach()
1029 ai->ai_uid = uid; in fs_attach()
1197 uid_t uid; in fs_icreate() local
1387 uid_t uid; in fs_imkdir() local
1448 uid_t uid; in fs_imknod() local
1507 uid_t uid; in fs_imkfifo() local
1554 uid_t uid; in fs_imksocket() local
1666 uid_t uid; in fs_isymlink() local
[all …]
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Diod_cl.c71 uid_t uid; in smb_iod_door_path() local
75 uid = getuid(); in smb_iod_door_path()
77 SMBIOD_USR_DOOR, uid); in smb_iod_door_path()

12345678910>>...26