Home
last modified time | relevance | path

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

/dragonfly/lib/libc/isc/
H A Dev_streams.c214 str->ioTotal = 0; in copyvec()
217 str->ioTotal += iov[i].iov_len; in copyvec()
282 if (str->ioDone == -1 || str->ioDone == str->ioTotal) in writable()
309 if (str->ioDone <= 0 || str->ioDone == str->ioTotal) in readable()
H A Deventlib_p.h139 int ioTotal; member