Lines Matching defs:operand

1418 build_delete_xml_doc(int operandLen, char **operand, object_type obj,
1463 (xmlChar *)NAMEATTR, (xmlChar *)operand[i])) < 0) {
1483 (xmlChar *)NAMEATTR, (xmlChar *)operand[i]) < 0) {
1509 (xmlChar *)NODENAMEATTR, (xmlChar *)operand[i]) < 0) {
1535 (xmlChar *)DDNAMEATTR, (xmlChar *)(operand[i])) < 0) {
1587 * operand - object list
1594 build_modify_xml_doc(int operandLen, char **operand, object_type obj,
1639 (xmlChar *)NAMEATTR, (xmlChar *)operand[i])) < 0) {
1666 (xmlChar *)NAMEATTR, (xmlChar *)operand[i]) < 0) {
1864 build_create_xml_doc(int operandLen, char **operand, object_type obj,
1904 (xmlChar *)NAMEATTR, (xmlChar *)operand[i])) < 0) {
1924 (xmlChar *)NAMEATTR, (xmlChar *)operand[i]) < 0) {
1950 (xmlChar *)NODENAMEATTR, (xmlChar *)operand[i]) < 0) {
1976 (xmlChar *)DDNAMEATTR, (xmlChar *)(operand[i])) < 0) {
2354 build_get_xml_doc(int operandLen, char **operand, object_type obj,
2407 (xmlChar *)NAMEATTR, (xmlChar *)operand[i]) < 0) {
2445 (xmlChar *)NAMEATTR, (xmlChar *)operand[i]) < 0) {
2475 (xmlChar *)NAMEATTR, (xmlChar *)operand[i]) < 0) {
2534 * operand - pointer to operand list from user
2541 list_node_func(int operandLen, char *operand[], cmdOptions_t *options,
2572 /* No operand specified. Issue enumerate. */
2617 if ((ret = build_get_xml_doc(operandLen, operand, Node, &doc)) ==
2665 * operand - pointer to operand list from user
2672 list_dd_func(int operandLen, char *operand[], cmdOptions_t *options,
2694 /* No operand specified. Issue enumerate. */
2731 if ((ret = build_get_xml_doc(operandLen, operand,
2776 * operand - pointer to operand list from user
2783 list_ddset_func(int operandLen, char *operand[], cmdOptions_t *options,
2805 /* No operand specified. Issue enumerate. */
2848 if ((ret = build_get_xml_doc(operandLen, operand,
2893 * operand - pointer to operand list from user
2900 create_dd_func(int operandLen, char *operand[], cmdOptions_t *options,
2913 if ((ret = build_create_xml_doc(operandLen, operand,
2959 * operand - pointer to operand list from user
2966 create_ddset_func(int operandLen, char *operand[], cmdOptions_t *options,
2979 if ((ret = build_create_xml_doc(operandLen, operand,
3027 * operand - pointer to operand list from user
3034 modify_dd_func(int operandLen, char *operand[], cmdOptions_t *options,
3049 if ((ret = build_get_xml_doc(operandLen, operand,
3164 * operand - pointer to operand list from user
3171 modify_ddset_func(int operandLen, char *operand[], cmdOptions_t *options,
3186 if ((ret = build_get_xml_doc(operandLen, operand,
3298 * operand - pointer to operand list from user
3305 add_node_func(int operandLen, char *operand[], cmdOptions_t *options,
3318 if ((ret = build_create_xml_doc(operandLen, operand,
3364 * operand - pointer to operand list from user
3371 add_dd_func(int operandLen, char *operand[], cmdOptions_t *options,
3384 if ((ret = build_create_xml_doc(operandLen, operand,
3431 * operand - pointer to operand list from user
3438 remove_node_func(int operandLen, char *operand[], cmdOptions_t *options,
3451 if ((ret = build_delete_xml_doc(operandLen, operand,
3498 * operand - pointer to operand list from user
3505 remove_dd_func(int operandLen, char *operand[], cmdOptions_t *options,
3518 if ((ret = build_delete_xml_doc(operandLen, operand,
3564 * operand - pointer to operand list from user
3571 delete_dd_func(int operandLen, char *operand[], cmdOptions_t *options,
3584 if ((ret = build_delete_xml_doc(operandLen, operand,
3631 * operand - pointer to operand list from user
3638 delete_ddset_func(int operandLen, char *operand[], cmdOptions_t *options,
3651 if ((ret = build_delete_xml_doc(operandLen, operand,
3697 * operand - pointer to operand list from user
3703 i_enableddset(int operandLen, char *operand[], boolean_t enable)
3714 if ((ret = build_modify_xml_doc(operandLen, operand,
3755 * operand - pointer to operand list from user
3762 enable_ddset_func(int operandLen, char *operand[], cmdOptions_t *options,
3765 return (i_enableddset(operandLen, operand, B_TRUE));
3775 * operand - pointer to operand list from user
3782 disable_ddset_func(int operandLen, char *operand[], cmdOptions_t *options,
3785 return (i_enableddset(operandLen, operand, B_FALSE));
3795 * operand - pointer to operand list from user
3802 show_config_func(int operandLen, char *operand[], cmdOptions_t *options,
3815 if ((ret = build_get_xml_doc(operandLen, operand,