Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c96 #define DTD_ELEM_TMPPOOL (const xmlChar *) "tmp_pool" macro
6823 if (xmlStrcmp(cur->name, DTD_ELEM_TMPPOOL) == 0) { in delete_tmp_pool()
6848 newnode = xmlNewTextChild(cur, NULL, DTD_ELEM_TMPPOOL, NULL); in modify_tmp_pool()
6976 } else if (xmlStrcmp(cur->name, DTD_ELEM_TMPPOOL) == 0) { in zonecfg_lookup_pset()