Searched refs:uid (Results 551 - 575 of 685) sorted by relevance

<<2122232425262728

/freebsd-12-stable/sys/fs/udf/
H A Dudf_vnops.c180 return (vaccess(vp->v_type, mode, node->fentry->uid, node->fentry->gid,
304 * XXX The spec says that -1 is valid for uid/gid and indicates an
305 * invalid uid/gid. How should this be represented?
307 vap->va_uid = (le32toh(fentry->uid) == -1) ? 0 : le32toh(fentry->uid);
/freebsd-12-stable/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c470 cr->cr_uid = cr->cr_ruid = cr->cr_svuid = uc->uid;
802 uc->uid = 65534;
808 &uc->uid, &uc->gid, &numgroups, &uc->gidlist[0]);
/freebsd-12-stable/sys/security/audit/
H A Dbsm_token.c501 * ipc_perm; at least a few still use 16-bit uid's and gid's, so
509 if (sizeof(perm->uid) != sizeof(u_int32_t)) {
511 ADD_U_INT16(dptr, perm->uid);
519 ADD_U_INT32(dptr, perm->uid);
/freebsd-12-stable/crypto/openssh/
H A Dmisc.c927 tilde_expand_filename(const char *filename, uid_t uid) argument
947 } else if ((pw = getpwuid(uid)) == NULL) /* ~/path */
948 fatal("tilde_expand_filename: No such uid %ld", (long)uid);
1763 * avoid races), the uid of the expected owner, their home directory and an
1770 uid_t uid, char *err, size_t errlen)
1789 if ((!platform_sys_dir_uid(stp->st_uid) && stp->st_uid != uid) ||
1805 (!platform_sys_dir_uid(st.st_uid) && st.st_uid != uid) ||
1769 safe_path(const char *name, struct stat *stp, const char *pw_dir, uid_t uid, char *err, size_t errlen) argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h696 const MachineBasicBlock *MBB, unsigned uid) const;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp296 CHECK_SIZE_AND_OFFSET(ipc_perm, uid);
/freebsd-12-stable/contrib/gcc/
H A Dtree-into-ssa.c666 size_t uid; local
677 uid = DECL_UID (sym);
679 if (!bitmap_bit_p (update_ssa_stats.virtual_symbols, uid))
681 bitmap_set_bit (update_ssa_stats.virtual_symbols, uid);
H A Dipa-inline.c428 if (bitmap_bit_p (updated_nodes, node->uid))
430 bitmap_set_bit (updated_nodes, node->uid);
/freebsd-12-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c1973 WRAPPER2(struct passwd *, getpwuid, uid_t uid) argument
1976 buf = getpwuid (uid);
2001 WRAPPER2(struct group *, getgrgid, uid_t uid) argument
2004 buf = getgrgid (uid);
/freebsd-12-stable/contrib/binutils/bfd/
H A Dcoff-rs6000.c1555 s->st_uid = strtol (hdrp->uid, (char **) NULL, 10);
1565 s->st_uid = strtol (hdrp->uid, (char **) NULL, 10);
1614 sprintf (hdr.uid, "%d", 0);
1894 PRINT12 (hdr->uid, 0);
1990 PRINT12 (hdr->uid, 0);
2159 sprintf (ahdrp->uid, "%ld", (long) s.st_uid);
2231 sprintf (ahdr.uid, "%d", 0);
2395 PRINT12 (ahdrp->uid, s.st_uid);
2508 PRINT12 (hdr->uid, 0);
/freebsd-12-stable/contrib/amd/amd/
H A Dnfs_prot_svc.c109 extern int __rpc_get_local_uid(SVCXPRT *transp, uid_t *uid);
115 dlog("cannot verify local uid for rpc request");
/freebsd-12-stable/contrib/blacklist/lib/
H A Dbl.c243 #define CRED_SC_UID uid
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm.h234 unsigned long uid; /**< User ID */ member in struct:drm_client
/freebsd-12-stable/sys/rpc/
H A Drpcsec_gss.h101 uid_t uid; /* user ID */ member in struct:__anon16724
/freebsd-12-stable/sys/kern/
H A Dsysv_sem.c570 semakptr->u.sem_perm.uid = cred ? cred->cr_uid : 0;
785 semakptr->u.sem_perm.uid = sbuf->sem_perm.uid;
1058 sema[semid].u.sem_perm.uid = cred->cr_uid;
/freebsd-12-stable/sys/sys/
H A Dsocketvar.h407 int socheckuid(struct socket *so, uid_t uid);
/freebsd-12-stable/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib2055 # Assign 1000 as the base uid
2056 typeset -i uid=1000
2059 $USERADD -u $uid -g $gname -d /var/tmp/$uname -m $uname
2063 # The uid is not unique
2064 65) ((uid += 1)) ;;
2067 if [[ $uid == 65000 ]]; then
/freebsd-12-stable/tests/sys/fs/fusefs/
H A Dlookup.cc79 out.body.entry.attr.uid = 10;
/freebsd-12-stable/usr.sbin/cron/cron/
H A Dcron.c318 e->uid, e->gid, e->cmd))
/freebsd-12-stable/sys/netpfil/pf/
H A Dpf_ioctl.c1018 PF_MD5_UPD_HTONL(rule, uid.uid[0], y);
1019 PF_MD5_UPD_HTONL(rule, uid.uid[1], y);
1020 PF_MD5_UPD(rule, uid.op);
1621 bcopy(&krule->uid, &rule->uid, sizeof(krule->uid));
1731 bcopy(&rule->uid, &krule->uid, sizeo
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i269 GetTypeByID (lldb::user_id_t uid);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp142 Type::Type(lldb::user_id_t uid, SymbolFile *symbol_file, ConstString name, argument
147 : std::enable_shared_from_this<Type>(), UserID(uid), m_name(name),
/freebsd-12-stable/contrib/blacklist/bin/
H A Dconf.c835 "uid:%s, name:%s, nfail:%s, duration:%s", pref,
1002 conf_find(int fd, uid_t uid, const struct sockaddr_storage *rss, argument
1056 cr->c_uid = (int)uid;
/freebsd-12-stable/lib/libc/rpc/
H A Dsvc_vc.c719 __rpc_get_local_uid(SVCXPRT *transp, uid_t *uid) { argument
730 *uid = euid;
/freebsd-12-stable/sys/fs/fuse/
H A Dfuse_ipc.c241 reused_creds.cr_uid = ftick_hdr->uid;
902 ihead->uid = cred->cr_uid;

Completed in 400 milliseconds

<<2122232425262728