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

/darwin-on-arm/xnu/bsd/sys/
H A Dkauth.h115 u_int64_t el_extend; /* extension field */ member in struct:kauth_identity_extlookup
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c751 * including the el_extend field, which contains the address of the
756 if ((error = copyout(&workp->kr_work, message, offsetof(struct kauth_identity_extlookup, el_extend))) != 0) {
782 error = copyin(message + offsetof(struct kauth_identity_extlookup, el_extend), &uaddr, sizeof(uaddr));
969 * copy the data from the message el_extend
994 error = copyinstr(extl.el_extend, CAST_DOWN(void *, workp->kr_extend), MAXPATHLEN, &actual);

Completed in 32 milliseconds