Searched refs:ioDone (Results 1 – 2 of 2) sorted by relevance
222 str->ioDone = 0; in copyvec()234 str->ioDone += bytes; in consume()238 str->ioDone += str->iovCur->iov_len; in consume()278 str->ioDone = -1; in writable()282 if (str->ioDone == -1 || str->ioDone == str->ioTotal) in writable()301 str->ioDone = 0; in readable()304 str->ioDone = -1; in readable()309 if (str->ioDone <= 0 || str->ioDone == str->ioTotal) in readable()
141 int ioDone; member