Searched refs:ioDone (Results 1 – 3 of 3) sorted by relevance
217 str->ioDone = 0; in copyvec()229 str->ioDone += bytes; in consume()233 str->ioDone += str->iovCur->iov_len; in consume()273 str->ioDone = -1; in writable()277 if (str->ioDone == -1 || str->ioDone == str->ioTotal) in writable()296 str->ioDone = 0; in readable()299 str->ioDone = -1; in readable()304 if (str->ioDone <= 0 || str->ioDone == str->ioTotal) in readable()
137 int ioDone; member
528 (this->func)(opaqueCtx, this->uap, this->fd, this->ioDone); in evDispatch()