Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_streams.c213 str->ioDone = 0; in copyvec()
225 str->ioDone += bytes; in consume()
229 str->ioDone += str->iovCur->iov_len; in consume()
269 str->ioDone = -1; in writable()
273 if (str->ioDone == -1 || str->ioDone == str->ioTotal) in writable()
292 str->ioDone = 0; in readable()
295 str->ioDone = -1; in readable()
300 if (str->ioDone <= 0 || str->ioDone == str->ioTotal) in readable()
H A Deventlib_p.h137 int ioDone; member
H A Deventlib.c524 (this->func)(opaqueCtx, this->uap, this->fd, this->ioDone); in evDispatch()