summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host-ipmid/ipmid-api.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/host-ipmid/ipmid-api.h b/host-ipmid/ipmid-api.h
index b9950b2..6df903e 100644
--- a/host-ipmid/ipmid-api.h
+++ b/host-ipmid/ipmid-api.h
@@ -116,9 +116,13 @@ enum ipmi_return_codes
IPMI_CC_SYSTEM_INFO_PARAMETER_SET_READ_ONLY = 0x82,
IPMI_CC_BUSY = 0xC0,
IPMI_CC_INVALID = 0xC1,
+ IPMI_CC_TIMEOUT = 0xC3,
+ IPMI_CC_OUT_OF_SPACE = 0xC4,
IPMI_CC_INVALID_RESERVATION_ID = 0xC5,
+ IPMI_CC_REQ_DATA_TRUNCATED = 0xC6,
IPMI_CC_REQ_DATA_LEN_INVALID = 0xC7,
IPMI_CC_PARM_OUT_OF_RANGE = 0xC9,
+ IPMI_CC_REQUESTED_TOO_MANY_BYTES = 0xCA,
IPMI_CC_SENSOR_INVALID = 0xCB,
IPMI_CC_INVALID_FIELD_REQUEST = 0xCC,
IPMI_CC_ILLEGAL_COMMAND = 0xCD,
OpenPOWER on IntegriCloud