Home
last modified time | relevance | path

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

/openbmc/pldm/fw-update/
H A Dinventory_manager.cpp139 auto nextDescriptorOffset = in queryDeviceIdentifiers() local
143 descriptorPtr += nextDescriptorOffset; in queryDeviceIdentifiers()
144 deviceIdentifiersLen -= nextDescriptorOffset; in queryDeviceIdentifiers()
H A Dpackage_parser.cpp103 auto nextDescriptorOffset = in parseFDIdentificationArea() local
107 recordDescriptors.ptr += nextDescriptorOffset; in parseFDIdentificationArea()
108 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()