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); 153 kauth_cred_hook(cred, KAUTH_CRED_FREE, NULL, NULL); 180 kauth_cred_hook(from, KAUTH_CRED_COPY, to, NULL); 245 kauth_cred_hook(parent->p_cred, KAUTH_CRED_FORK, parent, 252 kauth_cred_hook(cred, KAUTH_CRED_CHROOT, cwdi, NULL); 1170 kauth_cred_hook(kauth_cred_t cred, kauth_action_t action, void *arg0, function in typeref:typename:int
|