Searched defs:credential (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_authorization.c396 kauth_authorize_action(kauth_scope_t scope, kauth_cred_t credential, kauth_action_t action, argument
438 kauth_authorize_allow(__unused kauth_cred_t credential, __unused void *idata, __unused kauth_action_t action, argument
469 kauth_authorize_process(kauth_cred_t credential, kauth_action_t action, struct proc *process, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3) argument
475 kauth_authorize_process_callback(kauth_cred_t credential, __unused void *idata, kauth_action_t action, argument
538 kauth_authorize_fileop(kauth_cred_t credential, kauth_action_t action, uintptr_t arg0, uintptr_t arg1) argument
579 kauth_authorize_generic(kauth_cred_t credential, kauth_action_t action) argument
589 kauth_authorize_generic_callback(kauth_cred_t credential, __unused void *idata, kauth_action_t action, __unused uintptr_t arg0, __unused uintptr_t arg1, __unused uintptr_t arg2, __unused uintptr_t arg3) argument
[all...]

Completed in 22 milliseconds