operation          55 daemons/based/based_callbacks.c                                const cib__operation_t *operation,
operation         559 daemons/based/based_callbacks.c                        const cib__operation_t *operation, int call_options,
operation         564 daemons/based/based_callbacks.c     if (pcmk_is_set(operation->flags, cib__op_attr_modifies)
operation         603 daemons/based/based_callbacks.c                        const cib__operation_t *operation, int call_options,
operation         614 daemons/based/based_callbacks.c     if (pcmk_is_set(operation->flags, cib__op_attr_local)) {
operation         634 daemons/based/based_callbacks.c     if (pcmk_is_set(operation->flags, cib__op_attr_modifies)
operation         663 daemons/based/based_callbacks.c                     const cib__operation_t *operation, int call_options,
operation         669 daemons/based/based_callbacks.c         parse_local_options_v1(cib_client, operation, call_options, host,
operation         673 daemons/based/based_callbacks.c         parse_local_options_v2(cib_client, operation, call_options, host,
operation         680 daemons/based/based_callbacks.c parse_peer_options_v1(const cib__operation_t *operation, xmlNode *request,
operation         779 daemons/based/based_callbacks.c parse_peer_options_v2(const cib__operation_t *operation, xmlNode *request,
operation         855 daemons/based/based_callbacks.c                && pcmk_is_set(operation->flags, cib__op_attr_modifies)) {
operation         911 daemons/based/based_callbacks.c parse_peer_options(const cib__operation_t *operation, xmlNode *request,
operation         920 daemons/based/based_callbacks.c         return parse_peer_options_v1(operation, request, local_notify,
operation         923 daemons/based/based_callbacks.c         return parse_peer_options_v2(operation, request, local_notify,
operation        1075 daemons/based/based_callbacks.c     const cib__operation_t *operation = NULL;
operation        1109 daemons/based/based_callbacks.c     rc = cib__get_operation(op, &operation);
operation        1117 daemons/based/based_callbacks.c     op_function = based_get_op_function(operation);
operation        1124 daemons/based/based_callbacks.c         parse_local_options(cib_client, operation, call_options, host, op,
operation        1128 daemons/based/based_callbacks.c     } else if (!parse_peer_options(operation, request, &local_notify,
operation        1147 daemons/based/based_callbacks.c     is_update = pcmk_is_set(operation->flags, cib__op_attr_modifies);
operation        1181 daemons/based/based_callbacks.c         rc = cib_process_command(request, operation, op_function, &op_reply,
operation        1383 daemons/based/based_callbacks.c cib_process_command(xmlNode *request, const cib__operation_t *operation,
operation        1425 daemons/based/based_callbacks.c     if (!privileged && pcmk_is_set(operation->flags, cib__op_attr_privileged)) {
operation        1431 daemons/based/based_callbacks.c     input = prepare_input(request, operation->type, &section);
operation        1433 daemons/based/based_callbacks.c     if (!pcmk_is_set(operation->flags, cib__op_attr_modifies)) {
operation        1489 daemons/based/based_callbacks.c         && pcmk_is_set(operation->flags, cib__op_attr_writes_through)) {
operation        1498 daemons/based/based_callbacks.c             if (pcmk_is_set(operation->flags, cib__op_attr_writes_through)) {
operation        1526 daemons/based/based_callbacks.c         if ((operation->type == cib__op_commit_transact)
operation          50 daemons/based/based_operation.c based_get_op_function(const cib__operation_t *operation)
operation          52 daemons/based/based_operation.c     enum cib__op_type type = operation->type;
operation          65 daemons/based/based_transaction.c         const cib__operation_t *operation = NULL;
operation          66 daemons/based/based_transaction.c         int rc = cib__get_operation(op, &operation);
operation          69 daemons/based/based_transaction.c             if (!pcmk_is_set(operation->flags, cib__op_attr_transaction)
operation         132 daemons/based/pacemaker-based.h cib__op_fn_t based_get_op_function(const cib__operation_t *operation);
operation          68 daemons/controld/controld_alerts.c                             e->target, e->operation, desc, e->result);
operation          43 daemons/controld/controld_execd.c                                        const char *operation);
operation         771 daemons/controld/controld_execd.c                        const char *operation, guint interval_ms)
operation         782 daemons/controld/controld_execd.c         if (last_failed_matches_op(entry, operation, interval_ms)) {
operation        1102 daemons/controld/controld_execd.c     const char *operation = crm_element_value(action, PCMK_XA_OPERATION);
operation        1114 daemons/controld/controld_execd.c     } else if(operation == NULL) {
operation        1121 daemons/controld/controld_execd.c     op = construct_op(lrm_state, action, pcmk__xe_id(xml_rsc), operation);
operation        1123 daemons/controld/controld_execd.c     if (pcmk__str_eq(operation, PCMK_ACTION_NOTIFY, pcmk__str_casei)) {
operation        1422 daemons/controld/controld_execd.c     const char *operation = NULL;
operation        1455 daemons/controld/controld_execd.c         operation = PCMK_ACTION_DELETE;
operation        1458 daemons/controld/controld_execd.c         operation = crm_element_value(input->xml, PCMK_XA_OPERATION);
operation        1461 daemons/controld/controld_execd.c     CRM_CHECK(!pcmk__str_empty(crm_op) || !pcmk__str_empty(operation), return);
operation        1464 daemons/controld/controld_execd.c               pcmk__s(crm_op, operation),
operation        1481 daemons/controld/controld_execd.c     } else if (pcmk__str_eq(operation, CRM_OP_PROBED, pcmk__str_none)) {
operation        1486 daemons/controld/controld_execd.c                || pcmk__str_eq(operation, CRM_OP_REPROBE, pcmk__str_none)) {
operation        1496 daemons/controld/controld_execd.c     } else if (operation != NULL) {
operation        1500 daemons/controld/controld_execd.c         gboolean create_rsc = !pcmk__str_eq(operation, PCMK_ACTION_DELETE,
operation        1521 daemons/controld/controld_execd.c                        pcmk__xe_id(xml_rsc), operation,
operation        1548 daemons/controld/controld_execd.c         if (pcmk__str_eq(operation, PCMK_ACTION_CANCEL, pcmk__str_none)) {
operation        1553 daemons/controld/controld_execd.c         } else if (pcmk__str_eq(operation, PCMK_ACTION_DELETE,
operation        1569 daemons/controld/controld_execd.c             if (strcmp(operation, PCMK_ACTION_START) != 0) {
operation        1575 daemons/controld/controld_execd.c                                                       operation)) {
operation        1613 daemons/controld/controld_execd.c              const char *rsc_id, const char *operation)
operation        1625 daemons/controld/controld_execd.c     pcmk__assert((rsc_id != NULL) && (operation != NULL));
operation        1627 daemons/controld/controld_execd.c     op = lrmd_new_event(rsc_id, operation, 0);
operation        1634 daemons/controld/controld_execd.c         CRM_LOG_ASSERT(pcmk__str_eq(operation, PCMK_ACTION_STOP,
operation        1646 daemons/controld/controld_execd.c         crm_trace("Constructed %s op for %s", operation, rsc_id);
operation        1670 daemons/controld/controld_execd.c             && pcmk__str_eq(operation, PCMK_ACTION_MONITOR, pcmk__str_casei)
operation        1681 daemons/controld/controld_execd.c     if (!pcmk__str_eq(operation, PCMK_ACTION_STOP, pcmk__str_casei)) {
operation        1721 daemons/controld/controld_execd.c         if (pcmk__strcase_any_of(operation, PCMK_ACTION_START, PCMK_ACTION_STOP,
operation        1730 daemons/controld/controld_execd.c               operation, rsc_id, op->interval_ms);
operation        1927 daemons/controld/controld_execd.c     const char *operation = NULL;
operation        1932 daemons/controld/controld_execd.c     operation = crm_element_value(msg, PCMK_XA_OPERATION);
operation        1933 daemons/controld/controld_execd.c     CRM_CHECK(!pcmk__str_empty(operation), return);
operation        1944 daemons/controld/controld_execd.c                 operation, rsc->id, pcmk__s(transition, ""));
operation        1951 daemons/controld/controld_execd.c     if (pcmk__str_any_of(operation, PCMK_ACTION_RELOAD,
operation        1960 daemons/controld/controld_execd.c             operation = PCMK_ACTION_RELOAD;
operation        1962 daemons/controld/controld_execd.c             operation = PCMK_ACTION_RELOAD_AGENT;
operation        1966 daemons/controld/controld_execd.c     op = construct_op(lrm_state, msg, rsc->id, operation);
operation        1969 daemons/controld/controld_execd.c     if (should_cancel_recurring(rsc->id, operation, op->interval_ms)) {
operation        1982 daemons/controld/controld_execd.c                       rsc->id, operation, op->interval_ms);
operation        1991 daemons/controld/controld_execd.c                operation, op->interval_ms);
operation        1993 daemons/controld/controld_execd.c     nack_reason = should_nack_action(operation);
operation        1996 daemons/controld/controld_execd.c                    "(shutdown=%s)", operation, rsc->id,
operation        2034 daemons/controld/controld_execd.c         pending->op_type = pcmk__str_copy(operation);
operation        2060 daemons/controld/controld_execd.c                 CRM_XS " rc=%d", operation, rsc->id, pcmk_rc_str(rc), rc);
operation        2069 daemons/controld/controld_execd.c                 operation, rsc->id, lrm_state->node_name, pcmk_rc_str(rc), rc);
operation          16 daemons/controld/controld_lrm.h                             const char *operation, guint interval_ms);
operation        1155 daemons/fenced/fenced_remote.c     const char *operation = NULL;
operation        1212 daemons/fenced/fenced_remote.c     operation = crm_element_value(request, PCMK__XA_ST_OP);
operation        1214 daemons/fenced/fenced_remote.c     if (pcmk__str_eq(operation, STONITH_OP_RELAY, pcmk__str_none)) {
operation        1296 daemons/fenced/fenced_remote.c     const char *operation = NULL;
operation        1351 daemons/fenced/fenced_remote.c     operation = crm_element_value(request, PCMK__XA_ST_OP);
operation        1352 daemons/fenced/fenced_remote.c     if (pcmk__str_eq(operation, STONITH_OP_RELAY, pcmk__str_none)) {
operation         188 include/crm/cib/internal.h int cib__get_operation(const char *op, const cib__operation_t **operation);
operation          70 include/crm/common/ipc_attrd_internal.h                                    const char *resource, const char *operation,
operation         149 include/crm/stonith-ng.h     char *operation;
operation         169 lib/cib/cib_file.c file_get_op_function(const cib__operation_t *operation)
operation         171 lib/cib/cib_file.c     enum cib__op_type type = operation->type;
operation         216 lib/cib/cib_file.c     const cib__operation_t *operation = NULL;
operation         235 lib/cib/cib_file.c     cib__get_operation(op, &operation);
operation         236 lib/cib/cib_file.c     op_function = file_get_op_function(operation);
operation         245 lib/cib/cib_file.c     read_only = !pcmk_is_set(operation->flags, cib__op_attr_modifies);
operation         302 lib/cib/cib_file.c     const cib__operation_t *operation = NULL;
operation         316 lib/cib/cib_file.c     rc = cib__get_operation(op, &operation);
operation         323 lib/cib/cib_file.c     if (file_get_op_function(operation) == NULL) {
operation         144 lib/cib/cib_ops.c cib__get_operation(const char *op, const cib__operation_t **operation)
operation         146 lib/cib/cib_ops.c     pcmk__assert((op != NULL) && (operation != NULL));
operation         159 lib/cib/cib_ops.c     *operation = g_hash_table_lookup(operation_table, op);
operation         160 lib/cib/cib_ops.c     if (*operation == NULL) {
operation         575 lib/cib/cib_ops.c update_results(xmlNode *failed, xmlNode *target, const char *operation,
operation         591 lib/cib/cib_ops.c         crm_xml_add(xml_node, PCMK_XA_OPERATION, operation);
operation         595 lib/cib/cib_ops.c                  operation, error_msg, return_code);
operation         712 lib/cib/cib_utils.c     const cib__operation_t *operation = NULL;
operation         713 lib/cib/cib_utils.c     int rc = cib__get_operation(op, &operation);
operation         720 lib/cib/cib_utils.c     if (!pcmk_is_set(operation->flags, cib__op_attr_transaction)) {
operation         179 lib/common/ipc_attrd.c                                const char *resource, const char *operation,
operation         193 lib/common/ipc_attrd.c     if (operation) {
operation         195 lib/common/ipc_attrd.c         op_desc = operation;
operation         207 lib/common/ipc_attrd.c     crm_xml_add(request, PCMK__XA_ATTR_CLEAR_OPERATION, operation);
operation         115 lib/common/messages.c     const char *operation = crm_element_value(original_request,
operation         139 lib/common/messages.c     crm_xml_add(reply, PCMK__XA_CRM_TASK, operation);
operation        1427 lib/fencing/st_client.c     event->operation = crm_element_value_copy(msg, PCMK__XA_ST_OP);
operation        1434 lib/fencing/st_client.c     if (pcmk__str_eq(event->operation, PCMK__VALUE_ST_NOTIFY_FENCE,
operation        1436 lib/fencing/st_client.c         xmlNode *data = get_event_data_xml(msg, event->operation);
operation        1439 lib/fencing/st_client.c             crm_err("No data for %s event", event->operation);
operation        1454 lib/fencing/st_client.c     } else if (pcmk__str_any_of(event->operation,
operation        1458 lib/fencing/st_client.c         xmlNode *data = get_event_data_xml(msg, event->operation);
operation        1461 lib/fencing/st_client.c             crm_err("No data for %s event", event->operation);
operation        1479 lib/fencing/st_client.c     free(event->operation);
operation        2657 lib/fencing/st_client.c     const char *action = pcmk__s(event->action, event->operation);
operation        2674 lib/fencing/st_client.c     if (pcmk__str_eq(event->operation, PCMK__VALUE_ST_NOTIFY_HISTORY,
operation        2678 lib/fencing/st_client.c     } else if (pcmk__str_eq(event->operation, STONITH_OP_DEVICE_ADD,
operation        2682 lib/fencing/st_client.c     } else if (pcmk__str_eq(event->operation, STONITH_OP_DEVICE_DEL,
operation        2686 lib/fencing/st_client.c     } else if (pcmk__str_eq(event->operation, STONITH_OP_LEVEL_ADD,
operation        2691 lib/fencing/st_client.c     } else if (pcmk__str_eq(event->operation, STONITH_OP_LEVEL_DEL,
operation        1724 lib/pacemaker/pcmk_output.c     const char *operation = va_arg(args, const char *);
operation        1734 lib/pacemaker/pcmk_output.c                        rsc, operation, interval_ms, node);
operation        1737 lib/pacemaker/pcmk_output.c                        rsc, operation, node);
operation        1749 lib/pacemaker/pcmk_output.c     const char *operation = va_arg(args, const char *);
operation        1761 lib/pacemaker/pcmk_output.c                                             PCMK_XA_OP, operation,
operation         508 lib/pacemaker/pcmk_simulate.c     const char *operation = crm_element_value(action->xml, PCMK_XA_OPERATION);
operation         523 lib/pacemaker/pcmk_simulate.c     if (pcmk__str_eq(operation, CRM_OP_REPROBE, pcmk__str_none)) {
operation         524 lib/pacemaker/pcmk_simulate.c         crm_debug("No history injection for %s op on %s", operation, node);
operation         556 lib/pacemaker/pcmk_simulate.c     if (pcmk__strcase_any_of(operation, PCMK_ACTION_DELETE,
operation         558 lib/pacemaker/pcmk_simulate.c         out->message(out, "inject-rsc-action", resource, operation, node,
operation          90 lib/pengine/pe_actions.c     for (xmlNode *operation = pcmk__xe_first_child(rsc->ops_xml, PCMK_XE_OP,
operation          92 lib/pengine/pe_actions.c          operation != NULL; operation = pcmk__xe_next_same(operation)) {
operation         101 lib/pengine/pe_actions.c             && (pcmk__xe_get_bool_attr(operation, PCMK_META_ENABLED,
operation         106 lib/pengine/pe_actions.c         interval_spec = crm_element_value(operation, PCMK_META_INTERVAL);
operation         112 lib/pengine/pe_actions.c         config_name = crm_element_value(operation, PCMK_XA_NAME);
operation         114 lib/pengine/pe_actions.c             return operation;
operation         482 lib/pengine/pe_actions.c         for (xmlNode *operation = pcmk__xe_first_child(rsc->ops_xml, PCMK_XE_OP,
operation         484 lib/pengine/pe_actions.c              operation != NULL; operation = pcmk__xe_next_same(operation)) {
operation         492 lib/pengine/pe_actions.c             promote_on_fail = crm_element_value(operation, PCMK_META_ON_FAIL);
operation         498 lib/pengine/pe_actions.c             name = crm_element_value(operation, PCMK_XA_NAME);
operation         499 lib/pengine/pe_actions.c             role = crm_element_value(operation, PCMK_XA_ROLE);
operation         505 lib/pengine/pe_actions.c             interval_spec = crm_element_value(operation, PCMK_META_INTERVAL);
operation         512 lib/pengine/pe_actions.c             if ((pcmk__xe_get_bool_attr(operation, PCMK_META_ENABLED,
operation         651 lib/pengine/pe_actions.c     for (xmlNode *operation = pcmk__xe_first_child(rsc->ops_xml, PCMK_XE_OP,
operation         653 lib/pengine/pe_actions.c          operation != NULL; operation = pcmk__xe_next_same(operation)) {
operation         657 lib/pengine/pe_actions.c         const char *interval_spec = crm_element_value(operation,
operation         661 lib/pengine/pe_actions.c         if (!pcmk__str_eq(crm_element_value(operation, PCMK_XA_NAME),
operation         672 lib/pengine/pe_actions.c         if ((pcmk__xe_get_bool_attr(operation, PCMK_META_ENABLED,
operation         679 lib/pengine/pe_actions.c             op = operation;
operation          99 maint/gnulib/lib/flock.c flock (int fd, int operation)
operation         111 maint/gnulib/lib/flock.c   non_blocking = operation & LOCK_NB;
operation         112 maint/gnulib/lib/flock.c   operation &= ~LOCK_NB;
operation         114 maint/gnulib/lib/flock.c   switch (operation)
operation         180 maint/gnulib/lib/flock.c flock (int fd, int operation)
operation         185 maint/gnulib/lib/flock.c   if (operation & LOCK_NB)
operation         189 maint/gnulib/lib/flock.c   operation &= ~LOCK_NB;
operation         195 maint/gnulib/lib/flock.c   switch (operation)
operation         306 maint/gnulib/lib/signal.in.h                   (int operation,
operation         311 maint/gnulib/lib/signal.in.h                   (int operation,
operation         222 maint/gnulib/lib/sigprocmask.c sigprocmask (int operation, const sigset_t *set, sigset_t *old_set)
operation         233 maint/gnulib/lib/sigprocmask.c       switch (operation)
operation          51 maint/gnulib/lib/sys_file.in.h extern int flock (int fd, int operation);
operation         119 maint/gnulib/tests/test-array_list.c         unsigned int operation = RANDOM (18);
operation         120 maint/gnulib/tests/test-array_list.c         switch (operation)
operation         165 maint/gnulib/tests/test-array_map.c         unsigned int operation = RANDOM (3);
operation         166 maint/gnulib/tests/test-array_map.c         switch (operation)
operation         123 maint/gnulib/tests/test-array_omap.c         unsigned int operation = RANDOM (3);
operation         124 maint/gnulib/tests/test-array_omap.c         switch (operation)
operation         129 maint/gnulib/tests/test-array_oset.c         unsigned int operation = RANDOM (4);
operation         130 maint/gnulib/tests/test-array_oset.c         switch (operation)
operation         125 maint/gnulib/tests/test-array_set.c         unsigned int operation = RANDOM (3);
operation         126 maint/gnulib/tests/test-array_set.c         switch (operation)
operation         267 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c       unsigned int operation = RANDOM (2);
operation         268 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c       switch (operation)
operation         400 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c       unsigned int operation = RANDOM (2);
operation         401 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c       switch (operation)
operation         130 maint/gnulib/tests/test-avltree_list.c         unsigned int operation = RANDOM (18);
operation         131 maint/gnulib/tests/test-avltree_list.c         switch (operation)
operation         107 maint/gnulib/tests/test-avltree_omap.c         unsigned int operation = RANDOM (3);
operation         108 maint/gnulib/tests/test-avltree_omap.c         switch (operation)
operation         111 maint/gnulib/tests/test-avltree_oset.c         unsigned int operation = RANDOM (4);
operation         112 maint/gnulib/tests/test-avltree_oset.c         switch (operation)
operation         160 maint/gnulib/tests/test-avltreehash_list.c         unsigned int operation = RANDOM (18);
operation         161 maint/gnulib/tests/test-avltreehash_list.c         switch (operation)
operation         126 maint/gnulib/tests/test-carray_list.c         unsigned int operation = RANDOM (18);
operation         127 maint/gnulib/tests/test-carray_list.c         switch (operation)
operation         165 maint/gnulib/tests/test-hash_map.c         unsigned int operation = RANDOM (3);
operation         166 maint/gnulib/tests/test-hash_map.c         switch (operation)
operation         140 maint/gnulib/tests/test-hash_set.c         unsigned int operation = RANDOM (3);
operation         141 maint/gnulib/tests/test-hash_set.c         switch (operation)
operation         126 maint/gnulib/tests/test-linked_list.c         unsigned int operation = RANDOM (18);
operation         127 maint/gnulib/tests/test-linked_list.c         switch (operation)
operation         156 maint/gnulib/tests/test-linkedhash_list.c         unsigned int operation = RANDOM (18);
operation         157 maint/gnulib/tests/test-linkedhash_list.c         switch (operation)
operation         165 maint/gnulib/tests/test-linkedhash_map.c         unsigned int operation = RANDOM (3);
operation         166 maint/gnulib/tests/test-linkedhash_map.c         switch (operation)
operation         140 maint/gnulib/tests/test-linkedhash_set.c         unsigned int operation = RANDOM (3);
operation         141 maint/gnulib/tests/test-linkedhash_set.c         switch (operation)
operation         130 maint/gnulib/tests/test-rbtree_list.c         unsigned int operation = RANDOM (18);
operation         131 maint/gnulib/tests/test-rbtree_list.c         switch (operation)
operation         107 maint/gnulib/tests/test-rbtree_omap.c         unsigned int operation = RANDOM (3);
operation         108 maint/gnulib/tests/test-rbtree_omap.c         switch (operation)
operation         111 maint/gnulib/tests/test-rbtree_oset.c         unsigned int operation = RANDOM (4);
operation         112 maint/gnulib/tests/test-rbtree_oset.c         switch (operation)
operation         160 maint/gnulib/tests/test-rbtreehash_list.c         unsigned int operation = RANDOM (18);
operation         161 maint/gnulib/tests/test-rbtreehash_list.c         switch (operation)
operation         308 maint/gnulib/tests/test-ssfmalloc.c         unsigned int operation = RANDOM (2);
operation         310 maint/gnulib/tests/test-ssfmalloc.c         switch (operation)
operation        2175 tools/crm_mon.c         send_custom_trap(e->target, NULL, e->operation, pcmk_ok, e->result, 0, desc);
operation          88 tools/crm_resource.c     gchar *operation;             // Value of --operation
operation         363 tools/crm_resource.c         g_free(options.operation);
operation         364 tools/crm_resource.c         options.operation = g_strdup(option_name + 2);  // skip "--"
operation         737 tools/crm_resource.c     { "operation", 'n', G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &options.operation,
operation         923 tools/crm_resource.c                              options.operation, options.interval_spec, TRUE,
operation        1862 tools/crm_resource.c                     options.operation, options.cmdline_params,
operation        1867 tools/crm_resource.c                     options.operation, options.override_params,
operation        2080 tools/crm_resource.c                                      options.operation, options.interval_spec,
operation        2160 tools/crm_resource.c     g_free(options.operation);
operation          93 tools/crm_resource.h                         const pcmk_resource_t *rsc, const char *operation,
operation          97 tools/crm_resource.h                     const char *operation, const char *interval_spec,
operation         762 tools/crm_resource_runtime.c                    const char *node_name, const char *rsc_id, const char *operation,
operation         779 tools/crm_resource_runtime.c     if (operation) {
operation         816 tools/crm_resource_runtime.c         if (operation) {
operation         818 tools/crm_resource_runtime.c             if (!pcmk__str_eq(operation, failed_value, pcmk__str_casei)) {
operation         848 tools/crm_resource_runtime.c clear_rsc_fail_attrs(const pcmk_resource_t *rsc, const char *operation,
operation         860 tools/crm_resource_runtime.c                                         operation, interval_spec, NULL,
operation         869 tools/crm_resource_runtime.c                     const pcmk_resource_t *rsc, const char *operation,
operation         885 tools/crm_resource_runtime.c             rc = cli_resource_delete(controld_api, host_uname, child, operation,
operation         921 tools/crm_resource_runtime.c                                          operation, interval_spec, just_failures,
operation         954 tools/crm_resource_runtime.c     rc = clear_rsc_fail_attrs(rsc, operation, interval_spec, node);
operation         962 tools/crm_resource_runtime.c         rc = clear_rsc_failures(out, controld_api, host_uname, rsc->id, operation,
operation         979 tools/crm_resource_runtime.c                 const char *operation, const char *interval_spec,
operation        1005 tools/crm_resource_runtime.c     rc = pcmk__attrd_api_clear_failures(NULL, node_name, NULL, operation,
operation        1015 tools/crm_resource_runtime.c                                 operation, interval_spec, scheduler);
operation        1026 tools/crm_resource_runtime.c                                     operation, interval_spec, scheduler);