Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dvhost-user-test.c153 typedef struct TestServer { struct
173 } TestServer; argument
178 void (*append_opts)(TestServer *s, GString *cmd_line,
182 uint64_t (*get_features)(TestServer *s);
183 void (*set_features)(TestServer *s, CharBackend *chr,
185 void (*get_protocol_features)(TestServer *s,
190 static TestServer *test_server_new(const gchar *name,
192 static void test_server_free(TestServer *server);
193 static void test_server_listen(TestServer *server);
202 static void append_vhost_net_opts(TestServer *s, GString *cmd_line, in append_vhost_net_opts()
[all …]
H A Ddbus-vmstate-test.c24 typedef struct TestServer { struct
28 } TestServer; typedef
34 TestServer srcA;
35 TestServer dstA;
36 TestServer srcB;
37 TestServer dstB;
46 TestServer *h = user_data; in vmstate_load()
67 TestServer *h = user_data; in vmstate_save()
125 get_server(GDBusConnection *conn, TestServer *s, const TestServerId *id) in get_server()
254 check_not_migrated(TestServer *s, TestServer *d) in check_not_migrated()
[all …]
/openbmc/phosphor-modbus/mocked_test_device/
H A Dmock_modbus_server.cpp17 friend class TestServer;
20 class TestServer class
23 explicit TestServer(sdbusplus::async::context& ctx, int fd);
38 TestServer::TestServer(sdbusplus::async::context& ctx, int fd) : in TestServer() function in phosphor::modbus::test::TestServer
44 auto TestServer::processRequests() -> sdbusplus::async::task<void> in processRequests()
71 void TestServer::processMessage(MessageIntf& request, size_t requestSize, in processMessage()
87 void TestServer::processReadHoldingRegisters( in processReadHoldingRegisters()
132 using TestServerIntf = phosphor::modbus::test::TestServer; in main()