Home
last modified time | relevance | path

Searched refs:PLDM_OEM (Results 1 – 9 of 9) 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()
151 header.pldm_type = PLDM_OEM; in encode_get_file_table_resp()
183 header.pldm_type = PLDM_OEM; in encode_get_file_table_req()
276 header.pldm_type = PLDM_OEM; in encode_read_file_req()
332 header.pldm_type = PLDM_OEM; in encode_read_file_resp()
394 header.pldm_type = PLDM_OEM; in encode_write_file_req()
445 header.pldm_type = PLDM_OEM; in encode_write_file_resp()
502 header.pldm_type = PLDM_OEM; in encode_rw_file_by_type_memory_resp()
532 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.cpp99 ASSERT_EQ(response->hdr.type, PLDM_OEM); in TEST()
112 ASSERT_EQ(response->hdr.type, PLDM_OEM); in TEST()
133 ASSERT_EQ(response->hdr.type, PLDM_OEM); in TEST()
144 ASSERT_EQ(response->hdr.type, PLDM_OEM); in TEST()
216 ASSERT_EQ(request->hdr.type, PLDM_OEM); in TEST()
330 ASSERT_EQ(response->hdr.type, PLDM_OEM); in TEST()
365 ASSERT_EQ(response->hdr.type, PLDM_OEM); in TEST()
978 ASSERT_EQ(request->hdr.type, PLDM_OEM); in TEST()
1181 ASSERT_EQ(request->hdr.type, PLDM_OEM); in TEST()
1380 ASSERT_EQ(request->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.cpp81 mctp_eid, instanceId, PLDM_OEM, PLDM_NEW_FILE_AVAILABLE, in sendNewFileAvailableCmd()
288 mctp_eid, instanceId, PLDM_OEM, PLDM_NEW_FILE_AVAILABLE, in newFileAvailableSendToHost()
/openbmc/pldm/pldmd/
H A Doem_ibm.hpp131 PLDM_OEM, std::make_unique<pldm::responder::oem_ibm::Handler>( in registerHandler()
/openbmc/pldm/pldmtool/
H A Dpldm_base_cmd.cpp30 {"oem-ibm", PLDM_OEM},
328 case PLDM_OEM: in printPldmCommands()
/openbmc/libpldm/include/libpldm/
H A Dbase.h28 PLDM_OEM = 0x3f, enumerator
/openbmc/pldm/platform-mc/test/
H A Dterminus_manager_test.cpp291 EXPECT_EQ(false, termini[1]->doesSupportType(PLDM_OEM)); in TEST_F()