Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/analyzer/
H A Dservice_data.cpp17 ffdc["Target"] = util::pdbg::getPhysDevPath(i_target); in calloutTarget()
40 ffdc["RX Target"] = util::pdbg::getPhysDevPath(i_rxTarget); in calloutConnected()
41 ffdc["TX Target"] = util::pdbg::getPhysDevPath(txTarget); in calloutConnected()
71 ffdc["RX Target"] = util::pdbg::getPhysDevPath(i_rxTarget); in calloutBus()
72 ffdc["TX Target"] = util::pdbg::getPhysDevPath(txTarget); in calloutBus()
/openbmc/openpower-hw-diags/util/
H A Dpdbg.hpp169 std::string getPhysDevPath(pdbg_target* trgt);
H A Dpdbg.cpp631 std::string getPhysDevPath(pdbg_target* trgt) in getPhysDevPath() function
645 return getPhysDevPath(pdbg_target_parent(nullptr, trgt)); in getPhysDevPath()