Lines Matching refs:kauth_cred_update

254 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(), which,
3992 return(kauth_cred_update(cred, &temp_cred, TRUE));
4008 * IMPORTANT: This function is implemented via kauth_cred_update(), which,
4051 return(kauth_cred_update(cred, &temp_cred, TRUE));
4065 * IMPORTANT: This function is implemented via kauth_cred_update(), which,
4096 return(kauth_cred_update(cred, &temp_cred, FALSE));
4110 * IMPORTANT: This function is implemented via kauth_cred_update(), which,
4134 newcred = kauth_cred_update(cred, &temp_cred, TRUE);
4158 * IMPORTANT: This function is implemented via kauth_cred_update(), which,
4186 newcred = kauth_cred_update(cred, &temp_cred, TRUE);
4626 * IMPORTANT: This function DOES NOT utilize kauth_cred_update(); as a
4710 * kauth_cred_update
4739 kauth_cred_update(kauth_cred_t old_cred, kauth_cred_t model_cred,
4764 DEBUG_CRED_CHANGE("kauth_cred_update(cache hit): %p -> %p\n", old_cred, found_cred);
4795 DEBUG_CRED_CHANGE("kauth_cred_update(cache miss): %p -> %p\n", old_cred, new_cred);