Searched refs:test_write (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
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-6.12.1/tools/testing/selftests/kvm/lib/ |
D | io.c | 41 ssize_t test_write(int fd, const void *buf, size_t count) in test_write() function
|
/linux-6.12.1/include/linux/ |
D | cdrom.h | 194 __u8 test_write : 1; member 208 __u8 test_write : 1;
|
/linux-6.12.1/tools/testing/selftests/kvm/include/ |
D | test_util.h | 47 ssize_t test_write(int fd, const void *buf, size_t count);
|
/linux-6.12.1/drivers/media/i2c/ |
D | adv7604.c | 573 static inline int __always_unused test_write(struct v4l2_subdev *sd, u8 reg, u8 val) in test_write() function
|