Home
last modified time | relevance | path

Searched refs:test_pipe (Results 1 – 2 of 2) sorted by relevance

/freebsd/tests/sys/kern/
H A Dunix_seqpacket_test.c360 test_pipe(int sndbufsize, int rcvbufsize) in test_pipe() function
1062 test_pipe(8192, 8192); in ATF_TC_BODY()
1068 test_pipe(8192, 131072); in ATF_TC_BODY()
1074 test_pipe(131072, 8192); in ATF_TC_BODY()
1080 test_pipe(131072, 131072); in ATF_TC_BODY()
/freebsd/tools/tools/syscall_timing/
H A Dsyscall_timing.c420 test_pipe(uintmax_t num, uintmax_t int_arg __unused, const char *path __unused) in test_pipe() function
962 { "pipe", test_pipe, .t_flags = 0 },