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