Searched refs:PLDM_FRU (Results 1 – 8 of 8) sorted by relevance
| /openbmc/libpldm/src/dsp/ |
| H A D | fru.c | 28 header.pldm_type = PLDM_FRU; in encode_get_fru_record_table_metadata_req() 89 header.pldm_type = PLDM_FRU; in encode_get_fru_record_table_metadata_resp() 153 header.pldm_type = PLDM_FRU; in encode_get_fru_record_table_resp() 314 header.pldm_type = PLDM_FRU; in encode_get_fru_record_by_option_req() 390 header.pldm_type = PLDM_FRU; in encode_get_fru_record_by_option_resp() 461 header.pldm_type = PLDM_FRU; in encode_get_fru_record_table_req() 578 header.pldm_type = PLDM_FRU; in encode_set_fru_record_table_resp()
|
| /openbmc/pldm/platform-mc/test/ |
| H A D | terminus_manager_test.cpp | 272 (1 << (PLDM_BIOS % 8)) + (1 << (PLDM_FRU % 8)); in TEST_F() 293 EXPECT_EQ(true, termini[1]->doesSupportType(PLDM_FRU)); in TEST_F() 325 (1 << (PLDM_BIOS % 8)) + (1 << (PLDM_FRU % 8)); in TEST_F() 478 EXPECT_EQ(true, termini[1]->doesSupportType(PLDM_FRU)); in TEST_F() 535 PLDM_FRU, PLDM_GET_FRU_RECORD_TABLE_METADATA)); in TEST_F() 536 EXPECT_EQ(true, termini[1]->doesSupportCommand(PLDM_FRU, in TEST_F() 538 EXPECT_EQ(false, termini[1]->doesSupportCommand(PLDM_FRU, in TEST_F() 541 PLDM_FRU, PLDM_GET_FRU_RECORD_BY_OPTION)); in TEST_F()
|
| /openbmc/pldm/libpldmresponder/ |
| H A D | base.cpp | 43 {PLDM_FRU, 60 {PLDM_FRU, {0x00, 0xf0, 0xf0, 0xf1}},
|
| /openbmc/libpldm/tests/dsp/ |
| H A D | fru.cpp | 23 ASSERT_EQ(requestPtr->hdr.type, PLDM_FRU); in TEST() 52 responsePtr->hdr.type = PLDM_FRU; in TEST() 108 ASSERT_EQ(responsePtr->hdr.type, PLDM_FRU); in TEST() 210 responsePtr->hdr.type = PLDM_FRU; in TEST() 234 ASSERT_EQ(responsePtr->hdr.type, PLDM_FRU); in TEST() 262 ASSERT_EQ(responsePtr->hdr.type, PLDM_FRU); in TEST() 386 ASSERT_EQ(responsePtr->hdr.type, PLDM_FRU); in TEST() 410 ASSERT_EQ(responsePtr->hdr.type, PLDM_FRU); in TEST() 445 ASSERT_EQ(requestPtr->hdr.type, PLDM_FRU); in TEST()
|
| /openbmc/pldm/pldmtool/ |
| H A D | pldm_base_cmd.cpp | 28 {"fru", PLDM_FRU}, {"firmware update", PLDM_FWUP}, 394 case PLDM_FRU: in printPldmCommands()
|
| /openbmc/pldm/platform-mc/ |
| H A D | platform_manager.cpp | 28 if (terminus->doesSupportCommand(PLDM_FRU, in initTerminus() 47 terminus->doesSupportCommand(PLDM_FRU, PLDM_GET_FRU_RECORD_TABLE)) in initTerminus()
|
| /openbmc/libpldm/include/libpldm/ |
| H A D | base.h | 28 PLDM_FRU = 0x04, enumerator
|
| /openbmc/pldm/pldmd/ |
| H A D | pldmd.cpp | 354 invoker.registerHandler(PLDM_FRU, std::move(fruHandler)); in main()
|