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

/freebsd-11-stable/tests/sys/kern/
H A Dunix_seqpacket_test.c344 test_pipe(int sndbufsize, int rcvbufsize) function
1062 test_pipe(8192, 8192);
1068 test_pipe(8192, 131072);
1074 test_pipe(131072, 8192);
1080 test_pipe(131072, 131072);
/freebsd-11-stable/tools/tools/syscall_timing/
H A Dsyscall_timing.c198 test_pipe(uintmax_t num, uintmax_t int_arg, const char *path) function
209 err(-1, "test_pipe: pipe");
217 err(-1, "test_pipe: pipe");
733 { "pipe", test_pipe },

Completed in 52 milliseconds