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