Searched refs:commandAddress (Results 1 – 4 of 4) sorted by relevance
/openbmc/dbus-sensors/src/ipmb/ |
H A D | IpmbSensor.cpp | 162 "sendRequest", commandAddress, netfn, lun, *initCommand, initData); in runInitCmd() 169 commandAddress = meAddress; in loadDefaults() 177 commandAddress = meAddress; in loadDefaults() 193 commandAddress = meAddress; in loadDefaults() 204 commandAddress = meAddress; in loadDefaults() 237 commandAddress = meAddress; in loadDefaults() 258 commandAddress = 0; in loadDefaults() 513 "sendRequest", commandAddress, netfn, lun, command, commandData); in sendIpmbRequest()
|
H A D | IpmbSDRSensor.cpp | 24 commandAddress(cmdAddr << 2), hostIndex(cmdAddr + 1), conn(dbusConnection) in IpmbSDRDevice() 85 ipmbService, ipmbDbusPath, ipmbInterface, ipmbMethod, commandAddress, in getSDRRepositoryInfo() 124 ipmbService, ipmbDbusPath, ipmbInterface, ipmbMethod, commandAddress, in reserveSDRRepository() 167 ipmbService, ipmbDbusPath, ipmbInterface, ipmbMethod, commandAddress, in getSDRSensorData()
|
H A D | IpmbSDRSensor.hpp | 87 uint8_t commandAddress = 0; member in IpmbSDRDevice
|
H A D | IpmbSensor.hpp | 118 uint8_t commandAddress = 0; member
|