Home
last modified time | relevance | path

Searched refs:SocketAddrT (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/python/qemu/qmp/
H A Dlegacy.py39 from .protocol import Runstate, SocketAddrT
80 address: Union[SocketAddrT, socket.socket], argument
124 def parse_address(cls, address: str) -> SocketAddrT:
H A Dprotocol.py55 SocketAddrT = Union[UnixAddrT, InternetAddrT] variable
273 self, address: SocketAddrT, argument
302 async def start_server(self, address: SocketAddrT, argument
359 async def connect(self, address: Union[SocketAddrT, socket.socket], argument
535 async def _do_start_server(self, address: SocketAddrT, argument
603 async def _do_connect(self, address: Union[SocketAddrT, socket.socket], argument
H A D__init__.py32 SocketAddrT,
H A Dqmp_shell.py107 SocketAddrT,
179 def __init__(self, address: SocketAddrT, argument
432 def __init__(self, address: SocketAddrT, argument
/openbmc/qemu/python/qemu/machine/
H A Dqtest.py30 from qemu.qmp import SocketAddrT
55 address: Optional[SocketAddrT] = None, argument
H A Dmachine.py43 from qemu.qmp import SocketAddrT
129 monitor_address: Optional[SocketAddrT] = None, argument
/openbmc/qemu/python/qemu/utils/
H A Dqemu_ga_client.py53 from qemu.qmp import ConnectError, SocketAddrT
72 def __init__(self, address: SocketAddrT): argument
/openbmc/qemu/python/
H A Dsetup.cfg162 SocketAddrT, # Not sure why this is invalid.