Lines Matching refs:ec
233 int ec = 0;
245 ec = ISNS_RSP_INTERNAL_ERROR;
248 return (ec);
294 int ec = 0;
313 ec = ISNS_RSP_INTERNAL_ERROR;
325 ec = ISNS_RSP_INTERNAL_ERROR;
332 return (ec);
455 int ec = 0;
467 while (ec == 0 &&
477 ec = convert_xml2attr(
487 return (ec);
511 int ec = 0;
520 ec = convert_xml2attr(
528 return (ec);
549 int ec = 0;
557 while (node && ec == 0) {
566 ec = ISNS_RSP_INTERNAL_ERROR;
569 if ((ec = parse_xml_prop(node, obj, i)) == 0 &&
571 (ec = parse_xml_obj(&children, &obj)) ==
587 ec = parse_xml_attr(children, obj, i);
604 return (ec);
633 int ec = 0;
673 return (ec);
678 ec = ISNS_RSP_INTERNAL_ERROR;
681 ec = ISNS_RSP_INTERNAL_ERROR;
693 return (ec);
935 int ec = 0;
941 ec = get_xml_doc(&doc);
943 return (ec);
970 ec = parse_xml_obj(&node, objp);
974 if (ec == 0 && *objp != NULL) {
975 ec = update_deref_obj(*objp);
976 if (ec != 0) {
987 return (ec);
1006 int ec = 0;
1019 ec = get_xml_doc(&doc);
1027 ec = ISNS_RSP_INTERNAL_ERROR;
1035 ec = locate_xml_node(doc, parent_type, puid,
1044 ec = ISNS_RSP_INTERNAL_ERROR;
1076 ec = ISNS_RSP_INTERNAL_ERROR;
1087 return (ec);
1106 int ec = 0;
1122 ec = get_xml_doc(&doc);
1124 return (ec);
1133 ec = locate_xml_node(doc,
1155 ec = ISNS_RSP_INTERNAL_ERROR;
1181 ec = ISNS_RSP_INTERNAL_ERROR;
1196 ec = 11;
1205 ec = 11;
1217 ec = ISNS_RSP_INTERNAL_ERROR;
1225 ec = xml_add_obj(obj);
1236 return (ec);
1255 int ec = 0;
1265 ec = get_xml_doc(&doc);
1267 return (ec);
1279 ec = locate_xml_node(doc,
1297 return (ec);
1316 int ec = 0;
1331 ec = get_xml_doc(&doc);
1333 return (ec);
1349 ec = locate_xml_node(doc, parent_type, puid,
1390 return (ec);
1408 int ec = 0;
1418 ec = ISNS_RSP_INTERNAL_ERROR;
1425 return (ec);