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

<<2122232425262728

/freebsd-12-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c2704 uid_t uid; local
2798 nd->nd_repstat = nfsv4_strtouid(nd, cp, j, &uid,
2801 nvap->na_uid = uid;
3873 " setattr-uid=%d\n", error);
H A Dnfs_nfsdserv.c426 NFSVNO_SETATTRVAL(&nva2, uid, nva.na_uid);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2358 CHECK_SIZE_AND_OFFSET(ipc_perm, uid);
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw2.c1091 * Support for uid/gid/jail lookup. These tests are expensive
1356 * For rules which contain uid/gid or jail constraints, cache
1983 if (vidx != 4 /* uid */ &&
2029 else if (vidx == 4 /* uid */ ||
2036 if (vidx == 4 /* uid */)
2042 if (vidx == 4 /* uid */)
2043 key = ucred_cache.uid;
/freebsd-12-stable/sys/security/mac_lomac/
H A Dmac_lomac.c2702 struct label *vplabel, uid_t uid, gid_t gid)
2701 lomac_vnode_check_setowner(struct ucred *cred, struct vnode *vp, struct label *vplabel, uid_t uid, gid_t gid) argument
/freebsd-12-stable/contrib/gcc/cp/
H A Dcp-tree.h729 unsigned int uid;
727 unsigned int uid; local
/freebsd-12-stable/sys/kern/
H A Dkern_proc.c3053 static SYSCTL_NODE(_kern_proc, KERN_PROC_UID, uid, CTLFLAG_RD | CTLFLAG_MPSAFE,
/freebsd-12-stable/contrib/sqlite3/
H A Dshell.c20753 uid_t uid = getuid(); local
20754 if( (pwent=getpwuid(uid)) != NULL) {
H A Dsqlite3.c34419 robustFchown(int fd, uid_t uid, gid_t gid) argument
39994 uid_t uid; /* Userid for the file */ local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2390 unsigned uid,MCContext &Ctx) const{
2388 LowerCustomJumpTableEntry(const MachineJumpTableInfo *MJTI, const MachineBasicBlock *MBB, unsigned uid,MCContext &Ctx) const argument
[all...]

Completed in 836 milliseconds

<<2122232425262728