Searched refs:check_cred (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/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-8792.41.9/bsd/kern/ |
| H A D | uipc_socket.c | 8045 so_set_effective_pid(struct socket *so, int epid, struct proc *p, boolean_t check_cred) in so_set_effective_pid() argument 8072 if (check_cred && (epid != so->last_pid || epid != proc_pid(p))) { in so_set_effective_pid() 8161 so_set_effective_uuid(struct socket *so, uuid_t euuid, struct proc *p, boolean_t check_cred) in so_set_effective_uuid() argument 8192 if (check_cred && in so_set_effective_uuid()
|