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

/osnet-11/usr/src/lib/libbrand/common/
H A Dlibbrand.c56 #define DTD_ELEM_DEVICE ((const xmlChar *) "device") macro
1210 if (xmlStrcmp(node->name, DTD_ELEM_DEVICE) != 0)
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c90 #define DTD_ELEM_DEVICE (const xmlChar *) "device" macro
210 { "device", DTD_ELEM_DEVICE },
3572 if (xmlStrcmp(cur->name, DTD_ELEM_DEVICE))
3655 if ((err = newres(handle, cur, &newnode, DTD_ELEM_DEVICE)) != Z_OK)
3701 if (xmlStrcmp(cur->name, DTD_ELEM_DEVICE))
5998 cur = find_elem_node(handle, DTD_ELEM_DEVICE);

Completed in 48 milliseconds