Searched defs:grptype (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c458 xmlChar *grptype; local
462 if ((grptype = xmlGetProp(dxn, (xmlChar *)Grouping)) == NULL) {
469 if (xmlStrcmp(grptype, (xmlChar *)Siblings) == 0) {
472 } else if (xmlStrcmp(grptype, (xmlChar *)Children) == 0) {
477 xmlFree(grptype);
480 xmlFree(grptype);

Completed in 60 milliseconds