Lines Matching defs:node

167     xmlNodePtr node, xmlChar *element, xmlChar *name);
601 /* Create the root node */
609 /* Add DTD node and validate */
648 * Find the "msgfile" variable node. This is where
657 * Find the "lang" node. This is where we'll set the
668 /* Get/set current locale in the "lang" node */
753 * Sets the external DTD node in the given XML document and then
787 /* Remove the DTD node */
793 /* Create the (external) DTD node */
800 gettext("could not create DTD node from %s"), systemID);
818 * Converts a devconfig_t into an XML node subject to the rules in
822 * the XML node to which to add new XML nodes resulting
843 xmlNodePtr node = NULL;
863 /* Create the XML node */
864 node = xmlNewChild(
884 /* Set the value in the XML node */
885 xmlSetProp(node, (uchar_t *)attribute->name,
904 /* Is this node hierarchical? */
906 node = parent;
914 node, NULL, (xmlChar *)ELEMENT_AVAILABLE, NULL);
925 node, NULL, (xmlChar *)ELEMENT_UNAVAILABLE, NULL);
956 node, elements, component);
968 if (node == NULL) {
979 * Converts an XML node into a devconfig_t subject to the rules in
983 * the existing XML node to convert
988 * node
991 * the devconfig_t node to which to add new devconfig_ts
992 * resulting from conversion of the given XML node
1004 /* For each child node... */
1114 * @param node
1115 * the root node to search
1128 xmlNodePtr node,
1135 if (xmlStrcmp(element, node->name) == 0 &&
1138 xmlStrcmp(name, xmlGetProp(node, (xmlChar *)ATTR_NAME)) == 0) {
1140 return (node);
1144 for (child = node->xmlChildrenNode; child != NULL;
1174 /* Create the root node */
1221 /* Get/set current locale in the "lang" node */
1228 xmlNodePtr node = xmlNewTextChild(
1232 xmlSetProp(node,
1236 xmlSetProp(node, (xmlChar *)ATTR_MESSAGEID,