Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c86 #define DTD_ELEM_ATTR (const xmlChar *) "attr" macro
3157 if (xmlStrcmp(cur->name, DTD_ELEM_ATTR)) in zonecfg_lookup_attr()
3233 newnode = xmlNewTextChild(cur, NULL, DTD_ELEM_ATTR, NULL); in zonecfg_add_attr_core()
3270 if (xmlStrcmp(cur->name, DTD_ELEM_ATTR)) in zonecfg_delete_attr_core()
4004 return (DTD_ELEM_ATTR); in nm_to_dtd()
5053 if (!xmlStrcmp(cur->name, DTD_ELEM_ATTR)) in zonecfg_getattrent()