Searched refs:topo_xml_walk (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_xml.c | 47 static tf_rdata_t *topo_xml_walk(topo_mod_t *, tf_info_t *, xmlNodePtr, 486 if ((np = topo_xml_walk(mp, xinfo, dxn, ptn)) == NULL) { in dependent_create() 1840 topo_xml_walk(topo_mod_t *mp, in topo_xml_walk() function 1882 if ((rdp = topo_xml_walk(mp, xinfo, curr, in topo_xml_walk() 1904 if ((rdp = topo_xml_walk(mp, xinfo, def_set, troot)) == NULL) { in topo_xml_walk() 1962 if ((xinfo->tf_rd = topo_xml_walk(tmp, xinfo, xroot, troot)) == NULL) { in topo_xml_enum()
|