Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/ipmb/
H A DIpmbSDRSensor.cpp24 commandAddress(cmdAddr << 2), hostIndex(cmdAddr + 1), conn(dbusConnection) in IpmbSDRDevice()
28 const IpmbMethodType& response, int hostIndex) in validateStatus() argument
39 hostIndex); in validateStatus()
61 if (!status(self->hostIndex)) in getSDRRepositoryInfo()
73 "INDEX", self->hostIndex); in getSDRRepositoryInfo()
104 if (!status(self->hostIndex)) in reserveSDRRepository()
116 "INDEX", self->hostIndex); in reserveSDRRepository()
150 if (!status(self->hostIndex)) in getSDRSensorData()
161 "INDEX", self->hostIndex); in getSDRSensorData()
249 checkSDRType01Threshold(sdrDataBytes, (hostIndex - 1), tempName); in checkSDRData()
H A DIpmbSDRSensor.hpp95 int hostIndex = 0; member in IpmbSDRDevice
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsystems_utils.hpp131 const boost::system::error_code& ec, const uint64_t hostIndex) { in getManagedHostProperty() argument
139 BMCWEB_LOG_DEBUG("Got index {} for path {}", hostIndex, systemPath); in getManagedHostProperty()
140 callback(hostIndex); in getManagedHostProperty()