Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.c64 tf_rdata_new(topo_mod_t *mp, tf_info_t *xinfo, xmlNodePtr n, tnode_t *troot) in tf_rdata_new() argument
94 r->rd_finfo = xinfo; in tf_rdata_new()
H A Dtopo_xml.c455 tf_info_t *xinfo, tf_pad_t *pad, xmlNodePtr dxn, tnode_t *ptn) in dependent_create() argument
486 if ((np = topo_xml_walk(mp, xinfo, dxn, ptn)) == NULL) { in dependent_create()
503 tf_info_t *xinfo, tf_pad_t *pad, xmlNodePtr pxn, tnode_t *ptn) in dependents_create() argument
510 if (dependent_create(mp, xinfo, pad, cn, ptn) < 0) in dependents_create()
1841 tf_info_t *xinfo, xmlNodePtr croot, tnode_t *troot) in topo_xml_walk() argument
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()
1929 if ((rdp = tf_rdata_new(mp, xinfo, curr, troot)) == NULL) { in topo_xml_walk()
1951 topo_xml_enum(topo_mod_t *tmp, tf_info_t *xinfo, tnode_t *troot) in topo_xml_enum() argument
1957 if ((xroot = xmlDocGetRootElement(xinfo->tf_xdoc)) == NULL) { in topo_xml_enum()
[all …]