Lines Matching refs:xfr
228 int count, collide, chunk, whenmisc, xfr, i; in dotest() local
339 if ((xfr = readv(fd, &r_iovec[0], MAXIOVCNT)) < 0) { in dotest()
350 if (xfr == 0) { in dotest()
353 if (xfr != csize) { in dotest()
357 me, xfr, csize); in dotest()
369 count, xfr); in dotest()
383 if (xfr != csize) { in dotest()
387 me, xfr, csize); in dotest()
400 count, xfr); in dotest()
415 if (lseek64(fd, -xfr, 1) < 0) { in dotest()
421 if ((xfr = in dotest()
433 CHUNK(chunk), xfr, errno); in dotest()