Lines Matching defs:arg1

129     uintptr_t arg0, uintptr_t arg1, __unused uintptr_t arg2, __unused uintptr_t arg3);
132 uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3);
399 uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3)
405 result = scope->ks_callback(credential, scope->ks_idata, action, arg0, arg1, arg2, arg3);
424 action, arg0, arg1, arg2, arg3);
441 __unused uintptr_t arg0, __unused uintptr_t arg1, __unused uintptr_t arg2, __unused uintptr_t arg3)
471 kauth_authorize_process(kauth_cred_t credential, kauth_action_t action, struct proc *process, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3)
473 return(kauth_authorize_action(kauth_scope_process, credential, action, (uintptr_t)process, arg1, arg2, arg3));
478 uintptr_t arg0, uintptr_t arg1, __unused uintptr_t arg2, __unused uintptr_t arg3)
485 * arg1 - signal to send the process
487 if (cansignal(current_proc(), credential, (struct proc *)arg0, (int)arg1, 0))
493 * arg1 - pointer to int - reason (errno) for denial
495 if (cantrace(current_proc(), credential, (proc_t)arg0, (int *)arg1))
510 * arg1 is pointer to path (char *) passed in to open.
513 * arg1 is pointer to path (char *) of file to be closed.
517 * arg1 is pointer to "to" path (char *).
520 * arg1 is pointer to file 2 path (char *).
523 * arg1 is pointer to path (char *) to executable.
540 kauth_authorize_fileop(kauth_cred_t credential, kauth_action_t action, uintptr_t arg0, uintptr_t arg1)
563 arg2 = arg1; /* close has some flags that come in via arg1 */
565 arg1 = (uintptr_t)namep;
567 kauth_authorize_action(kauth_scope_fileop, credential, action, arg0, arg1, arg2, 0);
592 __unused uintptr_t arg0, __unused uintptr_t arg1, __unused uintptr_t arg2, __unused uintptr_t arg3)