Home
last modified time | relevance | path

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

/openbmc/libpldm/src/dsp/
H A Dfru.c27 header.pldm_type = PLDM_FRU; in encode_get_fru_record_table_metadata_req()
88 header.pldm_type = PLDM_FRU; in encode_get_fru_record_table_metadata_resp()
152 header.pldm_type = PLDM_FRU; in encode_get_fru_record_table_resp()
313 header.pldm_type = PLDM_FRU; in encode_get_fru_record_by_option_req()
389 header.pldm_type = PLDM_FRU; in encode_get_fru_record_by_option_resp()
460 header.pldm_type = PLDM_FRU; in encode_get_fru_record_table_req()
577 header.pldm_type = PLDM_FRU; in encode_set_fru_record_table_resp()
/openbmc/pldm/platform-mc/test/
H A Dterminus_manager_test.cpp272 (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 Dbase.cpp43 {PLDM_FRU,
60 {PLDM_FRU, {0x00, 0xf0, 0xf0, 0xf1}},
/openbmc/libpldm/tests/dsp/
H A Dfru.cpp22 ASSERT_EQ(requestPtr->hdr.type, PLDM_FRU); in TEST()
51 responsePtr->hdr.type = PLDM_FRU; in TEST()
107 ASSERT_EQ(responsePtr->hdr.type, PLDM_FRU); in TEST()
209 responsePtr->hdr.type = PLDM_FRU; in TEST()
233 ASSERT_EQ(responsePtr->hdr.type, PLDM_FRU); in TEST()
261 ASSERT_EQ(responsePtr->hdr.type, PLDM_FRU); in TEST()
385 ASSERT_EQ(responsePtr->hdr.type, PLDM_FRU); in TEST()
409 ASSERT_EQ(responsePtr->hdr.type, PLDM_FRU); in TEST()
444 ASSERT_EQ(requestPtr->hdr.type, PLDM_FRU); in TEST()
/openbmc/pldm/pldmtool/
H A Dpldm_base_cmd.cpp28 {"fru", PLDM_FRU}, {"firmware update", PLDM_FWUP},
394 case PLDM_FRU: in printPldmCommands()
/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/libpldm/include/libpldm/
H A Dbase.h28 PLDM_FRU = 0x04, enumerator
/openbmc/pldm/pldmd/
H A Dpldmd.cpp354 invoker.registerHandler(PLDM_FRU, std::move(fruHandler)); in main()