Home
last modified time | relevance | path

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

/openbmc/pldm/platform-mc/
H A Dterminus.cpp462 const std::vector<uint8_t>& sPdr) in parseCompactNumericSensorNames()
469 reinterpret_cast<const pldm_compact_numeric_sensor_pdr*>(sPdr.data()); in parseCompactNumericSensorNames()
471 if (sPdr.size() < in parseCompactNumericSensorNames()
478 (sPdr.size() < (sizeof(pldm_compact_numeric_sensor_pdr) - in parseCompactNumericSensorPDR()
495 Terminus::parseCompactNumericSensorPDR(const std::vector<uint8_t>& sPdr) in parseCompactNumericSensorPDR()
498 reinterpret_cast<const pldm_compact_numeric_sensor_pdr*>(sPdr.data()); in parseCompactNumericSensorPDR()
499 if (sPdr.size() < sizeof(pldm_compact_numeric_sensor_pdr)) in parseCompactNumericSensorPDR()
441 parseCompactNumericSensorNames(const std::vector<uint8_t> & sPdr) parseCompactNumericSensorNames() argument
474 parseCompactNumericSensorPDR(const std::vector<uint8_t> & sPdr) parseCompactNumericSensorPDR() argument