Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DIntelCPUSensorMain.cpp424 const std::string& addrHexStr = hex.str(); in exportDevice() local
427 std::string parameters = "peci-client 0x" + addrHexStr; in exportDevice()
431 std::string newClient = devPath + busStr + "-" + addrHexStr + "/driver"; in exportDevice()
444 directoryName.ends_with(addrHexStr)) in exportDevice()