Searched refs:DISCONNECTING (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/python/tests/ |
H A D | protocol.py | 245 Runstate.DISCONNECTING, 253 Runstate.DISCONNECTING, 287 Runstate.DISCONNECTING, 415 await self._watch_runstates(Runstate.DISCONNECTING, Runstate.IDLE) 548 Runstate.DISCONNECTING, 563 Runstate.DISCONNECTING,
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | protocol.py | 69 DISCONNECTING = 3 variable in Runstate 146 elif proto.runstate == Runstate.DISCONNECTING: 690 self._set_state(Runstate.DISCONNECTING) 707 assert self.runstate == Runstate.DISCONNECTING 735 assert self.runstate == Runstate.DISCONNECTING 762 assert self.runstate == Runstate.DISCONNECTING
|
H A D | qmp_tui.py | 345 elif self.runstate == Runstate.DISCONNECTING:
|
/openbmc/linux/drivers/hv/ |
H A D | hyperv_vmbus.h | 214 DISCONNECTING enumerator
|
/openbmc/linux/Documentation/networking/ |
H A D | rds.rst | 323 Connections may be in UP, DOWN, CONNECTING, DISCONNECTING, and
|