Home
last modified time | relevance | path

Searched refs:mac_file_check_fcntl (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/security/
H A Dmac_file.c69 mac_file_check_fcntl(struct ucred *cred, struct fileglob *fg, int cmd, in mac_file_check_fcntl() function
H A Dmac_framework.h193 int mac_file_check_fcntl(kauth_cred_t cred, struct fileglob *fg, int cmd,
/xnu-11215.1.10/bsd/kern/
H A Dkern_descrip.c2810 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()