Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/util/
H A Dpdbg.hpp179 std::vector<uint8_t> getPhysBinPath(pdbg_target* trgt);
H A Dpdbg.cpp665 std::vector<uint8_t> getPhysBinPath(pdbg_target* target) in getPhysBinPath() function
680 return getPhysBinPath(pdbg_target_parent(nullptr, target)); in getPhysBinPath()
/openbmc/openpower-hw-diags/analyzer/
H A Dservice_data.cpp229 callout["EntityPath"] = util::pdbg::getPhysBinPath(i_target); in addTargetCallout()