Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libresolv2/common/isc/
H A Dev_streams.c216 str->iovCurCount = str->iovOrigCount; in copyvec()
235 str->iovCurCount--; in consume()
266 bytes = writev(fd, str->iovCur, str->iovCurCount); in writable()
289 bytes = readv(fd, str->iovCur, str->iovCurCount); in readable()
H A Deventlib_p.h135 int iovCurCount; member