Home
last modified time | relevance | path

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

/bionic/libc/netbsd/isc/
Dev_streams.c213 str->ioTotal = 0; in copyvec()
216 str->ioTotal += iov[i].iov_len; in copyvec()
281 if (str->ioDone == -1 || str->ioDone == str->ioTotal) in writable()
308 if (str->ioDone <= 0 || str->ioDone == str->ioTotal) in readable()
Deventlib_p.h141 int ioTotal; member