Searched refs:test_write (Results 1 – 4 of 4) 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/include/linux/ |
H A D | cdrom.h | 193 __u8 test_write : 1; member 207 __u8 test_write : 1;
|
/linux/drivers/media/i2c/ |
H A D | adv7604.c | 576 static inline int __always_unused test_write(struct v4l2_subdev *sd, u8 reg, u8 val) in test_write() function
|