Searched refs:mac_file_check_fcntl (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.101.15/security/ |
| H A D | mac_file.c | 69 mac_file_check_fcntl(struct ucred *cred, struct fileglob *fg, int cmd, in mac_file_check_fcntl() function
|
| H A D | mac_framework.h | 193 int mac_file_check_fcntl(kauth_cred_t cred, struct fileglob *fg, int cmd,
|
| /xnu-10063.101.15/bsd/kern/ |
| H A D | kern_descrip.c | 2792 error = mac_file_check_fcntl(kauth_cred_get(), fp->fp_glob, cmd, uap->arg); in sys_fcntl_nocancel() 4492 error = mac_file_check_fcntl(kauth_cred_get(), fp2->fp_glob, cmd, 0); in sys_fcntl_nocancel() 4626 error = mac_file_check_fcntl(kauth_cred_get(), fp2->fp_glob, cmd, 0); in sys_fcntl_nocancel()
|