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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c150 struct kauth_identity_extlookup kr_work;
169 static int kauth_resolver_submit(struct kauth_identity_extlookup *lkp, uint64_t extend_data);
206 static void kauth_identity_updatecache(struct kauth_identity_extlookup *elp, struct kauth_identity *kip, uint64_t extend_data);
236 static void kauth_groups_updatecache(struct kauth_identity_extlookup *el);
340 kauth_resolver_submit(struct kauth_identity_extlookup *lkp, uint64_t extend_data)
756 if ((error = copyout(&workp->kr_work, message, offsetof(struct kauth_identity_extlookup, el_extend))) != 0) {
762 message + offsetof(struct kauth_identity_extlookup, el_info_reserved_1),
763 sizeof(struct kauth_identity_extlookup) - offsetof(struct kauth_identity_extlookup, el_info_reserved_1))) != 0) {
782 error = copyin(message + offsetof(struct kauth_identity_extlookup, el_exten
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dkauth.h85 struct kauth_identity_extlookup { struct

Completed in 35 milliseconds