Searched refs:test_write (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | cgroup_dev.c | 52 static void test_write(const char *path, char *buf, int buf_size, in test_write() function 104 test_write("/dev/null", buf, TEST_BUFFER_SIZE, in test_cgroup_dev() 115 test_write("/dev/zero", buf, TEST_BUFFER_SIZE, -1, EPERM); in test_cgroup_dev()
|
/linux/tools/testing/selftests/kvm/lib/ |
H A D | io.c | 41 ssize_t test_write(int fd, const void *buf, size_t count) in test_write() function
|
/linux/tools/testing/selftests/kvm/include/ |
H A D | test_util.h | 47 ssize_t test_write(int fd, const void *buf, size_t count);
|