Lines Matching refs:xfr
215 int count, collide, chunk, whenmisc, xfr, i; in dotest() local
326 if ((xfr = readv(fd, &r_iovec[0], MAXIOVCNT)) < 0) { in dotest()
337 if (xfr == 0) { in dotest()
340 if (xfr != csize) { in dotest()
344 me, xfr, csize); in dotest()
354 count, xfr); in dotest()
368 if (xfr != csize) { in dotest()
372 me, xfr, csize); in dotest()
383 count, xfr); in dotest()
398 if (lseek(fd, -xfr, 1) < 0) { in dotest()
404 if ((xfr = in dotest()
416 me, CHUNK(chunk), xfr, errno); in dotest()