Searched refs:kauth_cred_hook (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/kern/ |
| D | kern_auth.c | 80 static int kauth_cred_hook(kauth_cred_t, kauth_action_t, void *, void *); 119 kauth_cred_hook(cred, KAUTH_CRED_INIT, NULL, NULL); in kauth_cred_alloc() 153 kauth_cred_hook(cred, KAUTH_CRED_FREE, NULL, NULL); in kauth_cred_free() 180 kauth_cred_hook(from, KAUTH_CRED_COPY, to, NULL); in kauth_cred_clone1() 245 kauth_cred_hook(parent->p_cred, KAUTH_CRED_FORK, parent, in kauth_proc_fork() 252 kauth_cred_hook(cred, KAUTH_CRED_CHROOT, cwdi, NULL); in kauth_proc_chroot() 1170 kauth_cred_hook(kauth_cred_t cred, kauth_action_t action, void *arg0, in kauth_cred_hook() function
|