Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/nvme/
H A DNVMeSensorMain.cpp135 std::string rootName = std::filesystem::read_symlink(muxPath).filename(); in deriveRootBus() local
136 size_t dash = rootName.find('-'); in deriveRootBus()
139 lg2::error("Error finding root bus for '{NAME}'", "NAME", rootName); in deriveRootBus()
143 return std::stoi(rootName.substr(0, dash)); in deriveRootBus()