Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1288 freebsd32_copyiniov(struct iovec32 *iovp32, u_int iovcnt, struct iovec **iovp, in freebsd32_copyiniov() argument
1302 error = copyin(&iovp32[i], &iov32, sizeof(struct iovec32)); in freebsd32_copyiniov()