Searched refs:newmask (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/bsd/vfs/ |
| H A D | vfs_syscalls.c | 10599 umask1(proc_t p, int newmask, __unused kauth_filesec_t fsec, int32_t *retval) in umask1() argument 10601 AUDIT_ARG(mask, newmask); in umask1() 10604 p->p_fd.fd_cmask = newmask & ALLPERMS; in umask1() 10626 return umask1(p, uap->newmask, KAUTH_FILESEC_NONE, retval); in umask_extended() 10632 return umask1(p, uap->newmask, UMASK_NOXSECURITY, retval); in umask()
|