Searched refs:ioDone (Results 1 – 3 of 3) sorted by relevance
213 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()
137 int ioDone; member
524 (this->func)(opaqueCtx, this->uap, this->fd, this->ioDone); in evDispatch()