Searched refs:PLDM_FRU (Results 1 – 8 of 8) sorted by relevance
/openbmc/pldm/platform-mc/test/ |
H A D | terminus_manager_test.cpp | 272 (1 << (PLDM_BIOS % 8)) + (1 << (PLDM_FRU % 8)); in TEST_F() 294 EXPECT_EQ(true, termini[1]->doesSupportType(PLDM_FRU)); in TEST_F() 326 (1 << (PLDM_BIOS % 8)) + (1 << (PLDM_FRU % 8)); in TEST_F() 480 EXPECT_EQ(true, termini[1]->doesSupportType(PLDM_FRU)); in TEST_F() 537 PLDM_FRU, PLDM_GET_FRU_RECORD_TABLE_METADATA)); in TEST_F() 538 EXPECT_EQ(true, termini[1]->doesSupportCommand(PLDM_FRU, in TEST_F() 540 EXPECT_EQ(false, termini[1]->doesSupportCommand(PLDM_FRU, in TEST_F() 543 PLDM_FRU, PLDM_GET_FRU_RECORD_BY_OPTION)); in TEST_F()
|
/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/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/libpldmresponder/ |
H A D | base.cpp | 43 {PLDM_FRU, 60 {PLDM_FRU, {0x00, 0xf0, 0xf0, 0xf1}},
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_base_cmd.cpp | 28 {"bios", PLDM_BIOS}, {"fru", PLDM_FRU}, 345 case PLDM_FRU: in printPldmCommands()
|
/openbmc/libpldm/include/libpldm/ |
H A D | base.h | 26 PLDM_FRU = 0x04, enumerator
|
/openbmc/pldm/pldmd/ |
H A D | pldmd.cpp | 334 invoker.registerHandler(PLDM_FRU, std::move(fruHandler)); in main()
|
/openbmc/pldm/host-bmc/ |
H A D | host_pdr_handler.cpp | 973 mctp_eid, instanceId, PLDM_FRU, PLDM_GET_FRU_RECORD_TABLE_METADATA, in getFRURecordTableMetadataByRemote() 1061 mctp_eid, instanceId, PLDM_FRU, PLDM_GET_FRU_RECORD_TABLE, in getFRURecordTableByRemote()
|