HomeSort by: relevance | last modified time | path
    Searched defs:kauth_cred_hook (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_auth.c 83 static int kauth_cred_hook(kauth_cred_t, kauth_action_t, void *, void *);
122 kauth_cred_hook(cred, KAUTH_CRED_INIT, NULL, NULL);
156 kauth_cred_hook(cred, KAUTH_CRED_FREE, NULL, NULL);
183 kauth_cred_hook(from, KAUTH_CRED_COPY, to, NULL);
248 kauth_cred_hook(parent->p_cred, KAUTH_CRED_FORK, parent,
255 kauth_cred_hook(cred, KAUTH_CRED_CHROOT, cwdi, NULL);
1173 kauth_cred_hook(kauth_cred_t cred, kauth_action_t action, void *arg0, function
kern_auth.c 83 static int kauth_cred_hook(kauth_cred_t, kauth_action_t, void *, void *);
122 kauth_cred_hook(cred, KAUTH_CRED_INIT, NULL, NULL);
156 kauth_cred_hook(cred, KAUTH_CRED_FREE, NULL, NULL);
183 kauth_cred_hook(from, KAUTH_CRED_COPY, to, NULL);
248 kauth_cred_hook(parent->p_cred, KAUTH_CRED_FORK, parent,
255 kauth_cred_hook(cred, KAUTH_CRED_CHROOT, cwdi, NULL);
1173 kauth_cred_hook(kauth_cred_t cred, kauth_action_t action, void *arg0, function

Completed in 192 milliseconds