Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h138 #define Children "children" macro
H A Dtopo_2xml.c441 begin_element(fp, Dependents, Grouping, Children, NULL); in txml_print_range()
H A Dtopo_xml.c474 } else if (xmlStrcmp(grptype, (xmlChar *)Children) == 0) { in dependent_create()