Home
last modified time | relevance | path

Searched refs:getPathFromSensorNumber (Results 1 – 5 of 5) sorted by relevance

/openbmc/intel-ipmi-oem/include/
H A Dsensorcommands.hpp138 path = getPathFromSensorNumber((ctx->lun << 8) | sensnum); in getSensorConnection()
H A Dsdrutils.hpp426 inline static std::string getPathFromSensorNumber(uint16_t sensorNum) in getPathFromSensorNumber() function
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsdrutils.hpp341 std::string getPathFromSensorNumber(uint16_t sensorNum);
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsdrutils.cpp366 std::string getPathFromSensorNumber(uint16_t sensorNum) in getPathFromSensorNumber() function
H A Dsensorcommands.cpp172 path = getPathFromSensorNumber((ctx->lun << 8) | sensnum); in getSensorConnection()