Searched refs:decode_get_pdr_resp_safe (Results 1 – 4 of 4) sorted by relevance
/openbmc/libpldm/ |
H A D | CHANGELOG.md | 313 - decode_get_pdr_resp_safe() 373 Users should move to `decode_get_pdr_resp_safe()` which reduces the invocation
|
/openbmc/libpldm/tests/dsp/ |
H A D | platform.cpp | 495 rc = decode_get_pdr_resp_safe(msg, sizeof(data) - sizeof(msg->hdr), resp, in TEST() 515 rc = decode_get_pdr_resp_safe(nullptr, PLDM_GET_PDR_MIN_RESP_BYTES, &resp, in TEST() 522 rc = decode_get_pdr_resp_safe(msg, PLDM_GET_PDR_MIN_RESP_BYTES, nullptr, in TEST() 526 rc = decode_get_pdr_resp_safe(msg, PLDM_GET_PDR_MIN_RESP_BYTES, &resp, in TEST() 531 rc = decode_get_pdr_resp_safe(msg, 1, &resp, sizeof(resp), &crc); in TEST()
|
/openbmc/libpldm/include/libpldm/ |
H A D | platform.h | 1702 int decode_get_pdr_resp_safe(const struct pldm_msg *msg, size_t payload_length,
|
/openbmc/libpldm/src/dsp/ |
H A D | platform.c | 667 int decode_get_pdr_resp_safe(const struct pldm_msg *msg, size_t payload_length, in decode_get_pdr_resp_safe() function
|