Lines Matching refs:operand
1412 build_delete_xml_doc(int operandLen, char **operand, object_type obj, in build_delete_xml_doc() argument
1457 (xmlChar *)NAMEATTR, (xmlChar *)operand[i])) < 0) { in build_delete_xml_doc()
1477 (xmlChar *)NAMEATTR, (xmlChar *)operand[i]) < 0) { in build_delete_xml_doc()
1503 (xmlChar *)NODENAMEATTR, (xmlChar *)operand[i]) < 0) { in build_delete_xml_doc()
1529 (xmlChar *)DDNAMEATTR, (xmlChar *)(operand[i])) < 0) { in build_delete_xml_doc()
1588 build_modify_xml_doc(int operandLen, char **operand, object_type obj, in build_modify_xml_doc() argument
1633 (xmlChar *)NAMEATTR, (xmlChar *)operand[i])) < 0) { in build_modify_xml_doc()
1660 (xmlChar *)NAMEATTR, (xmlChar *)operand[i]) < 0) { in build_modify_xml_doc()
1858 build_create_xml_doc(int operandLen, char **operand, object_type obj, in build_create_xml_doc() argument
1898 (xmlChar *)NAMEATTR, (xmlChar *)operand[i])) < 0) { in build_create_xml_doc()
1918 (xmlChar *)NAMEATTR, (xmlChar *)operand[i]) < 0) { in build_create_xml_doc()
1944 (xmlChar *)NODENAMEATTR, (xmlChar *)operand[i]) < 0) { in build_create_xml_doc()
1970 (xmlChar *)DDNAMEATTR, (xmlChar *)(operand[i])) < 0) { in build_create_xml_doc()
2348 build_get_xml_doc(int operandLen, char **operand, object_type obj, in build_get_xml_doc() argument
2401 (xmlChar *)NAMEATTR, (xmlChar *)operand[i]) < 0) { in build_get_xml_doc()
2439 (xmlChar *)NAMEATTR, (xmlChar *)operand[i]) < 0) { in build_get_xml_doc()
2469 (xmlChar *)NAMEATTR, (xmlChar *)operand[i]) < 0) { in build_get_xml_doc()
2535 list_node_func(int operandLen, char *operand[], cmdOptions_t *options, in list_node_func() argument
2611 if ((ret = build_get_xml_doc(operandLen, operand, Node, &doc)) == in list_node_func()
2666 list_dd_func(int operandLen, char *operand[], cmdOptions_t *options, in list_dd_func() argument
2725 if ((ret = build_get_xml_doc(operandLen, operand, in list_dd_func()
2777 list_ddset_func(int operandLen, char *operand[], cmdOptions_t *options, in list_ddset_func() argument
2842 if ((ret = build_get_xml_doc(operandLen, operand, in list_ddset_func()
2894 create_dd_func(int operandLen, char *operand[], cmdOptions_t *options, in create_dd_func() argument
2907 if ((ret = build_create_xml_doc(operandLen, operand, in create_dd_func()
2960 create_ddset_func(int operandLen, char *operand[], cmdOptions_t *options, in create_ddset_func() argument
2973 if ((ret = build_create_xml_doc(operandLen, operand, in create_ddset_func()
3028 modify_dd_func(int operandLen, char *operand[], cmdOptions_t *options, in modify_dd_func() argument
3043 if ((ret = build_get_xml_doc(operandLen, operand, in modify_dd_func()
3165 modify_ddset_func(int operandLen, char *operand[], cmdOptions_t *options, in modify_ddset_func() argument
3180 if ((ret = build_get_xml_doc(operandLen, operand, in modify_ddset_func()
3299 add_node_func(int operandLen, char *operand[], cmdOptions_t *options, in add_node_func() argument
3312 if ((ret = build_create_xml_doc(operandLen, operand, in add_node_func()
3365 add_dd_func(int operandLen, char *operand[], cmdOptions_t *options, in add_dd_func() argument
3378 if ((ret = build_create_xml_doc(operandLen, operand, in add_dd_func()
3432 remove_node_func(int operandLen, char *operand[], cmdOptions_t *options, in remove_node_func() argument
3445 if ((ret = build_delete_xml_doc(operandLen, operand, in remove_node_func()
3499 remove_dd_func(int operandLen, char *operand[], cmdOptions_t *options, in remove_dd_func() argument
3512 if ((ret = build_delete_xml_doc(operandLen, operand, in remove_dd_func()
3565 delete_dd_func(int operandLen, char *operand[], cmdOptions_t *options, in delete_dd_func() argument
3578 if ((ret = build_delete_xml_doc(operandLen, operand, in delete_dd_func()
3632 delete_ddset_func(int operandLen, char *operand[], cmdOptions_t *options, in delete_ddset_func() argument
3645 if ((ret = build_delete_xml_doc(operandLen, operand, in delete_ddset_func()
3697 i_enableddset(int operandLen, char *operand[], boolean_t enable) in i_enableddset() argument
3708 if ((ret = build_modify_xml_doc(operandLen, operand, in i_enableddset()
3756 enable_ddset_func(int operandLen, char *operand[], cmdOptions_t *options, in enable_ddset_func() argument
3759 return (i_enableddset(operandLen, operand, B_TRUE)); in enable_ddset_func()
3776 disable_ddset_func(int operandLen, char *operand[], cmdOptions_t *options, in disable_ddset_func() argument
3779 return (i_enableddset(operandLen, operand, B_FALSE)); in disable_ddset_func()
3796 show_config_func(int operandLen, char *operand[], cmdOptions_t *options, in show_config_func() argument
3809 if ((ret = build_get_xml_doc(operandLen, operand, in show_config_func()