Home
last modified time | relevance | path

Searched refs:xml_to_commands (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/lvm/metassist/xml/
H A Dxml_convert.h151 extern int xml_to_commands(xmlDocPtr doc, char **commands);
H A Dxml_convert.c633 xml_to_commands( in xml_to_commands() function
/titanic_41/usr/src/cmd/lvm/metassist/controller/
H A Dmetassist.c1194 if ((error = xml_to_commands(doc, &commands)) == 0) { in handle_config()