Searched refs:PLDM_BIOS (Results 1 – 6 of 6) sorted by relevance
| /openbmc/libpldm/src/dsp/ |
| H A D | bios.c | 19 header.pldm_type = PLDM_BIOS; in encode_get_date_time_req() 37 header.pldm_type = PLDM_BIOS; in encode_get_date_time_resp() 114 header.pldm_type = PLDM_BIOS; in encode_set_date_time_req() 178 header.pldm_type = PLDM_BIOS; in encode_set_date_time_resp() 226 header.pldm_type = PLDM_BIOS; in encode_get_bios_table_resp() 264 header.pldm_type = PLDM_BIOS; in encode_get_bios_table_req() 351 header.pldm_type = PLDM_BIOS; in encode_get_bios_attribute_current_value_by_handle_req() 445 header.pldm_type = PLDM_BIOS; in encode_get_bios_current_value_by_handle_resp() 490 header.pldm_type = PLDM_BIOS; in encode_set_bios_attribute_current_value_req() 572 header.pldm_type = PLDM_BIOS; in encode_set_bios_attribute_current_value_resp() [all …]
|
| /openbmc/pldm/platform-mc/test/ |
| H A D | terminus_manager_test.cpp | 272 (1 << (PLDM_BIOS % 8)) + (1 << (PLDM_FRU % 8)); in TEST_F() 292 EXPECT_EQ(true, termini[1]->doesSupportType(PLDM_BIOS)); in TEST_F() 325 (1 << (PLDM_BIOS % 8)) + (1 << (PLDM_FRU % 8)); in TEST_F() 477 EXPECT_EQ(true, termini[1]->doesSupportType(PLDM_BIOS)); in TEST_F() 520 termini[1]->doesSupportCommand(PLDM_BIOS, PLDM_GET_BIOS_TABLE)); in TEST_F() 522 termini[1]->doesSupportCommand(PLDM_BIOS, PLDM_SET_BIOS_TABLE)); in TEST_F() 524 PLDM_BIOS, PLDM_SET_BIOS_ATTRIBUTE_CURRENT_VALUE)); in TEST_F() 527 PLDM_BIOS, PLDM_GET_BIOS_ATTRIBUTE_CURRENT_VALUE_BY_HANDLE)); in TEST_F() 529 termini[1]->doesSupportCommand(PLDM_BIOS, PLDM_GET_DATE_TIME)); in TEST_F() 531 termini[1]->doesSupportCommand(PLDM_BIOS, PLDM_SET_DATE_TIME)); in TEST_F()
|
| /openbmc/pldm/libpldmresponder/ |
| H A D | base.cpp | 39 {PLDM_BIOS, 59 {PLDM_BIOS, {0x00, 0xf0, 0xf0, 0xf1}},
|
| /openbmc/pldm/pldmtool/ |
| H A D | pldm_base_cmd.cpp | 27 {"base", PLDM_BASE}, {"platform", PLDM_PLATFORM}, {"bios", PLDM_BIOS}, 391 case PLDM_BIOS: in printPldmCommands()
|
| /openbmc/libpldm/include/libpldm/ |
| H A D | base.h | 27 PLDM_BIOS = 0x03, enumerator
|
| /openbmc/pldm/pldmd/ |
| H A D | pldmd.cpp | 352 invoker.registerHandler(PLDM_BIOS, std::move(biosHandler)); in main()
|