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

/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c91 #define DTD_ELEM_FS (const xmlChar *) "filesystem" macro
211 { "fs", DTD_ELEM_FS },
2197 if ((err = newres(handle, cur, &newnode, DTD_ELEM_FS)) != Z_OK)
2326 if (xmlStrcmp(cur->name, DTD_ELEM_FS))
2411 if (xmlStrcmp(cur->name, DTD_ELEM_FS))
5644 cur = find_elem_node(handle, DTD_ELEM_FS);

Completed in 42 milliseconds