Searched defs:dtd (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libpool/common/
H A Dpool_xml.c134 const char *dtd_location = "file:///usr/share/lib/xml/dtd/rm_pool.dtd.1";
2510 xmlDtdPtr dtd; local
2542 if ((dtd = xmlParseDTD(BAD_CAST "-//Sun Microsystems Inc//DTD Resource"
2549 if ((elem = xmlGetDtdElementDesc(dtd, elem_list[i])) == NULL)
2565 xmlFreeDtd(dtd);
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c2174 xmlDtdPtr dtd = NULL; local
2225 if ((dtd = xmlGetIntSubset(document)) == NULL) {
2233 if (strcmp((const char *)dtd->SystemID, TOPO_DTD_PATH) != 0) {
2335 dtd = xmlParseDTD(NULL, (xmlChar *)dtdpath);
2336 if (dtd == NULL) {
2349 document->extSubset = dtd;
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c686 dtd_to_rt(const xmlChar *dtd) argument
691 if (xmlStrcmp(dtd, dn->dn_dtd) == 0)
712 dtd_to_pt(const xmlChar *rt, const xmlChar *dtd) argument
717 if (xmlStrcmp(dtd, dn->dn_dtd) == 0)
721 if (xmlStrcmp(dtd, DTD_ATTR_NAME) == 0) {
726 } else if (xmlStrcmp(dtd, DTD_ATTR_NCPU_MIN) == 0) {
728 } else if (xmlStrcmp(dtd, DTD_ATTR_NCPU_MAX) == 0) {
730 } else if (xmlStrcmp(dtd, DTD_ATTR_PHYSICAL) == 0 ||
731 xmlStrcmp(dtd, DTD_ATTR_PHYSCAP) == 0) {
2178 const xmlChar *dtd)
2177 newres(zone_dochandle_t handle, xmlNodePtr cur, xmlNodePtr *newnode, const xmlChar *dtd) argument
4819 const xmlChar *dtd; local
4841 const xmlChar *dtd; local
[all...]

Completed in 46 milliseconds