Home
last modified time | relevance | path

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

/freebsd-14.2/tests/sys/kern/
H A Dunix_seqpacket_test.c210 test_pipe_simulator(int sndbufsize, int rcvbufsize) in test_pipe_simulator() function
1031 test_pipe_simulator(8192, 8192); in ATF_TC_BODY()
1037 test_pipe_simulator(8192, 131072); in ATF_TC_BODY()
1043 test_pipe_simulator(131072, 8192); in ATF_TC_BODY()
1049 test_pipe_simulator(131072, 131072); in ATF_TC_BODY()