Home
last modified time | relevance | path

Searched refs:PLDM_FRU (Results 1 – 9 of 9) sorted by relevance

/openbmc/libpldm/src/dsp/
H A Dfru.c28 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 Dterminus_manager_test.cpp275 (1 << (PLDM_BIOS % 8)) + (1 << (PLDM_FRU % 8)); in TEST_F()
297 EXPECT_EQ(true, termini[1]->doesSupportType(PLDM_FRU)); in TEST_F()
329 (1 << (PLDM_BIOS % 8)) + (1 << (PLDM_FRU % 8)); in TEST_F()
483 EXPECT_EQ(true, termini[1]->doesSupportType(PLDM_FRU)); in TEST_F()
540 PLDM_FRU, PLDM_GET_FRU_RECORD_TABLE_METADATA)); in TEST_F()
541 EXPECT_EQ(true, termini[1]->doesSupportCommand(PLDM_FRU, in TEST_F()
543 EXPECT_EQ(false, termini[1]->doesSupportCommand(PLDM_FRU, in TEST_F()
546 PLDM_FRU, PLDM_GET_FRU_RECORD_BY_OPTION)); in TEST_F()
/openbmc/libpldm/tests/dsp/
H A Dfru.cpp23 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 Dbase.cpp43 {PLDM_FRU,
60 {PLDM_FRU, {0x00, 0xf0, 0xf0, 0xf1}},
/openbmc/pldm/pldmtool/
H A Dpldm_base_cmd.cpp28 {"bios", PLDM_BIOS}, {"fru", PLDM_FRU},
380 case PLDM_FRU: in printPldmCommands()
/openbmc/libpldm/include/libpldm/
H A Dbase.h26 PLDM_FRU = 0x04, enumerator
/openbmc/pldm/platform-mc/
H A Dplatform_manager.cpp28 if (terminus->doesSupportCommand(PLDM_FRU, in initTerminus()
47 terminus->doesSupportCommand(PLDM_FRU, PLDM_GET_FRU_RECORD_TABLE)) in initTerminus()
/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.cpp984 mctp_eid, instanceId, PLDM_FRU, PLDM_GET_FRU_RECORD_TABLE_METADATA, in getFRURecordTableMetadataByRemote()
1072 mctp_eid, instanceId, PLDM_FRU, PLDM_GET_FRU_RECORD_TABLE, in getFRURecordTableByRemote()
/openbmc/pldm/pldmd/
H A Dpldmd.cpp336 invoker.registerHandler(PLDM_FRU, std::move(fruHandler)); in main()