Home
last modified time | relevance | path

Searched refs:PLDM_FWUP_VENDOR_DEFINED (Results 1 – 9 of 9) sorted by relevance

/openbmc/pldm/pldmtool/
H A Dpldm_fw_update_cmd.cpp73 {PLDM_FWUP_VENDOR_DEFINED, "Vendor Defined"}};
459 if (descriptorType != PLDM_FWUP_VENDOR_DEFINED) in updateDescriptor()
480 if (descriptorType != PLDM_FWUP_VENDOR_DEFINED) in updateDescriptor()
499 if (descriptorType != PLDM_FWUP_VENDOR_DEFINED) in updateDescriptor()
571 if (descriptorType != PLDM_FWUP_VENDOR_DEFINED) in parseResponseMsg()
/openbmc/pldm/fw-update/test/
H A Dinventory_manager_test.cpp58 {PLDM_FWUP_VENDOR_DEFINED, in TEST_F()
82 {PLDM_FWUP_VENDOR_DEFINED, in TEST_F()
H A Dpackage_parser_test.cpp106 {PLDM_FWUP_VENDOR_DEFINED, in TEST()
/openbmc/pldm/fw-update/
H A Dinventory_manager.cpp120 if (descriptorType != PLDM_FWUP_VENDOR_DEFINED) in queryDeviceIdentifiers()
364 if (desc.descriptor_type != PLDM_FWUP_VENDOR_DEFINED) in queryDownstreamIdentifiers()
H A Dpackage_parser.cpp69 if (descriptorType != PLDM_FWUP_VENDOR_DEFINED) in parseFDIdentificationArea()
/openbmc/phosphor-bmc-code-mgmt/common/pldm/
H A Dpackage_parser.cpp89 if (descriptorType != PLDM_FWUP_VENDOR_DEFINED) in parseFDIdentificationArea()
/openbmc/libpldm/include/libpldm/
H A Dfirmware_update.h186 PLDM_FWUP_VENDOR_DEFINED = 0xffff enumerator
/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp546 EXPECT_EQ(descriptorType, PLDM_FWUP_VENDOR_DEFINED); in TEST()
908 .descriptor_type = PLDM_FWUP_VENDOR_DEFINED, in TEST()
/openbmc/libpldm/src/dsp/
H A Dfirmware_update.c570 if (*descriptor_type != PLDM_FWUP_VENDOR_DEFINED) { in decode_descriptor_type_length_value_errno()