Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/ipmb/
H A DIpmbSensor.cpp162 "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 DIpmbSDRSensor.cpp24 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 DIpmbSDRSensor.hpp87 uint8_t commandAddress = 0; member in IpmbSDRDevice
H A DIpmbSensor.hpp118 uint8_t commandAddress = 0; member