Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/libarchive/libarchive/test/
H A Dtest_write_format_warc.c29 static void test_read(struct archive *a, char *buff, size_t used, char *filedata) in test_read() function
78 test_read(a, buff, used, filedata); in DEFINE_TEST()
82 test_read(a, buff, used, filedata); in DEFINE_TEST()
86 test_read(a, buff, used, filedata); in DEFINE_TEST()
/freebsd-13.1/sys/contrib/openzfs/config/
H A Dkernel-proc-operations.m411 ssize_t test_read(struct file *fp, char __user *ptr,
22 .proc_read = test_read,
H A Dkernel-vfs-rw-iterate.m48 ssize_t test_read(struct kiocb *kiocb, struct iov_iter *to)
15 .read_iter = test_read,
/freebsd-13.1/tools/tools/syscall_timing/
H A Dsyscall_timing.c575 test_read(uintmax_t num, uintmax_t int_arg, const char *path) in test_read() function
981 { "read_1", test_read, .t_flags = FLAG_PATH, .t_int = 1 },
982 { "read_10", test_read, .t_flags = FLAG_PATH, .t_int = 10 },
983 { "read_100", test_read, .t_flags = FLAG_PATH, .t_int = 100 },
984 { "read_1000", test_read, .t_flags = FLAG_PATH, .t_int = 1000 },
985 { "read_10000", test_read, .t_flags = FLAG_PATH, .t_int = 10000 },
986 { "read_100000", test_read, .t_flags = FLAG_PATH, .t_int = 100000 },
987 { "read_1000000", test_read, .t_flags = FLAG_PATH, .t_int = 1000000 },
/freebsd-13.1/stand/userboot/test/
H A Dtest.c173 test_read(void *arg, void *h, void *dst, size_t size, size_t *resid_return) in test_read() function
411 .read = test_read,