Searched refs:r_ioveclen (Results 1 – 4 of 4) sorted by relevance
229 int r_ioveclen; in dotest() local246 r_ioveclen = w_ioveclen = csize / MAXIOVCNT; in dotest()253 if ((r_iovec[i].iov_base = malloc(r_ioveclen)) == NULL) { in dotest()256 r_iovec[i].iov_len = r_ioveclen; in dotest()
236 int r_ioveclen; in dotest() local252 r_ioveclen = w_ioveclen = csize / MAXIOVCNT; in dotest()258 if ((r_iovec[i].iov_base = malloc(r_ioveclen)) == NULL) { in dotest()261 r_iovec[i].iov_len = r_ioveclen; in dotest()
292 int r_ioveclen; in dotest() local312 r_ioveclen = w_ioveclen = csize / MAXIOVCNT; in dotest()318 if ((r_iovec[i].iov_base = calloc(r_ioveclen, 1)) == 0) { in dotest()322 r_iovec[i].iov_len = r_ioveclen; in dotest()
291 int r_ioveclen; in dotest() local312 r_ioveclen = w_ioveclen = csize / MAXIOVCNT; in dotest()319 if ((r_iovec[i].iov_base = calloc(r_ioveclen, 1)) == NULL) { in dotest()323 r_iovec[i].iov_len = r_ioveclen; in dotest()