Home
last modified time | relevance | path

Searched refs:IPMI_CMD_GET_SEL_TIME (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dstoragehandler.hpp20 IPMI_CMD_GET_SEL_TIME = 0x48, enumerator
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_sel.h48 #define IPMI_CMD_GET_SEL_TIME 0x48 macro
/openbmc/qemu/hw/ipmi/
H A Dipmi_bmc_sim.c100 #define IPMI_CMD_GET_SEL_TIME 0x48 macro
2038 [IPMI_CMD_GET_SEL_TIME] = { get_sel_time },
/openbmc/ipmitool/lib/
H A Dipmi_delloem.c2820 req.msg.cmd = IPMI_CMD_GET_SEL_TIME; in ipmi_powermgmt()