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

/darwin-on-arm/xnu/bsd/sys/
H A Dkauth.h617 extern int kauth_authorize_fileop(kauth_cred_t _credential, kauth_action_t _action,
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_authorization.c540 kauth_authorize_fileop(kauth_cred_t credential, kauth_action_t action, uintptr_t arg0, uintptr_t arg1) function
H A Dkern_exec.c1380 * Ignore result of kauth_authorize_fileop call.
1383 kauth_authorize_fileop(vfs_context_ucred(imgp->ip_vfs_context),
H A Dkern_descrip.c2327 * Ignore result of kauth_authorize_fileop call.
2333 kauth_authorize_fileop(fp->f_fglob->fg_cred, KAUTH_FILEOP_CLOSE,
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c181 * Ignore result of kauth_authorize_fileop call.
186 kauth_authorize_fileop(vfs_context_ucred(ctx), KAUTH_FILEOP_OPEN,
H A Dvfs_syscalls.c3723 * Ignore result of kauth_authorize_fileop call.
3725 kauth_authorize_fileop(vfs_context_ucred(ctx), KAUTH_FILEOP_LINK,
3849 * Ignore result of kauth_authorize_fileop call.
3865 kauth_authorize_fileop(vfs_context_ucred(ctx), KAUTH_FILEOP_SYMLINK,
4074 * Ignore result of kauth_authorize_fileop call.
4078 kauth_authorize_fileop(vfs_context_ucred(ctx),
6313 * Ignore result of kauth_authorize_fileop call.
6315 kauth_authorize_fileop(vfs_context_ucred(ctx),
6773 * Ignore result of kauth_authorize_fileop call.
6777 kauth_authorize_fileop(vfs_context_ucre
[all...]

Completed in 53 milliseconds