Home
last modified time | relevance | path

Searched refs:get_events (Results 1 – 14 of 14) sorted by relevance

/openbmc/sdeventplus/src/sdeventplus/source/
H A Dio.hpp79 uint32_t get_events() const;
H A Dio.cpp42 uint32_t IO::get_events() const in get_events() function in sdeventplus::source::IO
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dgraph-changes-while-io121 for event in self.qsd.get_qmp().get_events(wait=10.0):
/openbmc/sdeventplus/test/source/
H A Dio.cpp238 EXPECT_EQ(events, io->get_events()); in TEST_F()
246 EXPECT_THROW(io->get_events(), SdEventError); in TEST_F()
/openbmc/qemu/python/qemu/qmp/
H A Dlegacy.py253 def get_events(self, wait: Union[bool, float] = False) -> List[QMPMessage]: member in QEMUMonitorProtocol
H A Dqmp_shell.py408 for event in self.get_events():
/openbmc/sdbusplus/include/sdbusplus/
H A Dbus.hpp416 auto get_events() in get_events() function
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dconnection.hpp367 int events = get_events(); in read_wait()
/openbmc/linux/drivers/pci/controller/
H A Dpcie-microchip-host.c709 static u32 get_events(struct mc_pcie *port) in get_events() function
746 events = get_events(port); in mc_handle_event()
/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas.h330 void (*get_events)(struct hisi_hba *hisi_hba, int phy_no); member
H A Dhisi_sas_main.c1264 if (hisi_hba->hw->get_events) { in hisi_sas_control_phy()
1265 hisi_hba->hw->get_events(hisi_hba, phy_no); in hisi_sas_control_phy()
H A Dhisi_sas_v2_hw.c3612 .get_events = phy_get_events_v2_hw,
H A Dhisi_sas_v3_hw.c3378 .get_events = phy_get_events_v3_hw,
/openbmc/qemu/python/qemu/machine/
H A Dmachine.py752 events = self._qmp.get_events(wait=wait)