OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p2fd
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/kernel/containers/utsname/
utstest.c
97
int p1fd[2],
p2fd
[2];
variable
126
close(
p2fd
[0]);
144
write(
p2fd
[1], "1", 1);
163
write(
p2fd
[1], "1", 1);
189
write(
p2fd
[1], "1", 1); /* tell p2 to go ahead and sethostname */
208
write(
p2fd
[1], "1", 1); /* tell p2 to go ahead and sethostname */
235
close(
p2fd
[1]);
246
len = read(
p2fd
[0], hostname, 1);
255
len = read(
p2fd
[0], hostname, 1);
306
if (pipe(
p2fd
) == -1)
[
all
...]
/external/linux-kselftest/tools/testing/selftests/bpf/
test_verifier.c
14001
int mfd, p1fd,
p2fd
;
local
[
all
...]
Completed in 84 milliseconds