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