Home
last modified time | relevance | path

Searched refs:IPMI_CC_NO_ERROR (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dipmi_msgdefs.h65 #define IPMI_CC_NO_ERROR 0x00 macro
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_msghandler.c2574 if (bmc->cc != IPMI_CC_NO_ERROR && in __get_device_id()
5232 && (msg->msg.data[0] == IPMI_CC_NO_ERROR)) { in event_receiver_fetcher()
5244 && (msg->msg.data[0] == IPMI_CC_NO_ERROR)) { in device_id_fetcher()
H A Dipmi_si_intf.c1345 if (cc != IPMI_CC_NO_ERROR && in try_get_dev_id()