Searched refs:mac_file_check_lock (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_file.c187 mac_file_check_lock(struct ucred *cred, struct fileglob *fg, int op, function
H A Dmac_framework.h186 int mac_file_check_lock(kauth_cred_t cred, struct fileglob *fg, int op,
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_descrip.c753 error = mac_file_check_lock(proc_ucred(p), fp->f_fglob,
855 error = mac_file_check_lock(proc_ucred(p), fp->f_fglob,
4128 error = mac_file_check_lock(proc_ucred(p), fp->f_fglob, F_SETLK, &lf);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c2186 error = mac_file_check_lock(vfs_context_ucred(ctx), fp->f_fglob,

Completed in 38 milliseconds