Home
last modified time | relevance | path

Searched refs:pipefd2 (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/namespaces/
H A Dlistns_permissions_test.c242 int pipefd2[2]; in TEST() local
302 ASSERT_EQ(pipe(pipefd2), 0); in TEST()
321 close(pipefd2[0]); in TEST()
325 close(pipefd2[1]); in TEST()
343 write(pipefd2[1], &found_sibling_netns, sizeof(found_sibling_netns)); in TEST()
344 close(pipefd2[1]); in TEST()
349 close(pipefd2[1]); in TEST()
351 read(pipefd2[0], &found_sibling_netns, sizeof(found_sibling_netns)); in TEST()
352 close(pipefd2[0]); in TEST()