Searched refs:rack_entry (Results 1 – 5 of 5) sorted by relevance
/openbmc/libpldm/tests/oem/ibm/ |
H A D | host.cpp | 37 uint32_t rack_entry = 0xff000030; in TEST() local 43 resp->rack_entry = htole32(rack_entry); in TEST() 55 EXPECT_EQ(retRack_entry, rack_entry); in TEST() 65 uint32_t rack_entry = 0xff000030; in TEST() local 71 resp->rack_entry = htole32(rack_entry); in TEST() 86 uint32_t rack_entry = 0xff000030; in TEST() local 91 auto rc = encode_get_alert_status_resp(0, PLDM_SUCCESS, rack_entry, in TEST() 103 uint32_t rack_entry = 0xff000030; in TEST() local 109 0, PLDM_SUCCESS, rack_entry, pri_cec_node, response, in TEST()
|
/openbmc/libpldm/src/oem/ibm/ |
H A D | host.c | 39 uint8_t *completion_code, uint32_t *rack_entry, in decode_get_alert_status_resp() argument 42 if (msg == NULL || completion_code == NULL || rack_entry == NULL || in decode_get_alert_status_resp() 59 *rack_entry = le32toh(response->rack_entry); in decode_get_alert_status_resp() 84 uint32_t rack_entry, uint32_t pri_cec_node, in encode_get_alert_status_resp() argument 109 response->rack_entry = htole32(rack_entry); in encode_get_alert_status_resp()
|
/openbmc/libpldm/include/libpldm/oem/ibm/ |
H A D | host.h | 34 uint32_t rack_entry; member 72 uint8_t *completion_code, uint32_t *rack_entry, 102 uint32_t rack_entry, uint32_t pri_cec_node,
|
/openbmc/pldm/pldmtool/oem/ibm/ |
H A D | pldm_oem_ibm.cpp | 65 uint32_t rack_entry = 0; in parseResponseMsg() local 68 responsePtr, payloadLength, &completionCode, &rack_entry, in parseResponseMsg() 82 << (int)rack_entry; in parseResponseMsg()
|
/openbmc/libpldm/abi/x86_64/ |
H A D | gcc.dump | 9304 'name' => 'rack_entry', 9368 'name' => 'rack_entry',
|