Searched refs:mac_file_check_fcntl (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.1.10/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-11215.1.10/bsd/kern/ |
| H A D | kern_descrip.c | 2810 error = mac_file_check_fcntl(kauth_cred_get(), fp->fp_glob, cmd, uap->arg); in sys_fcntl_nocancel() 4530 error = mac_file_check_fcntl(kauth_cred_get(), fp2->fp_glob, cmd, 0); in sys_fcntl_nocancel() 4664 error = mac_file_check_fcntl(kauth_cred_get(), fp2->fp_glob, cmd, 0); in sys_fcntl_nocancel()
|