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

/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Disnsadm.c80 static int build_get_xml_doc(int, char **, object_type, xmlChar **);
1213 * build_get_xml_doc based on object type.
1380 if ((ret = build_get_xml_doc(argxmlc, (char **)argxmlv, obj,
2343 * build_get_xml_doc -
2354 build_get_xml_doc(int operandLen, char **operand, object_type obj, function
2617 if ((ret = build_get_xml_doc(operandLen, operand, Node, &doc)) ==
2731 if ((ret = build_get_xml_doc(operandLen, operand,
2848 if ((ret = build_get_xml_doc(operandLen, operand,
3049 if ((ret = build_get_xml_doc(operandLen, operand,
3186 if ((ret = build_get_xml_doc(operandLe
[all...]

Completed in 49 milliseconds