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

  /src/sys/kern/
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

Completed in 14 milliseconds