Searched refs:mac_file_check_dup (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_file.c103 mac_file_check_dup(struct ucred *cred, struct fileglob *fg, int newfd) function
H A Dmac_framework.h189 int mac_file_check_dup(kauth_cred_t cred, struct fileglob *fg, int newfd);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_descrip.c2577 error = mac_file_check_dup(proc_ucred(p), ofp->f_fglob, new);
5384 myerror = mac_file_check_dup(proc_ucred(p), wfp->f_fglob, dfd);

Completed in 186 milliseconds