/openbmc/libpldm/tests/dsp/ |
H A D | bios.cpp | 358 uint8_t transferFlag = PLDM_START_AND_END; in TEST() 380 uint8_t transferFlag = PLDM_START_AND_END; in TEST() 630 uint8_t transferFlag = PLDM_START_AND_END; in TEST() 661 uint8_t transferFlag = PLDM_START_AND_END; in TEST() 685 uint8_t transferFlag = PLDM_START_AND_END; in TEST() 714 uint8_t transferFlag = PLDM_START_AND_END; in TEST() 736 uint8_t transferFlag = PLDM_START_AND_END; in TEST() 769 uint8_t transferFlag = PLDM_START_AND_END; in TEST() 879 uint8_t transfer_flag = PLDM_START_AND_END; in TEST() 916 uint8_t transfer_flag = PLDM_START_AND_END; in TEST() [all …]
|
H A D | firmware_update.cpp | 1638 constexpr uint8_t transfer_flag_resp = PLDM_START_AND_END; in TEST() 1679 constexpr uint8_t transfer_flag_resp = PLDM_START_AND_END; in TEST() 1718 constexpr uint8_t transfer_flag_resp = PLDM_START_AND_END; in TEST() 1806 constexpr uint8_t transfer_flag_resp = PLDM_START_AND_END; in TEST() 1916 constexpr uint8_t transfer_flag_resp = PLDM_START_AND_END; in TEST() 2031 constexpr uint8_t transfer_flag_resp = PLDM_START_AND_END; in TEST() 2162 constexpr uint8_t transfer_flag_resp = PLDM_START_AND_END; in TEST() 2208 constexpr uint8_t transfer_flag_resp = PLDM_START_AND_END; in TEST() 2306 constexpr uint8_t transfer_flag_resp = PLDM_START_AND_END; in TEST() 2415 constexpr uint8_t transfer_flag_resp = PLDM_START_AND_END; in TEST() [all …]
|
H A D | fru.cpp | 367 uint8_t transfer_flag = PLDM_START_AND_END; in TEST() 397 uint8_t transfer_flag = PLDM_START_AND_END; in TEST() 471 uint8_t transfer_flag = PLDM_START_AND_END; in TEST() 516 uint8_t transfer_flag = PLDM_START_AND_END; in TEST()
|
H A D | base.cpp | 410 uint8_t flag = PLDM_START_AND_END; in TEST() 417 auto rc = encode_get_version_resp(0, PLDM_SUCCESS, 0, PLDM_START_AND_END, in TEST() 467 uint8_t flag = PLDM_START_AND_END; in TEST() 468 uint8_t retFlag = PLDM_START_AND_END; in TEST()
|
H A D | platform.cpp | 242 transferFlag = PLDM_START_AND_END; // No CRC in this case in TEST() 254 uint8_t transferFlag = PLDM_START_AND_END; in TEST() 1636 uint8_t transferFlag = PLDM_START_AND_END; in TEST() 1654 PLDM_START_AND_END, // transfer_flag in TEST() 1773 PLDM_START_AND_END, // transfer_flag in TEST()
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios.cpp | 253 PLDM_START_AND_END, table->data(), response.size(), responsePtr); in getBIOSTable() 331 request->hdr.instance_id, PLDM_SUCCESS, 0, PLDM_START_AND_END, in getBIOSAttributeCurrentValueByHandle()
|
H A D | base.cpp | 162 PLDM_START_AND_END, &version, in getPLDMVersion()
|
H A D | fru.cpp | 491 0, PLDM_START_AND_END, responsePtr); in getFRURecordTable() 542 request->hdr.instance_id, PLDM_SUCCESS, 0, PLDM_START_AND_END, in getFRURecordByOption()
|
H A D | platform.cpp | 265 0, PLDM_START_AND_END, respSizeBytes, recordData, 0, responsePtr); in getPDR()
|
/openbmc/libpldm/src/ |
H A D | utils.c | 261 case PLDM_START_AND_END: in is_transfer_flag_valid()
|
H A D | control.c | 125 PLDM_START_AND_END, v->versions, in pldm_control_get_version()
|
/openbmc/pldm/fw-update/ |
H A D | inventory_manager.cpp | 345 downstreamIds.transfer_flag == PLDM_START_AND_END) in queryDownstreamIdentifiers() 429 case PLDM_START_AND_END: in queryDownstreamIdentifiers()
|
H A D | device_updater.cpp | 120 transferFlag = PLDM_START_AND_END; in sendPassCompTableRequest()
|
/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_base_test.cpp | 82 uint8_t retFlag = PLDM_START_AND_END; in TEST_F()
|
/openbmc/libpldm/include/libpldm/ |
H A D | base.h | 89 PLDM_START_AND_END = 0x05, enumerator
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_bios_cmd.cpp | 913 instanceId, 0, PLDM_START_AND_END, attrValueEntry.data(), in exec()
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | file_io.cpp | 603 PLDM_START_AND_END, attrTable.data(), in getFileTable()
|
/openbmc/libpldm/tests/oem/ibm/ |
H A D | fileio.cpp | 419 uint8_t transferFlag = PLDM_START_AND_END; in TEST() 461 uint8_t transferFlag = PLDM_START_AND_END; in TEST()
|
/openbmc/pldm/oem/ibm/test/ |
H A D | libpldmresponder_fileio_test.cpp | 536 uint8_t transferFlag = PLDM_START_AND_END; in TEST_F()
|
/openbmc/libpldm/src/dsp/ |
H A D | platform.c | 1283 if (transfer_flag == PLDM_END || transfer_flag == PLDM_START_AND_END) { in encode_poll_for_platform_event_message_resp() 2752 *transfer_flag == PLDM_START_AND_END) { in decode_poll_for_platform_event_message_resp()
|