Searched refs:check_cred (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.1.10/bsd/sys/ |
| H A D | socketvar.h | 1071 extern int so_set_effective_pid(struct socket *so, int epid, struct proc *p, boolean_t check_cred); 1072 …n int so_set_effective_uuid(struct socket *so, uuid_t euuid, struct proc *p, boolean_t check_cred);
|
| /xnu-11215.1.10/bsd/kern/ |
| H A D | uipc_socket.c | 7931 so_set_effective_pid(struct socket *so, int epid, struct proc *p, boolean_t check_cred) in so_set_effective_pid() argument 7958 if (check_cred && (epid != so->last_pid || epid != proc_pid(p))) { in so_set_effective_pid() 8047 so_set_effective_uuid(struct socket *so, uuid_t euuid, struct proc *p, boolean_t check_cred) in so_set_effective_uuid() argument 8078 if (check_cred && in so_set_effective_uuid()
|