Home
last modified time | relevance | path

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

/xnu-11215.1.10/security/
H A Dmac_file.c79 mac_file_check_ioctl(struct ucred *cred, struct fileglob *fg, u_long cmd) in mac_file_check_ioctl() function
H A Dmac_framework.h199 int mac_file_check_ioctl(kauth_cred_t cred, struct fileglob *fg,
/xnu-11215.1.10/bsd/kern/
H A Dsys_generic.c931 error = mac_file_check_ioctl(context.vc_ucred, fp->fp_glob, com); in ioctl()