Lines Matching defs:root
58 #define CMD_MSG_VERIFY_ROOT "Verify root"
59 #define CMD_MSG_RUN_AS_ROOT "This script must be run as root."
595 xmlNodePtr root;
601 /* Create the root node */
602 root = xmlNewDocNode(
604 xmlAddChild((xmlNodePtr)*doc, (xmlNodePtr)root);
607 if ((error = devconfig_to_xml(root, config_elements, config)) == 0) {
760 * the expected root element name of the XML document
1115 * the root node to search
1168 xmlNodePtr root;
1174 /* Create the root node */
1175 root = xmlNewDocNode(
1177 xmlAddChild((xmlNodePtr) doc, (xmlNodePtr)root);
1229 root, ns, (xmlChar *)ELEMENT_MESSAGE,