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/ibm/requester/ |
H A D | dbus_to_file_handler.cpp | 80 mctp_eid, instanceId, PLDM_OEM, PLDM_NEW_FILE_AVAILABLE, in sendNewFileAvailableCmd() 290 mctp_eid, instanceId, PLDM_OEM, PLDM_NEW_FILE_AVAILABLE, in newFileAvailableSendToHost()
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_base_cmd.cpp | 30 {"oem-ibm", PLDM_OEM}, 383 case PLDM_OEM: in printPldmCommands()
|
/openbmc/pldm/pldmd/ |
H A D | oem_ibm.hpp | 163 PLDM_OEM, std::make_unique<pldm::responder::oem_ibm::Handler>( in registerHandler()
|
/openbmc/libpldm/src/oem/meta/ |
H A D | file_io.c | 179 header.pldm_type = PLDM_OEM; in encode_oem_meta_file_io_read_resp()
|
/openbmc/libpldm/include/libpldm/ |
H A D | base.h | 29 PLDM_OEM = 0x3f, enumerator
|
/openbmc/pldm/platform-mc/test/ |
H A D | terminus_manager_test.cpp | 299 EXPECT_EQ(false, termini[1]->doesSupportType(PLDM_OEM)); in TEST_F()
|