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…4783 kauth_cred_t old_cred = *credp; variable4785 if (old_cred != new_cred) {4792 if (IS_VALID_CRED(old_cred)) {4793 kauth_cred_drop(&old_cred);4801 kauth_cred_t old_cred = *credp; variable4804 if (old_cred != new_cred) {4813 if (IS_VALID_CRED(old_cred)) {4814 kauth_cred_drop(&old_cred);5004 kauth_cred_update(kauth_cred_t old_cred, kauth_cred_t model_cred, in kauth_cred_update() argument[all …]
528 kauth_cred_t old_cred,