Searched refs:gcn (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_digraph_xml.c | 1026 for (xmlNodePtr gcn = cn->xmlChildrenNode; in deserialize_nvpair() local 1027 gcn != NULL; gcn = gcn->next) { in deserialize_nvpair() 1029 if (xmlStrcmp(gcn->name, in deserialize_nvpair() 1032 if (deserialize_nvpair(thp, mod, cnvl, gcn) != in deserialize_nvpair() 1129 for (xmlNodePtr gcn = cn->xmlChildrenNode; in deserialize_nvpair() local 1130 gcn != NULL; gcn = gcn->next) { in deserialize_nvpair() 1131 if (xmlStrcmp(gcn->name, in deserialize_nvpair() 1135 gcn) != 0) { in deserialize_nvpair()
|
H A D | topo_xml.c | 1183 xmlNodePtr cn, gcn, psn = NULL, target; in pad_process() local 1238 for (gcn = cn->xmlChildrenNode; in pad_process() 1239 gcn != NULL; gcn = gcn->next) { in pad_process() 1240 if (xmlStrcmp(gcn->name, in pad_process() 1257 for (gcn = psn->xmlChildrenNode; gcn != NULL; in pad_process() 1258 gcn = gcn->next) { in pad_process() 1259 if (xmlStrcmp(gcn->name, (xmlChar *)Propgrp) in pad_process()
|