Home
last modified time | relevance | path

Searched refs:PLDM_OEM (Results 1 – 10 of 10) sorted by relevance

/openbmc/libpldm/src/oem/ibm/
H A Dfile_io.c45 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 Dhost.c24 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 Dfileio.cpp102 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 Dbase.cpp47 {PLDM_OEM,
62 {PLDM_OEM, {0x00, 0xf0, 0xf0, 0xf1}},
/openbmc/pldm/oem/ibm/requester/
H A Ddbus_to_file_handler.cpp80 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 Dpldm_base_cmd.cpp30 {"oem-ibm", PLDM_OEM},
383 case PLDM_OEM: in printPldmCommands()
/openbmc/pldm/pldmd/
H A Doem_ibm.hpp163 PLDM_OEM, std::make_unique<pldm::responder::oem_ibm::Handler>( in registerHandler()
/openbmc/libpldm/src/oem/meta/
H A Dfile_io.c179 header.pldm_type = PLDM_OEM; in encode_oem_meta_file_io_read_resp()
/openbmc/libpldm/include/libpldm/
H A Dbase.h29 PLDM_OEM = 0x3f, enumerator
/openbmc/pldm/platform-mc/test/
H A Dterminus_manager_test.cpp299 EXPECT_EQ(false, termini[1]->doesSupportType(PLDM_OEM)); in TEST_F()