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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c205 static void kauth_identity_register_and_free(struct kauth_identity *kip);
206 static void kauth_identity_updatecache(struct kauth_identity_extlookup *elp, struct kauth_identity *kip, uint64_t extend_data);
208 static void kauth_identity_lru(struct kauth_identity *kip);
209 static int kauth_identity_guid_expired(struct kauth_identity *kip);
210 static int kauth_identity_ntsid_expired(struct kauth_identity *kip);
1075 struct kauth_identity *kip; local
1078 MALLOC(kip, struct kauth_identity *, sizeof(*kip), M_KAUTH, M_WAITOK | M_ZERO);
1079 if (kip != NULL) {
1081 kip
1124 kauth_identity_register_and_free(struct kauth_identity *kip) argument
1229 struct kauth_identity *kip; local
1373 struct kauth_identity *kip; local
1403 kauth_identity_lru(struct kauth_identity *kip) argument
1424 kauth_identity_guid_expired(struct kauth_identity *kip) argument
1453 kauth_identity_ntsid_expired(struct kauth_identity *kip) argument
1488 struct kauth_identity *kip; local
1525 struct kauth_identity *kip; local
1565 struct kauth_identity *kip; local
1601 struct kauth_identity *kip; local
1638 struct kauth_identity *kip; local
[all...]

Completed in 19 milliseconds