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