Home
last modified time | relevance | path

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

/freebsd/tests/sys/kern/
H A Dunix_seqpacket_test.c233 test_pipe_simulator(int sndbufsize, int rcvbufsize) in test_pipe_simulator() function
1065 test_pipe_simulator(8192, 8192); in ATF_TC_BODY()
1071 test_pipe_simulator(8192, 131072); in ATF_TC_BODY()
1077 test_pipe_simulator(131072, 8192); in ATF_TC_BODY()
1083 test_pipe_simulator(131072, 131072); in ATF_TC_BODY()