Searched refs:kauth_cred_update (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c254 static kauth_cred_t kauth_cred_update(kauth_cred_t old_cred, kauth_cred_t new_cred, boolean_t retain_auditinfo);
3648 * IMPORTANT: This function is implemented via kauth_cred_update(), which,
3683 * with the new values; this is done by calling kauth_cred_update().
3705 return(kauth_cred_update(cred, &temp_cred, TRUE));
3723 * IMPORTANT: This function is implemented via kauth_cred_update(), which,
3758 * with the new values; this is done by calling kauth_cred_update().
3778 return(kauth_cred_update(cred, &temp_cred, TRUE));
3809 * IMPORTANT: This function is implemented via kauth_cred_update(), which,
3874 return(kauth_cred_update(cred, &temp_cred, TRUE));
3930 * IMPORTANT: This function is implemented via kauth_cred_update(), whic
4739 kauth_cred_update(kauth_cred_t old_cred, kauth_cred_t model_cred, function
[all...]

Completed in 16 milliseconds