Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_streams.c212 str->iovCurCount = str->iovOrigCount; in copyvec()
231 str->iovCurCount--; in consume()
262 bytes = writev(fd, str->iovCur, str->iovCurCount); in writable()
285 bytes = readv(fd, str->iovCur, str->iovCurCount); in readable()
H A Deventlib_p.h135 int iovCurCount; member