Searched refs:test_read (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_write_format_warc.c | 28 static void test_read(struct archive *a, char *buff, size_t used, char *filedata) 77 test_read(a, buff, used, filedata); in DEFINE_TEST() 81 test_read(a, buff, used, filedata); in DEFINE_TEST() 85 test_read(a, buff, used, filedata); in DEFINE_TEST() 29 static void test_read(struct archive *a, char *buff, size_t used, char *filedata) test_read() function
|
/freebsd/contrib/kyua/utils/process/ |
H A D | systembuf_test.cpp | 78 test_read(std::size_t length, std::size_t bufsize) in test_read() function 120 test_read(64, 1024); in ATF_TEST_CASE_BODY() 132 test_read(64 * 1024, 1024); in ATF_TEST_CASE_BODY()
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-proc-operations.m4 | 11 static ssize_t test_read(struct file *fp, char __user *ptr, 22 .proc_read = test_read,
|
/freebsd/tools/tools/syscall_timing/ |
H A D | syscall_timing.c | 573 test_read(uintmax_t num, uintmax_t int_arg, const char *path) in test_read() function 979 { "read_1", test_read, .t_flags = FLAG_PATH, .t_int = 1 }, 980 { "read_10", test_read, .t_flags = FLAG_PATH, .t_int = 10 }, 981 { "read_100", test_read, .t_flags = FLAG_PATH, .t_int = 100 }, 982 { "read_1000", test_read, .t_flags = FLAG_PATH, .t_int = 1000 }, 983 { "read_10000", test_read, .t_flags = FLAG_PATH, .t_int = 10000 }, 984 { "read_100000", test_read, .t_flags = FLAG_PATH, .t_int = 100000 }, 985 { "read_1000000", test_read, .t_flags = FLAG_PATH, .t_int = 1000000 },
|
/freebsd/stand/userboot/test/ |
H A D | test.c | 293 test_read(void *arg, void *h, void *dst, size_t size, size_t *resid_return) in test_diskioctl() 538 .read = test_read, 171 test_read(void *arg, void *h, void *dst, size_t size, size_t *resid_return) test_read() function
|