Home
last modified time | relevance | path

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

/freebsd/lib/libc/isc/
H A Dev_streams.c221 str->iovCurCount = str->iovOrigCount; in copyvec()
240 str->iovCurCount--; 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.h139 int iovCurCount; member