Searched refs:user32_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
124 struct user32_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));
1168 struct user32_iovec iovec = ((struct user32_iovec *)dst)[i];
H A Dkern_malloc.c336 { SOS(user32_iovec), KMZ_LOOKUPZONE, FALSE },/* 19 M_IOV32 */

Completed in 17 milliseconds