Searched refs:Propitem (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
| H A D | topo_2xml.c | 236 begin_end_element(fp, Propitem, Value, vbuf, in txml_print_prop() 257 begin_end_element(fp, Propitem, Value, vbuf, in txml_print_prop() 278 begin_end_element(fp, Propitem, Value, vbuf, in txml_print_prop() 299 begin_end_element(fp, Propitem, Value, vbuf, in txml_print_prop() 318 begin_end_element(fp, Propitem, Value, val[i], in txml_print_prop() 342 begin_end_element(fp, Propitem, Value, fmristr, in txml_print_prop()
|
| H A D | topo_parse.h | 156 #define Propitem "propitem" macro
|
| H A D | topo_xml.c | 276 if ((xmlStrcmp(cn->name, (xmlChar *)Propitem) == 0) || in xlate_common() 298 if ((xmlStrcmp(cn->name, (xmlChar *)Propitem) == 0) || in xlate_common() 316 if ((xmlStrcmp(cn->name, (xmlChar *)Propitem) == 0) || in xlate_common() 334 if ((xmlStrcmp(cn->name, (xmlChar *)Propitem) == 0) || in xlate_common() 352 if ((xmlStrcmp(cn->name, (xmlChar *)Propitem) == 0) || in xlate_common() 370 if ((xmlStrcmp(cn->name, (xmlChar *)Propitem) == 0) || in xlate_common() 391 if ((xmlStrcmp(cn->name, (xmlChar *)Propitem) == 0) || in xlate_common()
|