Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c84 static int get_child_by_name(picl_nodehdl_t nodeh, const char *name,
527 get_child_by_name(picl_nodehdl_t nodeh, const char *name, in get_child_by_name() function
1214 err = get_child_by_name(envmonh, platform_tree_name, &node_hdl); in add_env_nodes()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_digraph_xml.c778 get_child_by_name(xmlNodePtr xn, xmlChar *name) in get_child_by_name() function
895 if ((cn = get_child_by_name(xn, (xmlChar *)TDG_XML_OUTEDGES)) != in add_edges()
1462 vertices = get_child_by_name(root, (xmlChar *)TDG_XML_VERTICES); in topo_digraph_deserialize()