| /openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
| H A D | power-rail-event-logger | 13 msg_id="xyz.openbmc_project.State.Power.PowerRailFault" 35 /usr/bin/log-create "$msg_id" --json \
|
| H A D | vr-fault-event-logger | 13 msg_id="xyz.openbmc_project.State.Power.VoltageRegulatorFault" 43 /usr/bin/log-create "$msg_id" --json \
|
| /openbmc/qemu/python/qemu/qmp/ |
| H A D | qmp_client.py | 432 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 D | e1000e.h | 57 void e1000e_wait_isr(QE1000E *d, uint16_t msg_id);
|
| H A D | e1000e.c | 80 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 D | ipmi_bmc_extern.c | 186 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 D | smbus_ipmi.c | 79 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 D | ipmi_kcs.c | 202 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 D | ipmi_bt.c | 150 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 D | ipmi_bmc_sim.c | 645 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 D | ipmi.h | 176 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 D | 0001-Makefile.am-do-not-clobber-PYTHONPATH-from-build-env.patch | 41 pylint_template = {path}:{line}: [{msg_id}({symbol}), {obj}] {msg}
|
| /openbmc/openbmc/meta-security/recipes-scanners/clamav/files/ |
| H A D | clamav-milter.conf.sample | 263 # 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')
|