Searched defs:accept (Results 1 – 8 of 8) sorted by relevance
/qemu/target/rx/ | ||
H A D | helper.c | 123 int accept = 0; in rx_cpu_exec_interrupt() local |
/qemu/python/qemu/machine/ | ||
H A D | qtest.py | 93 def accept(self) -> None: member in QEMUQtestProtocol |
/qemu/python/qemu/qmp/ | ||
H A D | events.py | 511 def accept(self, event: Message) -> bool: member in EventListener |
H A D | legacy.py | 158 def accept(self, timeout: Optional[float] = 15.0) -> QMPMessage: member in QEMUMonitorProtocol |
H A D | protocol.py | 331 async def accept(self) -> None: member in AsyncProtocol |
/qemu/include/system/ | ||
H A D | os-win32.h | 215 #define accept qemu_accept_wrap macro |
/qemu/scripts/qapi/ | ||
H A D | parser.py | 249 def accept(self, skip_comment: bool = True) -> None: member in QAPISchemaParser |
/qemu/io/ | ||
H A D | channel-websock.c | 345 char *accept = NULL; in qio_channel_websock_handshake_send_res_ok() local |