Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/landlock/
H A Dfs_test.c4482 int shutdown_pipe[2]; in test_connect_to_child() local
4494 ASSERT_EQ(0, pipe2(shutdown_pipe, O_CLOEXEC)); in test_connect_to_child()
4516 EXPECT_EQ(0, close(shutdown_pipe[1])); in test_connect_to_child()
4517 EXPECT_EQ(1, read(shutdown_pipe[0], &buf, 1)); in test_connect_to_child()
4518 EXPECT_EQ(0, close(shutdown_pipe[0])); in test_connect_to_child()
4553 EXPECT_EQ(0, close(shutdown_pipe[0])); in test_connect_to_child()
4554 EXPECT_EQ(sizeof(buf), write(shutdown_pipe[1], buf, sizeof(buf))); in test_connect_to_child()
4555 EXPECT_EQ(0, close(shutdown_pipe[1])); in test_connect_to_child()