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

/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Disnsadm.c86 static int build_assoc_xml_doc(xmlChar *, association_t, xmlChar **);
87 static int build_assoc_xml_doc(xmlChar *, association_t, xmlChar **);
303 if ((ret = build_assoc_xml_doc(name, assoc, &doc)) != 0) {
2023 * build_assoc_xml_doc -
2034 build_assoc_xml_doc(xmlChar *name, association_t assoc, xmlChar **doc) function

Completed in 86 milliseconds