Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/vsock/
Dvsock_test.c100 control_writeln("DONE"); in test_stream_bind_only_client()
127 control_writeln("BIND"); in test_stream_bind_only_server()
303 control_writeln("SENDDONE"); in test_seqpacket_msg_bounds_client()
358 control_writeln("SENDDONE"); in test_seqpacket_msg_trunc_client()
457 control_writeln("WAITDONE"); in test_seqpacket_timeout_client()
616 control_writeln("SRVSENT"); in test_stream_poll_rcvlowat_server()
672 control_writeln("CLNSENT"); in test_stream_poll_rcvlowat_client()
697 control_writeln("POLLDONE"); in test_stream_poll_rcvlowat_client()
Dutil.c170 control_writeln("LISTENING"); in vsock_accept()
337 control_writeln("SKIP"); in run_tests()
339 control_writeln("NEXT"); in run_tests()
Dcontrol.h10 void control_writeln(const char *str);
Dvsock_diag_test.c394 control_writeln("DONE"); in test_connect_client()
418 control_writeln("DONE"); in test_connect_server()
Dcontrol.c114 void control_writeln(const char *str) in control_writeln() function