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.cpp160 "sendRequest", commandAddress, netfn, lun, initCommand.value_or(0), in runInitCmd()
168 commandAddress = meAddress; in loadDefaults()
176 commandAddress = meAddress; in loadDefaults()
192 commandAddress = meAddress; in loadDefaults()
203 commandAddress = meAddress; in loadDefaults()
236 commandAddress = meAddress; in loadDefaults()
257 commandAddress = 0; in loadDefaults()
511 "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.hpp94 uint8_t commandAddress = 0; member in IpmbSDRDevice
H A DIpmbSensor.hpp126 uint8_t commandAddress = 0; member