Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/migration/
H A Dcpr-tests.c82 int cpr_sockfd = qtest_socket_server(cpr_path); in test_mode_transfer_common()
/openbmc/qemu/tests/qtest/
H A Dlibqtest.h243 * qtest_socket_server:
248 int qtest_socket_server(const char *socket_path);
H A Dlibqtest.c113 int sock = qtest_socket_server(socket_path); in init_socket()
839 int qtest_socket_server(const char *socket_path)
811 int qtest_socket_server(const char *socket_path) qtest_socket_server() function
H A Dvhost-user-blk-test.c851 *fd = qtest_socket_server(path); in create_listen_socket()