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