Searched refs:uid2 (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/lib/libc/gen/ |
| D | getpwent.c | 943 uid_t uid2; in pwdb_match_entry_v3() local 960 memcpy(&uid2, p, sizeof(uid2)); in pwdb_match_entry_v3() 961 return (uid == uid2 ? NS_SUCCESS : NS_NOTFOUND); in pwdb_match_entry_v3() 1013 uint32_t uid2; in pwdb_match_entry_v4() local 1030 memcpy(&uid2, p, sizeof(uid2)); in pwdb_match_entry_v4() 1031 uid2 = ntohl(uid2); in pwdb_match_entry_v4() 1032 return (uid == (uid_t)uid2 ? NS_SUCCESS : NS_NOTFOUND); in pwdb_match_entry_v4()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMAsmPrinter.h | 114 MCSymbol *GetARMJTIPICJumpTableLabel2(unsigned uid, unsigned uid2) const;
|
| D | ARMAsmPrinter.cpp | 234 GetARMJTIPICJumpTableLabel2(unsigned uid, unsigned uid2) const { in GetARMJTIPICJumpTableLabel2() 237 << getFunctionNumber() << '_' << uid << '_' << uid2; in GetARMJTIPICJumpTableLabel2()
|
| /freebsd-10-stable/lib/libugidfw/ |
| D | ugidfw.c | 515 uid_t uid1, uid2; in bsde_parse_uidrange() local 541 uid2 = pwd->pw_uid; in bsde_parse_uidrange() 548 uid2 = value; in bsde_parse_uidrange() 552 *max = uid2; in bsde_parse_uidrange()
|
| /freebsd-10-stable/share/dtrace/ |
| D | watch_execve | 119 this->uid2 = this->proc->p_ucred->cr_uid; 205 this->pid2, this->uid2, this->gid2, this->arg2_0);
|
| D | watch_kill | 122 this->uid2 = this->proc->p_ucred->cr_uid; 210 this->pid2, this->uid2, this->gid2, this->arg2_0);
|
| D | watch_vop_remove | 418 this->uid2 = this->proc->p_ucred->cr_uid; 454 this->pid2, this->uid2, this->gid2, this->arg2_0);
|
| /freebsd-10-stable/contrib/gcc/config/sparc/ |
| D | sparc.c | 2656 short_branch (int uid1, int uid2) in short_branch() argument 2658 int delta = INSN_ADDRESSES (uid1) - INSN_ADDRESSES (uid2); in short_branch()
|