Searched refs:uid (Results 476 - 500 of 547) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_logon.c176 smb_token_create_pxgrps(uid_t uid) argument
188 pwd = getpwuid(uid);
639 /* Get the SID for user's uid & gid */
/illumos-gate/usr/src/lib/libnsl/common/
H A Dllib-lnsl491 AUTH *authsys_create(const char *machname, uid_t uid, gid_t gid, int len,
613 int __getnetnamebyuid(char *name, uid_t uid);
614 int user2netname(char *netname, const uid_t uid, const char *domain);
845 int authdes_getucred(const struct authdes_cred *adc, uid_t *uid, gid_t *gid,
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c3596 * - If the real and effective uid's don't match, or the real and
3604 security(uid_t uid, uid_t euid, gid_t gid, gid_t egid, int auxflags) argument
3612 if (uid == (uid_t)-1)
3613 uid = getuid();
3614 if (uid) {
3617 if (uid != euid)
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c386 * Mountd requires uid 0 for:
2185 * Get supplemental groups for uid
2188 getusergroups(uid_t uid, uint_t *ngrps, gid_t **grps) argument
2195 if (getpwuid_r(uid, &pwd, pwbuf, pw_size) == NULL)
2252 get_uid(char *value, uid_t *uid) argument
2263 *uid = pw->pw_uid;
2270 *uid = (uid_t)intval;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c1631 * Determine uid and gid.
2093 uid_t uid = crgetuid(cr); local
2137 if (uid == fowner)
2158 uid == newid)
2276 uid_t uid = crgetuid(cr); local
2300 if (uid == zdp->z_uid) {
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c171 /* default uid/gid used if /etc/minor_perm entry not found */
2927 * uid.
2975 uid_t uid; local
3010 getattr(phy_path, aminor, spectype, dev, &mode, &uid, &gid);
3074 vprint(VERBOSE_MID, PERM_MSG, phy_path, uid, gid, mode);
3087 uid = DA_UID;
3098 (sb.st_uid != uid || sb.st_gid != gid)) {
3099 if (chown(phy_path, uid, gid) == -1)
3105 vprint(VERBOSE_MID, PERM_MSG, phy_path, uid, gid, mode);
7137 uid_t *uid, gid_
7136 getattr(char *phy_path, char *aminor, int spectype, dev_t dev, mode_t *mode, uid_t *uid, gid_t *gid) argument
[all...]
/illumos-gate/usr/src/cmd/ps/
H A Dps.c101 F_UID, /* numeric effective uid of the process */
102 F_RUID, /* numeric real uid of the process */
170 { "uid", "UID", 5, 5 },
292 static struct ughead ruid_tbl; /* table to store selected real uid's */
733 * current terminal and effective uid as the default.
2133 uid_t uid; local
2142 if (str2uid(utbl[i].name, &uid, 0, MAXEPHUID) == 0)
2143 pwd = getpwuid(uid);
/illumos-gate/usr/src/cmd/auditconfig/
H A Dauditconfig.c2280 uid_t uid; local
2283 uid = atoi(user);
2284 if ((pwd = getpwuid(uid)) == NULL) {
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c1864 uid_t uid; local
1869 (uid = crgetuid(cr)) != dir->i_uid &&
1870 uid != entry->i_uid &&
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c643 uid_t uid = crgetuid(cr); local
663 if (uid == owner) {
673 if (acl->acl_ic_who == uid) {
/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c2281 uid_t uid = crgetuid(curthread->t_cred); local
2287 if (uid && uid != chp->ch_uid) {
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h1147 uid3 uid; member in struct:fattr3
1225 uid3 uid; member in struct:set_uid3
1255 set_uid3 uid; member in struct:sattr3
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_attr.c2039 uid_t uid; local
2056 * side GETATTR when uid to attribute string conversion cannot
2122 error = nfs_idmap_str_uid(&na->owner, &uid, TRUE);
2130 else if (sarg->vap->va_uid != uid)
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ami.h283 int uid; member in struct:ami_serv_key_info
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c136 uid_t uid; member in struct:principal_list
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_temp.c404 uid = getuid();
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h196 extern bool privileged; /* We were run by real-uid root */
689 extern int (*check_options_hook) __P((uid_t uid));
690 /* extern int (*attach_device_hook) __P((uid_t uid, char *devnam)); */
/illumos-gate/usr/src/cmd/csh/
H A Dsh.exp.c572 i = stb.st_uid == uid;
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c384 nra.uid = getuid(); /* use the real uid */
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm.h393 unsigned long uid; /**< User ID */ member in struct:drm_client
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb.h112 uint16_t uid; member in struct:smb_hdr
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c879 secdata->uid = secp->sc_uid;
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c519 smi->smi_uid = STRUCT_FGET(args, uid);
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c507 &client_data->u_cred.uid,
534 client_data->u_cred.uid,
/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_to.c1219 au_to_user(uid_t uid, char *username) argument
1234 adr_uid(&adr, &uid, 1);

Completed in 158 milliseconds

<<11121314151617181920>>