Home
last modified time | relevance | path

Searched refs:test_read (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/kyua/utils/process/
H A Dsystembuf_test.cpp78 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/contrib/libarchive/libarchive/test/
H A Dtest_write_format_warc.c28 static void test_read(struct archive *a, char *buff, size_t used, char *filedata) in test_read() function
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()
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-proc-operations.m411 static ssize_t test_read(struct file *fp, char __user *ptr,
22 .proc_read = test_read,
H A Dkernel-vfs-rw-iterate.m48 static ssize_t test_read(struct kiocb *kiocb, struct iov_iter *to)
15 .read_iter = test_read,
/freebsd/tools/tools/syscall_timing/
H A Dsyscall_timing.c573 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 Dtest.c293 test_read(void *arg, void *h, void *dst, size_t size, size_t *resid_return) in test_read() function
538 .read = test_read,