Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c97 #define DTD_ELEM_PSET (const xmlChar *) "pset" macro
6863 newnode = xmlNewTextChild(cur, NULL, DTD_ELEM_PSET, NULL); in add_pset_core()
6905 if (xmlStrcmp(cur->name, DTD_ELEM_PSET) == 0) { in zonecfg_delete_pset()
6959 if (xmlStrcmp(cur->name, DTD_ELEM_PSET) == 0) { in zonecfg_lookup_pset()