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…4782 kauth_cred_t old_cred = *credp; variable4784 if (old_cred != new_cred) {4791 if (IS_VALID_CRED(old_cred)) {4792 kauth_cred_drop(&old_cred);4800 kauth_cred_t old_cred = *credp; variable4803 if (old_cred != new_cred) {4812 if (IS_VALID_CRED(old_cred)) {4813 kauth_cred_drop(&old_cred);5003 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,