Home
last modified time | relevance | path

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

/xnu-12377.81.4/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-12377.81.4/bsd/kern/
H A Dkern_descrip.c2819 error = mac_file_check_fcntl(kauth_cred_get(), fp->fp_glob, cmd, uap->arg); in sys_fcntl_nocancel()
4568 error = mac_file_check_fcntl(kauth_cred_get(), fp2->fp_glob, cmd, 0); in sys_fcntl_nocancel()
4702 error = mac_file_check_fcntl(kauth_cred_get(), fp2->fp_glob, cmd, 0); in sys_fcntl_nocancel()