Searched refs:resrvIDMSB (Results 1 – 2 of 2) sorted by relevance
/openbmc/dbus-sensors/src/ipmb/ |
H A D | IpmbSDRSensor.cpp | 120 uint8_t resrvIDMSB = data[1]; in reserveSDRRepository() local 122 self->getSDRSensorData(recordCount, resrvIDLSB, resrvIDMSB); in reserveSDRRepository() 131 uint8_t resrvIDMSB) in getSDRSensorData() argument 136 std::vector<uint8_t> commandData = {resrvIDLSB, resrvIDMSB, in getSDRSensorData() 141 [weakRef, recordCount, resrvIDLSB, resrvIDMSB]( in getSDRSensorData() 165 self->handleSDRData(data, recordCount, resrvIDLSB, resrvIDMSB); in getSDRSensorData() 174 uint8_t resrvIDMSB) in handleSDRData() argument 187 getSDRSensorData(recordCount, resrvIDLSB, resrvIDMSB); in handleSDRData() 212 getSDRSensorData(recordCount, resrvIDLSB, resrvIDMSB); in handleSDRData()
|
H A D | IpmbSDRSensor.hpp | 105 uint8_t resrvIDMSB); 108 uint8_t resrvIDLSB, uint8_t resrvIDMSB);
|