Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c1172 xmlNodePtr cn, gcn, psn, ecn, target; in pad_process() local
1229 for (gcn = cn->xmlChildrenNode; in pad_process()
1230 gcn != NULL; gcn = gcn->next) { in pad_process()
1231 if (xmlStrcmp(gcn->name, in pad_process()
1248 for (gcn = psn->xmlChildrenNode; gcn != NULL; in pad_process()
1249 gcn = gcn->next) { in pad_process()
1250 if (xmlStrcmp(gcn->name, (xmlChar *)Propgrp) in pad_process()