Searched refs:decode_get_pdr_resp_safe (Results 1 – 4 of 4) sorted by relevance
/openbmc/libpldm/ |
H A D | CHANGELOG.md | 356 - decode_get_pdr_resp_safe() 416 Users should move to `decode_get_pdr_resp_safe()` which reduces the invocation
|
/openbmc/libpldm/tests/dsp/ |
H A D | platform.cpp | 494 rc = decode_get_pdr_resp_safe(msg, sizeof(data) - sizeof(msg->hdr), resp, in TEST() 514 rc = decode_get_pdr_resp_safe(nullptr, PLDM_GET_PDR_MIN_RESP_BYTES, &resp, in TEST() 521 rc = decode_get_pdr_resp_safe(msg, PLDM_GET_PDR_MIN_RESP_BYTES, nullptr, in TEST() 525 rc = decode_get_pdr_resp_safe(msg, PLDM_GET_PDR_MIN_RESP_BYTES, &resp, in TEST() 530 rc = decode_get_pdr_resp_safe(msg, 1, &resp, sizeof(resp), &crc); in TEST()
|
/openbmc/libpldm/include/libpldm/ |
H A D | platform.h | 1734 int decode_get_pdr_resp_safe(const struct pldm_msg *msg, size_t payload_length,
|
/openbmc/libpldm/src/dsp/ |
H A D | platform.c | 669 int decode_get_pdr_resp_safe(const struct pldm_msg *msg, size_t payload_length, in decode_get_pdr_resp_safe() function
|