Home
last modified time | relevance | path

Searched refs:size_of_iovec (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.61.2/bsd/kern/
H A Dkern_subr.c1381 …size_t size_of_iovec = (spacetype == UIO_USERSPACE64 ? sizeof(struct user64_iovec) : sizeof(struct… in copyin_user_iovec_array() local
1386 error = copyin(uaddr, dst, count * size_of_iovec); in copyin_user_iovec_array()