Home
last modified time | relevance | path

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

/xnu-11215.1.10/security/
H A Dmac_file.c106 mac_file_check_get_offset(struct ucred *cred, struct fileglob *fg) in mac_file_check_get_offset() function
H A Dmac_framework.h197 int mac_file_check_get_offset(kauth_cred_t cred, struct fileglob *fg) __result_use_check;
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_syscalls.c6432 error = mac_file_check_get_offset(vfs_context_ucred(ctx), in lseek()