Home
last modified time | relevance | path

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

/xnu-10063.101.15/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-10063.101.15/bsd/kern/
H A Dkern_descrip.c2792 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()