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

/xnu-2782.1.97/bsd/kern/
H A Dkern_credential.c170 struct kauth_identity_extlookup kr_work;
189 static int kauth_resolver_submit(struct kauth_identity_extlookup *lkp, uint64_t extend_data);
232 static void kauth_identity_updatecache(struct kauth_identity_extlookup *elp, struct kauth_identity *kip, uint64_t extend_data);
262 static void kauth_groups_updatecache(struct kauth_identity_extlookup *el);
410 kauth_resolver_submit(struct kauth_identity_extlookup *lkp, uint64_t extend_data)
811 if ((error = copyout(&workp->kr_work, message, offsetof(struct kauth_identity_extlookup, el_extend))) != 0) {
817 message + offsetof(struct kauth_identity_extlookup, el_info_reserved_1),
818 sizeof(struct kauth_identity_extlookup) - offsetof(struct kauth_identity_extlookup, el_info_reserved_1))) != 0) {
837 error = copyin(message + offsetof(struct kauth_identity_extlookup, el_exten
[all...]
/xnu-2782.1.97/bsd/sys/
H A Dkauth.h78 struct kauth_identity_extlookup { struct

Completed in 26 milliseconds