Searched refs:pipetti (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/tests/rump/rumpkern/
H A Dt_kern.c58 int pipetti[2]; local
65 RL(pipe(pipetti));
69 RL(dup2(pipetti[1], STDOUT_FILENO));
70 RL(dup2(pipetti[1], STDOUT_FILENO));
82 len = read(pipetti[0], buf, sizeof(buf) - 1);
/netbsd-current/tests/rump/rumpkern/h_client/
H A Dh_forkcli.c83 int pipetti[2]; local
86 if (rump_sys_pipe(pipetti) == -1)
101 if (rump_sys_read(pipetti[0], buf, TESTSLEN) != TESTSLEN)
107 if (rump_sys_write(pipetti[1], TESTSTR, TESTSLEN) != TESTSLEN)

Completed in 70 milliseconds