Searched refs:ioDone (Results 1 – 2 of 2) sorted by relevance
227 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()
139 int ioDone; member