Searched refs:kauth_authorize_fileop (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkauth.h562 extern int kauth_authorize_fileop(kauth_cred_t _credential, kauth_action_t _action,
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_authorization.c538 kauth_authorize_fileop(kauth_cred_t credential, kauth_action_t action, uintptr_t arg0, uintptr_t arg1) function
H A Dkern_exec.c1312 * Ignore result of kauth_authorize_fileop call.
1315 kauth_authorize_fileop(vfs_context_ucred(imgp->ip_vfs_context),
H A Dkern_descrip.c1812 * Ignore result of kauth_authorize_fileop call.
1818 kauth_authorize_fileop(fp->f_fglob->fg_cred, KAUTH_FILEOP_CLOSE,
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_vnops.c415 * Ignore result of kauth_authorize_fileop call.
417 kauth_authorize_fileop(vfs_context_ucred(ctx), KAUTH_FILEOP_OPEN,
H A Dvfs_syscalls.c2717 * Ignore result of kauth_authorize_fileop call.
2719 kauth_authorize_fileop(vfs_context_ucred(ctx), KAUTH_FILEOP_LINK,
2831 * Ignore result of kauth_authorize_fileop call.
2847 kauth_authorize_fileop(vfs_context_ucred(ctx), KAUTH_FILEOP_SYMLINK,
3018 * Ignore result of kauth_authorize_fileop call.
3022 kauth_authorize_fileop(vfs_context_ucred(ctx),
5135 * Ignore result of kauth_authorize_fileop call.
5137 kauth_authorize_fileop(vfs_context_ucred(ctx),
5491 * Ignore result of kauth_authorize_fileop call.
5495 kauth_authorize_fileop(vfs_context_ucre
[all...]

Completed in 46 milliseconds