Home
last modified time | relevance | path

Searched defs:send_msg (Results 1 – 2 of 2) sorted by relevance

/qemu/python/tests/
H A Dprotocol.py72 async def send_msg(self) -> None: member in NullProtocol
109 async def send_msg(self, msg: str) -> None: member in LineProtocol
/qemu/hw/ipmi/
H A Dipmi_bmc_sim.c1025 static void send_msg(IPMIBmcSim *ibs, in send_msg() function