OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pipetti
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/rump/rumpkern/
t_kern.c
58
int
pipetti
[2];
local in function:locktest
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);
/src/tests/rump/rumpkern/h_client/
h_forkcli.c
83
int
pipetti
[2];
local in function:pipecomm
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 13 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025