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

/xnu-2782.1.97/bsd/sys/
H A Dkauth.h110 u_int64_t el_extend; /* extension field */ member in struct:kauth_identity_extlookup
/xnu-2782.1.97/bsd/kern/
H A Dkern_credential.c806 * including the el_extend field, which contains the address of the
811 if ((error = copyout(&workp->kr_work, message, offsetof(struct kauth_identity_extlookup, el_extend))) != 0) {
837 error = copyin(message + offsetof(struct kauth_identity_extlookup, el_extend), &uaddr, sizeof(uaddr));
1024 * copy the data from the message el_extend
1049 error = copyinstr(extl.el_extend, CAST_DOWN(void *, workp->kr_extend), MAXPATHLEN, &actual);

Completed in 33 milliseconds