Home
last modified time | relevance | path

Searched refs:msg_id (Results 1 – 13 of 13) sorted by relevance

/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dpower-rail-event-logger13 msg_id="xyz.openbmc_project.State.Power.PowerRailFault"
35 /usr/bin/log-create "$msg_id" --json \
H A Dvr-fault-event-logger13 msg_id="xyz.openbmc_project.State.Power.VoltageRegulatorFault"
43 /usr/bin/log-create "$msg_id" --json \
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_client.py432 msg_id: Optional[str] = None
435 msg_id = msg['id']
437 self._pending[msg_id] = asyncio.Queue(maxsize=1)
441 del self._pending[msg_id]
444 return msg_id
447 async def _reply(self, msg_id: Union[str, None]) -> Message:
458 queue = self._pending[msg_id]
466 del self._pending[msg_id]
/openbmc/qemu/tests/qtest/libqos/
H A De1000e.h57 void e1000e_wait_isr(QE1000E *d, uint16_t msg_id);
H A De1000e.c80 void e1000e_wait_isr(QE1000E *d, uint16_t msg_id) in e1000e_wait_isr() argument
86 if (qpci_msix_pending(&d_pci->pci_dev, msg_id)) { in e1000e_wait_isr()
/openbmc/qemu/hw/ipmi/
H A Dipmi_bmc_extern.c186 uint8_t msg_id) in ipmi_bmc_extern_handle_command() argument
215 k->handle_rsp(s, msg_id, rsp, 3); in ipmi_bmc_extern_handle_command()
219 addchar(ibe, msg_id); in ipmi_bmc_extern_handle_command()
223 csum = ipmb_checksum(&msg_id, 1, 0); in ipmi_bmc_extern_handle_command()
H A Dsmbus_ipmi.c79 static void smbus_ipmi_handle_rsp(IPMIInterface *ii, uint8_t msg_id, in smbus_ipmi_handle_rsp() argument
84 if (sid->waiting_rsp == msg_id) { in smbus_ipmi_handle_rsp()
H A Dipmi_kcs.c202 static void ipmi_kcs_handle_rsp(IPMIInterface *ii, uint8_t msg_id, in ipmi_kcs_handle_rsp() argument
208 if (ik->waiting_rsp == msg_id) { in ipmi_kcs_handle_rsp()
H A Dipmi_bt.c150 static void ipmi_bt_handle_rsp(IPMIInterface *ii, uint8_t msg_id, in ipmi_bt_handle_rsp() argument
156 if (ib->waiting_rsp == msg_id) { in ipmi_bt_handle_rsp()
H A Dipmi_bmc_sim.c645 uint8_t msg_id) in ipmi_sim_handle_command() argument
694 k->handle_rsp(s, msg_id, rsp.buffer, rsp.len); in ipmi_sim_handle_command()
/openbmc/qemu/include/hw/ipmi/
H A Dipmi.h176 void (*handle_rsp)(struct IPMIInterface *s, uint8_t msg_id,
217 uint8_t msg_id);
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A D0001-Makefile.am-do-not-clobber-PYTHONPATH-from-build-env.patch41 pylint_template = {path}:{line}: [{msg_id}({symbol}), {obj}] {msg}
/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/
H A Dclamav-milter.conf.sample263 # For this to work properly in sendmail, make sure the msg_id, mail_addr,
265 # Milter.macros.eom={msg_id}, {mail_addr}, {rcpt_addr}, i
267 # define(`confMILTER_MACROS_EOM', `{msg_id}, {mail_addr}, {rcpt_addr}, i')