Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_streams.c205 str->ioTotal = 0; in copyvec()
208 str->ioTotal += iov[i].iov_len; in copyvec()
273 if (str->ioDone == -1 || str->ioDone == str->ioTotal) in writable()
300 if (str->ioDone <= 0 || str->ioDone == str->ioTotal) in readable()
H A Deventlib_p.h136 int ioTotal; member