Searched refs:NAMEATTR (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/isns/isnsadm/ |
H A D | isnsadm.c | 532 if ((xmlStrncmp(attr->name, (xmlChar *)NAMEATTR, in print_partial_failure_info() 533 xmlStrlen((xmlChar *)NAMEATTR))) == 0) { in print_partial_failure_info() 879 (const xmlChar *)NAMEATTR)) == 1) && in process_get_response() 1011 (const xmlChar *)NAMEATTR)) == 1) && in process_get_response() 1050 (const xmlChar *)NAMEATTR)) == 1) && in process_get_response() 1299 (const xmlChar *)NAMEATTR)) == 1) && in cvt_enumerate_rsp_to_get_req() 1327 (const xmlChar *)NAMEATTR)) == 1) && in cvt_enumerate_rsp_to_get_req() 1355 (const xmlChar *)NAMEATTR)) == 1) && in cvt_enumerate_rsp_to_get_req() 1463 (xmlChar *)NAMEATTR, (xmlChar *)operand[i])) < 0) { in build_delete_xml_doc() 1483 (xmlChar *)NAMEATTR, (xmlChar *)operand[i]) < 0) { in build_delete_xml_doc() [all …]
|
/titanic_50/usr/src/cmd/isns/isnsd/ |
H A D | door.c | 244 if (xmlStrncmp(attr->name, (xmlChar *)NAMEATTR, in process_get_request_from_doc() 245 xmlStrlen((xmlChar *)NAMEATTR)) == 0) { in process_get_request_from_doc() 450 if (xmlStrncmp(attr->name, (xmlChar *)NAMEATTR, in process_getAssociated_request_from_doc() 451 xmlStrlen((xmlChar *)NAMEATTR)) == 0) { in process_getAssociated_request_from_doc() 634 if (xmlStrncmp(attr->name, (xmlChar *)NAMEATTR, in process_delete_request_from_doc() 635 xmlStrlen((xmlChar *)NAMEATTR)) == 0) { in process_delete_request_from_doc() 842 if ((xmlStrncmp(attr->name, (xmlChar *)NAMEATTR, in process_createModify_request_from_doc() 843 xmlStrlen((xmlChar *)NAMEATTR))) == 0) { in process_createModify_request_from_doc()
|
H A D | isns_mgmt.h | 132 #define NAMEATTR "name" macro
|
H A D | admintf.c | 161 n_attr = xmlSetProp(n_node, (xmlChar *)NAMEATTR, in cb_get_node_info() 630 n_attr = xmlSetProp(n_node, (xmlChar *)NAMEATTR, in cb_get_dd_info() 715 n_attr = xmlSetProp(n_node, (xmlChar *)NAMEATTR, in cb_get_ddset_info() 799 n_attr = xmlSetProp(n_node, (xmlChar *)NAMEATTR, in cb_enumerate_node_info() 905 n_attr = xmlSetProp(n_node, (xmlChar *)NAMEATTR, in i_enumerate_dd_dds_info() 934 n_attr = xmlSetProp(n_node, (xmlChar *)NAMEATTR, in i_enumerate_dd_dds_info() 2265 n_attr = xmlSetProp(n_node, (xmlChar *)NAMEATTR, in delete_dd_ddset_op() 2700 if (xmlSetProp(n_node, (xmlChar *)NAMEATTR, in rename_dd_ddset_op() 2806 if (xmlSetProp(n_node, (xmlChar *)NAMEATTR, in update_dd_ddset_op() 2921 if (xmlSetProp(n_node, (xmlChar *)NAMEATTR, in create_dd_ddset_op()
|