Searched refs:buf_parent (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/tools/testing/selftests/landlock/ |
| H A D | scoped_abstract_unix_test.c | 643 char buf_parent; in TEST_F() local 785 char buf_child, buf_parent; in TEST_F() local 938 ASSERT_EQ(1, read(unnamed_sockets[1], &buf_parent, sizeof(buf_parent))); in TEST_F() 939 ASSERT_EQ('a', buf_parent); in TEST_F() 945 ASSERT_EQ(1, read(data_socket, &buf_parent, sizeof(buf_parent))); in TEST_F() 946 ASSERT_EQ('b', buf_parent); in TEST_F() 951 read(dgram_pathname_socket, &buf_parent, sizeof(buf_parent))); in TEST_F() 954 read(dgram_pathname_socket, &buf_parent, sizeof(buf_parent))); in TEST_F() 963 read(data_socket, &buf_parent, sizeof(buf_parent))); in TEST_F() 968 sizeof(buf_parent))); in TEST_F() [all …]
|
| H A D | ptrace_test.c | 261 char buf_parent; in TEST_F() local 394 ASSERT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F() 483 char buf_parent; in TEST_F() local 553 ASSERT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F()
|
| H A D | audit_test.c | 545 char buf_parent; in TEST_F() local 598 EXPECT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F() 610 EXPECT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F() 628 EXPECT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F()
|
| H A D | scoped_signal_test.c | 179 char buf_parent; in TEST_F() local 231 ASSERT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F()
|
| H A D | fs_test.c | 2087 char buf_parent; in TEST_F_FORK() local 2131 EXPECT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F_FORK() 2143 EXPECT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F_FORK()
|