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

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

Completed in 34 milliseconds