Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/util/
H A Dpdbg.cpp328 std::vector<pdbg_target*> childList; in getConnectedTarget() local
335 childList.push_back(childTarget); in getConnectedTarget()
340 if (1 != childList.size()) in getConnectedTarget()
346 txTarget = childList.front(); in getConnectedTarget()