Searched refs:test_pipe (Results 1 – 2 of 2) sorted by relevance
| /freebsd/tests/sys/kern/ |
| H A D | unix_seqpacket_test.c | 360 test_pipe(int sndbufsize, int rcvbufsize) in test_pipe() function 1094 test_pipe(8192, 8192); in ATF_TC_BODY() 1100 test_pipe(8192, 131072); in ATF_TC_BODY() 1106 test_pipe(131072, 8192); in ATF_TC_BODY() 1112 test_pipe(131072, 131072); in ATF_TC_BODY()
|
| /freebsd/tools/tools/syscall_timing/ |
| H A D | syscall_timing.c | 420 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 },
|