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

/darwin-on-arm/xnu/bsd/sys/
H A Duio_internal.h122 /* use user32_iovec/user64_iovec for representing
129 struct user64_iovec { struct
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_subr.c1152 size_t size_of_iovec = ( spacetype == UIO_USERSPACE64 ? sizeof(struct user64_iovec) : sizeof(struct user32_iovec));
1164 struct user64_iovec iovec = ((struct user64_iovec *)dst)[i];
H A Dkern_malloc.c458 { SOS(user64_iovec), KMZ_LOOKUPZONE, FALSE },/* 98 M_IOV64 */

Completed in 19 milliseconds