Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dpci-testdev.c40 typedef struct IOTest { struct
48 } IOTest; typedef
89 IOTest *tests;
106 static int pci_testdev_start(IOTest *test) in OBJECT_DECLARE_SIMPLE_TYPE()
122 static void pci_testdev_stop(IOTest *test) in pci_testdev_stop()
145 static void pci_testdev_inc(IOTest *test, unsigned inc) in pci_testdev_inc()
156 IOTest *test; in pci_testdev_write()
193 IOTest *test; in pci_testdev_read()
273 IOTest *test = &d->tests[i]; in pci_testdev_realize()
/openbmc/sdeventplus/test/source/
H A Dio.cpp32 class IOTest : public testing::Test class
60 TEST_F(IOTest, ConstructSuccess) in TEST_F() argument
111 TEST_F(IOTest, ConstructError) in TEST_F() argument
128 class IOMethodTest : public IOTest