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.cpp154 auto nextDescriptorOffset = in queryDeviceIdentifiers() local
158 descriptorPtr += nextDescriptorOffset; in queryDeviceIdentifiers()
159 deviceIdentifiersLen -= nextDescriptorOffset; in queryDeviceIdentifiers()
/openbmc/phosphor-bmc-code-mgmt/common/pldm/
H A Dpackage_parser.cpp123 auto nextDescriptorOffset = in parseFDIdentificationArea() local
127 recordDescriptors.ptr += nextDescriptorOffset; in parseFDIdentificationArea()
128 recordDescriptors.length -= nextDescriptorOffset; in parseFDIdentificationArea()
/openbmc/pldm/pldmtool/
H A Dpldm_fw_update_cmd.cpp603 auto nextDescriptorOffset = in parseResponseMsg() local
607 descriptorPtr += nextDescriptorOffset; in parseResponseMsg()
608 deviceIdentifiersLen -= nextDescriptorOffset; in parseResponseMsg()