Lines Matching defs:server
224 static void append_mem_opts(TestServer *server, GString *cmd_line, in append_mem_opts()
573 TestServer *server = g_new0(TestServer, 1); in test_server_new() local
616 static void test_server_create_chr(TestServer *server, const gchar *opt) in test_server_create_chr()
630 static void test_server_listen(TestServer *server) in test_server_listen()
635 static void test_server_free(TestServer *server) in test_server_free()
767 TestServer *server = s; in vhost_user_test_cleanup() local
775 TestServer *server = test_server_new("vhost-user-test", arg); in vhost_user_test_setup() local
788 TestServer *server = test_server_new("vhost-user-test", arg); in vhost_user_test_setup_memfd() local
801 TestServer *server = test_server_new("vhost-user-test", arg); in vhost_user_test_setup_shm() local
814 TestServer *server = arg; in test_read_guest_mem() local
921 static inline void test_server_connect(TestServer *server) in test_server_connect()