Home
last modified time | relevance | path

Searched refs:nextDescriptorOffset (Results 1 – 4 of 4) sorted by relevance

/openbmc/pldm/fw-update/
H A Dpackage_parser.cpp103 auto nextDescriptorOffset = in parseFDIdentificationArea() local
107 recordDescriptors.ptr += nextDescriptorOffset; in parseFDIdentificationArea()
108 recordDescriptors.length -= nextDescriptorOffset; in parseFDIdentificationArea()
H A Dinventory_manager.cpp170 auto nextDescriptorOffset = in queryDeviceIdentifiers() local
174 descriptorPtr += nextDescriptorOffset; in queryDeviceIdentifiers()
175 deviceIdentifiersLen -= nextDescriptorOffset; in queryDeviceIdentifiers()
/openbmc/phosphor-bmc-code-mgmt/common/pldm/
H A Dpackage_parser.cpp121 auto nextDescriptorOffset = in parseFDIdentificationArea() local
125 recordDescriptors.ptr += nextDescriptorOffset; in parseFDIdentificationArea()
126 recordDescriptors.length -= nextDescriptorOffset; in parseFDIdentificationArea()
/openbmc/pldm/pldmtool/
H A Dpldm_fw_update_cmd.cpp647 auto nextDescriptorOffset = in parseResponseMsg() local
651 descriptorPtr += nextDescriptorOffset; in parseResponseMsg()
652 deviceIdentifiersLen -= nextDescriptorOffset; in parseResponseMsg()