Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/isc/
Dev_streams.c227 str->ioDone = 0; in copyvec()
239 str->ioDone += bytes; in consume()
243 str->ioDone += str->iovCur->iov_len; in consume()
283 str->ioDone = -1; in writable()
287 if (str->ioDone == -1 || str->ioDone == str->ioTotal) in writable()
306 str->ioDone = 0; in readable()
309 str->ioDone = -1; in readable()
314 if (str->ioDone <= 0 || str->ioDone == str->ioTotal) in readable()
Deventlib_p.h139 int ioDone; member