Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dplatform.cpp238 uint16_t respSizeBytes{}; in getPDR() local
252 respSizeBytes = e.size; in getPDR()
253 if (respSizeBytes > reqSizeBytes) in getPDR()
255 respSizeBytes = reqSizeBytes; in getPDR()
260 respSizeBytes, in getPDR()
265 0, PLDM_START_AND_END, respSizeBytes, recordData, 0, responsePtr); in getPDR()