Searched refs:r_ioveclen (Results 1 – 4 of 4) sorted by relevance
232 int r_ioveclen; in dotest() local248 r_ioveclen = w_ioveclen = csize / MAXIOVCNT; in dotest()254 if ((r_iovec[i].iov_base = malloc(r_ioveclen)) == NULL) { in dotest()257 r_iovec[i].iov_len = r_ioveclen; in dotest()
219 int r_ioveclen; in dotest() local236 r_ioveclen = w_ioveclen = csize / MAXIOVCNT; in dotest()243 if ((r_iovec[i].iov_base = malloc(r_ioveclen)) == NULL) { in dotest()246 r_iovec[i].iov_len = r_ioveclen; in dotest()
285 int r_ioveclen; in dotest() local306 r_ioveclen = w_ioveclen = csize / MAXIOVCNT; in dotest()313 if ((r_iovec[i].iov_base = calloc(r_ioveclen, 1)) == NULL) { in dotest()317 r_iovec[i].iov_len = r_ioveclen; in dotest()
285 int r_ioveclen; in dotest() local305 r_ioveclen = w_ioveclen = csize / MAXIOVCNT; in dotest()311 if ((r_iovec[i].iov_base = calloc(r_ioveclen, 1)) == 0) { in dotest()315 r_iovec[i].iov_len = r_ioveclen; in dotest()