Searched refs:PLDM_OEM (Results 1 – 10 of 10) sorted by relevance
| /openbmc/libpldm/src/oem/ibm/ |
| H A D | file_io.c | 45 header.pldm_type = PLDM_OEM; in encode_rw_file_memory_resp() 75 header.pldm_type = PLDM_OEM; in encode_rw_file_memory_req() 152 header.pldm_type = PLDM_OEM; in encode_get_file_table_resp() 184 header.pldm_type = PLDM_OEM; in encode_get_file_table_req() 277 header.pldm_type = PLDM_OEM; in encode_read_file_req() 333 header.pldm_type = PLDM_OEM; in encode_read_file_resp() 395 header.pldm_type = PLDM_OEM; in encode_write_file_req() 446 header.pldm_type = PLDM_OEM; in encode_write_file_resp() 503 header.pldm_type = PLDM_OEM; in encode_rw_file_by_type_memory_resp() 533 header.pldm_type = PLDM_OEM; in encode_rw_file_by_type_memory_req() [all …]
|
| H A D | host.c | 24 header.pldm_type = PLDM_OEM; in encode_get_alert_status_req() 98 header.pldm_type = PLDM_OEM; in encode_get_alert_status_resp()
|
| /openbmc/libpldm/tests/oem/ibm/ |
| H A D | fileio.cpp | 102 ASSERT_EQ(response->hdr.type, PLDM_OEM); in TEST() 115 ASSERT_EQ(response->hdr.type, PLDM_OEM); in TEST() 137 ASSERT_EQ(response->hdr.type, PLDM_OEM); in TEST() 148 ASSERT_EQ(response->hdr.type, PLDM_OEM); in TEST() 223 ASSERT_EQ(request->hdr.type, PLDM_OEM); in TEST() 340 ASSERT_EQ(response->hdr.type, PLDM_OEM); in TEST() 376 ASSERT_EQ(response->hdr.type, PLDM_OEM); in TEST() 713 ASSERT_EQ(responsePtr->hdr.type, PLDM_OEM); in TEST() 737 ASSERT_EQ(responsePtr->hdr.type, PLDM_OEM); in TEST() 762 ASSERT_EQ(requestPtr->hdr.type, PLDM_OEM); in TEST() [all …]
|
| /openbmc/pldm/libpldmresponder/ |
| H A D | base.cpp | 47 {PLDM_OEM, 62 {PLDM_OEM, {0x00, 0xf0, 0xf0, 0xf1}},
|
| /openbmc/pldm/oem/meta/ |
| H A D | oem_meta.cpp | 38 invoker.registerHandler(PLDM_OEM, std::move(fileIOHandler)); in registerOemHandler()
|
| /openbmc/pldm/pldmtool/ |
| H A D | pldm_base_cmd.cpp | 30 {"oem-ibm", PLDM_OEM}, 397 case PLDM_OEM: in printPldmCommands()
|
| /openbmc/libpldm/src/oem/meta/ |
| H A D | file_io.c | 176 header.pldm_type = PLDM_OEM; in encode_oem_meta_file_io_read_resp()
|
| /openbmc/pldm/pldmd/ |
| H A D | oem_ibm.hpp | 175 PLDM_OEM, std::make_unique<pldm::responder::oem_ibm::Handler>( in registerHandler()
|
| /openbmc/libpldm/include/libpldm/ |
| H A D | base.h | 32 PLDM_OEM = 0x3f, enumerator
|
| /openbmc/pldm/platform-mc/test/ |
| H A D | terminus_manager_test.cpp | 295 EXPECT_EQ(false, termini[1]->doesSupportType(PLDM_OEM)); in TEST_F()
|