Home
last modified time | relevance | path

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

/freebsd/lib/libc/isc/
H A Dev_streams.c220 str->iovCur = str->iovOrig; in copyvec()
230 if (bytes < (size_t)str->iovCur->iov_len) { in consume()
231 str->iovCur->iov_len -= bytes; in consume()
232 str->iovCur->iov_base = (void *) in consume()
233 ((u_char *)str->iovCur->iov_base + bytes); in consume()
237 bytes -= str->iovCur->iov_len; in consume()
238 str->ioDone += str->iovCur->iov_len; in consume()
239 str->iovCur++; in consume()
271 bytes = writev(fd, str->iovCur, str->iovCurCount); in writable()
294 bytes = readv(fd, str->iovCur, str->iovCurCount); in readable()
H A Deventlib_p.h138 struct iovec * iovCur; member