Home
last modified time | relevance | path

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

/openbmc/libpldm/src/transport/
H A Dtest.h36 struct pldm_transport_test_msg_send send_msg; member
/openbmc/qemu/include/hw/misc/
H A Daspeed_ibt.h37 uint8_t send_msg[ASPEED_IBT_BUFFER_SIZE]; member
/openbmc/qemu/python/tests/
H A Dprotocol.py72 async def send_msg(self) -> None: global() member in NullProtocol
109 async def send_msg(self, msg: str) -> None: global() member in LineProtocol
/openbmc/qemu/hw/ipmi/
H A Dipmi_bmc_sim.c1025 static void send_msg(IPMIBmcSim *ibs, in send_msg() function