Searched refs:DTD_ELEM_MCAP (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c101 #define DTD_ELEM_MCAP (const xmlChar *) "mcap" macro
207 { "capped-memory", DTD_ELEM_MCAP },
8125 if ((err = newres(handle, cur, &newnode, DTD_ELEM_MCAP)) != Z_OK)
8144 if (xmlStrcmp(cur->name, DTD_ELEM_MCAP) != 0)
8187 if (xmlStrcmp(cur->name, DTD_ELEM_MCAP) != 0)
8211 cur = find_elem_node(handle, DTD_ELEM_MCAP);

Completed in 43 milliseconds