Lines Matching defs:childnum
85 int runtest(int fd_r, int fd_w, int childnum, int action)
121 seekoff = offset + bufsize * childnum * nvector;
123 vfillbuf(iov_w, nvector, childnum+i);
155 childnum, (int)seekoff);
174 int child_function(int childnum, int action)
192 if (runtest(fd_r, fd_w, childnum, action) == -1) {
194 childnum);
214 if (runtest(fd_r, fd_w, childnum, action) == -1) {
216 childnum);
235 if (runtest(fd_r, fd_w, childnum, action) == -1) {
237 childnum);