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
1033 test_pipe_simulator(8192, 8192); in ATF_TC_BODY()
1039 test_pipe_simulator(8192, 131072); in ATF_TC_BODY()
1045 test_pipe_simulator(131072, 8192); in ATF_TC_BODY()
1051 test_pipe_simulator(131072, 131072); in ATF_TC_BODY()