Home
last modified time | relevance | path

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

/openbmc/google-ipmi-sys/
H A Dutil.cpp118 std::string pcie_slot_full_path; in buildPcieMap() local
121 pcie_slot_full_path.append("/proc/device-tree"); in buildPcieMap()
122 pcie_slot_full_path.append(pcie_slot); in buildPcieMap()
125 pcie_slot_full_path.append("/label"); in buildPcieMap()
126 pcie_slot_name = readPropertyFile(pcie_slot_full_path); in buildPcieMap()