Searched refs:old_cred (Results 1 – 2 of 2) sorted by relevance
3370 static kauth_cred_t kauth_cred_update(kauth_cred_t old_cred, kauth_cred_t new_cred, boolean_t retai…4812 kauth_cred_t old_cred = *credp; variable4814 if (old_cred != new_cred) {4821 if (IS_VALID_CRED(old_cred)) {4822 kauth_cred_drop(&old_cred);4830 kauth_cred_t old_cred = *credp; variable4833 if (old_cred != new_cred) {4842 if (IS_VALID_CRED(old_cred)) {4843 kauth_cred_drop(&old_cred);5033 kauth_cred_update(kauth_cred_t old_cred, kauth_cred_t model_cred, in kauth_cred_update() argument[all …]
526 kauth_cred_t old_cred,