operation 56 daemons/based/based_callbacks.c const cib__operation_t *operation, operation 533 daemons/based/based_callbacks.c const cib__operation_t *operation, int call_options, operation 538 daemons/based/based_callbacks.c if (pcmk_is_set(operation->flags, cib__op_attr_modifies) operation 577 daemons/based/based_callbacks.c const cib__operation_t *operation, int call_options, operation 588 daemons/based/based_callbacks.c if (pcmk_is_set(operation->flags, cib__op_attr_local)) { operation 608 daemons/based/based_callbacks.c if (pcmk_is_set(operation->flags, cib__op_attr_modifies) operation 637 daemons/based/based_callbacks.c const cib__operation_t *operation, int call_options, operation 643 daemons/based/based_callbacks.c parse_local_options_v1(cib_client, operation, call_options, host, operation 647 daemons/based/based_callbacks.c parse_local_options_v2(cib_client, operation, call_options, host, operation 654 daemons/based/based_callbacks.c parse_peer_options_v1(const cib__operation_t *operation, xmlNode *request, operation 753 daemons/based/based_callbacks.c parse_peer_options_v2(const cib__operation_t *operation, xmlNode *request, operation 827 daemons/based/based_callbacks.c && pcmk_is_set(operation->flags, cib__op_attr_modifies)) { operation 881 daemons/based/based_callbacks.c parse_peer_options(const cib__operation_t *operation, xmlNode *request, operation 890 daemons/based/based_callbacks.c return parse_peer_options_v1(operation, request, local_notify, operation 893 daemons/based/based_callbacks.c return parse_peer_options_v2(operation, request, local_notify, operation 1032 daemons/based/based_callbacks.c const cib__operation_t *operation = NULL; operation 1060 daemons/based/based_callbacks.c rc = cib__get_operation(op, &operation); operation 1068 daemons/based/based_callbacks.c op_function = based_get_op_function(operation); operation 1075 daemons/based/based_callbacks.c parse_local_options(cib_client, operation, call_options, host, op, operation 1079 daemons/based/based_callbacks.c } else if (!parse_peer_options(operation, request, &local_notify, operation 1098 daemons/based/based_callbacks.c is_update = pcmk_is_set(operation->flags, cib__op_attr_modifies); operation 1129 daemons/based/based_callbacks.c rc = cib_process_command(request, operation, op_function, &op_reply, operation 1314 daemons/based/based_callbacks.c cib_process_command(xmlNode *request, const cib__operation_t *operation, operation 1351 daemons/based/based_callbacks.c if (!privileged && pcmk_is_set(operation->flags, cib__op_attr_privileged)) { operation 1357 daemons/based/based_callbacks.c input = prepare_input(request, operation->type, §ion); operation 1359 daemons/based/based_callbacks.c if (!pcmk_is_set(operation->flags, cib__op_attr_modifies)) { operation 1415 daemons/based/based_callbacks.c && pcmk_is_set(operation->flags, cib__op_attr_writes_through)) { operation 1424 daemons/based/based_callbacks.c if (pcmk_is_set(operation->flags, cib__op_attr_writes_through)) { operation 1452 daemons/based/based_callbacks.c if ((operation->type == cib__op_commit_transact) operation 49 daemons/based/based_operation.c based_get_op_function(const cib__operation_t *operation) operation 51 daemons/based/based_operation.c enum cib__op_type type = operation->type; operation 69 daemons/based/based_transaction.c const cib__operation_t *operation = NULL; operation 70 daemons/based/based_transaction.c int rc = cib__get_operation(op, &operation); operation 73 daemons/based/based_transaction.c if (!pcmk_is_set(operation->flags, cib__op_attr_transaction) operation 128 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 44 daemons/controld/controld_execd.c const char *operation); operation 769 daemons/controld/controld_execd.c const char *operation, guint interval_ms) operation 780 daemons/controld/controld_execd.c if (last_failed_matches_op(entry, operation, interval_ms)) { operation 1099 daemons/controld/controld_execd.c const char *operation = crm_element_value(action, XML_LRM_ATTR_TASK); operation 1110 daemons/controld/controld_execd.c } else if(operation == NULL) { operation 1117 daemons/controld/controld_execd.c op = construct_op(lrm_state, action, ID(xml_rsc), operation); operation 1119 daemons/controld/controld_execd.c if (pcmk__str_eq(operation, PCMK_ACTION_NOTIFY, pcmk__str_casei)) { operation 1414 daemons/controld/controld_execd.c const char *operation = NULL; operation 1447 daemons/controld/controld_execd.c operation = PCMK_ACTION_DELETE; operation 1450 daemons/controld/controld_execd.c operation = crm_element_value(input->xml, XML_LRM_ATTR_TASK); operation 1453 daemons/controld/controld_execd.c CRM_CHECK(!pcmk__str_empty(crm_op) || !pcmk__str_empty(operation), return); operation 1456 daemons/controld/controld_execd.c pcmk__s(crm_op, operation), operation 1473 daemons/controld/controld_execd.c } else if (pcmk__str_eq(operation, CRM_OP_PROBED, pcmk__str_none)) { operation 1478 daemons/controld/controld_execd.c || pcmk__str_eq(operation, CRM_OP_REPROBE, pcmk__str_none)) { operation 1488 daemons/controld/controld_execd.c } else if (operation != NULL) { operation 1491 daemons/controld/controld_execd.c gboolean create_rsc = !pcmk__str_eq(operation, PCMK_ACTION_DELETE, operation 1512 daemons/controld/controld_execd.c ID(xml_rsc), operation, operation 1539 daemons/controld/controld_execd.c if (pcmk__str_eq(operation, PCMK_ACTION_CANCEL, pcmk__str_none)) { operation 1544 daemons/controld/controld_execd.c } else if (pcmk__str_eq(operation, PCMK_ACTION_DELETE, operation 1560 daemons/controld/controld_execd.c if (strcmp(operation, PCMK_ACTION_START) != 0) { operation 1566 daemons/controld/controld_execd.c operation)) { operation 1604 daemons/controld/controld_execd.c const char *rsc_id, const char *operation) operation 1616 daemons/controld/controld_execd.c CRM_ASSERT(rsc_id && operation); operation 1618 daemons/controld/controld_execd.c op = lrmd_new_event(rsc_id, operation, 0); operation 1625 daemons/controld/controld_execd.c CRM_LOG_ASSERT(pcmk__str_eq(operation, PCMK_ACTION_STOP, operation 1637 daemons/controld/controld_execd.c crm_trace("Constructed %s op for %s", operation, rsc_id); operation 1661 daemons/controld/controld_execd.c && pcmk__str_eq(operation, PCMK_ACTION_MONITOR, pcmk__str_casei) operation 1670 daemons/controld/controld_execd.c if (!pcmk__str_eq(operation, PCMK_ACTION_STOP, pcmk__str_casei)) { operation 1710 daemons/controld/controld_execd.c if (pcmk__strcase_any_of(operation, PCMK_ACTION_START, PCMK_ACTION_STOP, operation 1719 daemons/controld/controld_execd.c operation, rsc_id, op->interval_ms); operation 1914 daemons/controld/controld_execd.c const char *operation = NULL; operation 1919 daemons/controld/controld_execd.c operation = crm_element_value(msg, XML_LRM_ATTR_TASK); operation 1920 daemons/controld/controld_execd.c CRM_CHECK(!pcmk__str_empty(operation), return); operation 1931 daemons/controld/controld_execd.c operation, rsc->id, pcmk__s(transition, "")); operation 1938 daemons/controld/controld_execd.c if (pcmk__str_any_of(operation, PCMK_ACTION_RELOAD, operation 1947 daemons/controld/controld_execd.c operation = PCMK_ACTION_RELOAD; operation 1949 daemons/controld/controld_execd.c operation = PCMK_ACTION_RELOAD_AGENT; operation 1953 daemons/controld/controld_execd.c op = construct_op(lrm_state, msg, rsc->id, operation); operation 1956 daemons/controld/controld_execd.c if (should_cancel_recurring(rsc->id, operation, op->interval_ms)) { operation 1969 daemons/controld/controld_execd.c rsc->id, operation, op->interval_ms); operation 1978 daemons/controld/controld_execd.c operation, op->interval_ms); operation 1980 daemons/controld/controld_execd.c nack_reason = should_nack_action(operation); operation 1983 daemons/controld/controld_execd.c "(shutdown=%s)", operation, rsc->id, operation 2021 daemons/controld/controld_execd.c pending->op_type = strdup(operation); operation 2047 daemons/controld/controld_execd.c CRM_XS " rc=%d", operation, rsc->id, pcmk_rc_str(rc), rc); operation 2056 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 1142 daemons/fenced/fenced_remote.c const char *operation = NULL; operation 1195 daemons/fenced/fenced_remote.c operation = crm_element_value(request, F_STONITH_OPERATION); operation 1197 daemons/fenced/fenced_remote.c if (pcmk__str_eq(operation, STONITH_OP_RELAY, pcmk__str_none)) { operation 1270 daemons/fenced/fenced_remote.c const char *operation = NULL; operation 1325 daemons/fenced/fenced_remote.c operation = crm_element_value(request, F_STONITH_OPERATION); operation 1326 daemons/fenced/fenced_remote.c if (pcmk__str_eq(operation, STONITH_OP_RELAY, pcmk__str_none)) { operation 223 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 124 include/crm/stonith-ng.h char *operation; operation 170 lib/cib/cib_file.c file_get_op_function(const cib__operation_t *operation) operation 172 lib/cib/cib_file.c enum cib__op_type type = operation->type; operation 217 lib/cib/cib_file.c const cib__operation_t *operation = NULL; operation 234 lib/cib/cib_file.c cib__get_operation(op, &operation); operation 235 lib/cib/cib_file.c op_function = file_get_op_function(operation); operation 240 lib/cib/cib_file.c read_only = !pcmk_is_set(operation->flags, cib__op_attr_modifies); operation 296 lib/cib/cib_file.c const cib__operation_t *operation = NULL; operation 310 lib/cib/cib_file.c rc = cib__get_operation(op, &operation); operation 317 lib/cib/cib_file.c if (file_get_op_function(operation) == NULL) { operation 142 lib/cib/cib_ops.c cib__get_operation(const char *op, const cib__operation_t **operation) operation 144 lib/cib/cib_ops.c CRM_ASSERT((op != NULL) && (operation != NULL)); operation 157 lib/cib/cib_ops.c *operation = g_hash_table_lookup(operation_table, op); operation 158 lib/cib/cib_ops.c if (*operation == NULL) { operation 673 lib/cib/cib_ops.c update_results(xmlNode *failed, xmlNode *target, const char *operation, operation 690 lib/cib/cib_ops.c crm_xml_add(xml_node, XML_FAILCIB_ATTR_OP, operation); operation 694 lib/cib/cib_ops.c operation, error_msg, return_code); operation 726 lib/cib/cib_utils.c const cib__operation_t *operation = NULL; operation 727 lib/cib/cib_utils.c int rc = cib__get_operation(op, &operation); operation 734 lib/cib/cib_utils.c if (!pcmk_is_set(operation->flags, cib__op_attr_transaction)) { operation 201 lib/common/ipc_attrd.c const char *resource, const char *operation, operation 218 lib/common/ipc_attrd.c crm_xml_add(request, PCMK__XA_ATTR_OPERATION, operation); operation 241 lib/common/ipc_attrd.c if (operation) { operation 243 lib/common/ipc_attrd.c op_desc = operation; operation 111 lib/common/messages.c const char *operation = crm_element_value(original_request, F_CRM_TASK); operation 135 lib/common/messages.c crm_xml_add(reply, F_CRM_TASK, operation); operation 1426 lib/fencing/st_client.c event->operation = crm_element_value_copy(msg, F_STONITH_OPERATION); operation 1433 lib/fencing/st_client.c if (pcmk__str_eq(event->operation, T_STONITH_NOTIFY_FENCE, operation 1435 lib/fencing/st_client.c xmlNode *data = get_event_data_xml(msg, event->operation); operation 1438 lib/fencing/st_client.c crm_err("No data for %s event", event->operation); operation 1450 lib/fencing/st_client.c } else if (pcmk__str_any_of(event->operation, operation 1454 lib/fencing/st_client.c xmlNode *data = get_event_data_xml(msg, event->operation); operation 1457 lib/fencing/st_client.c crm_err("No data for %s event", event->operation); operation 1475 lib/fencing/st_client.c free(event->operation); operation 2651 lib/fencing/st_client.c const char *action = pcmk__s(event->action, event->operation); operation 2668 lib/fencing/st_client.c if (pcmk__str_eq(event->operation, T_STONITH_NOTIFY_HISTORY, operation 2672 lib/fencing/st_client.c } else if (pcmk__str_eq(event->operation, STONITH_OP_DEVICE_ADD, operation 2676 lib/fencing/st_client.c } else if (pcmk__str_eq(event->operation, STONITH_OP_DEVICE_DEL, operation 2680 lib/fencing/st_client.c } else if (pcmk__str_eq(event->operation, STONITH_OP_LEVEL_ADD, operation 2685 lib/fencing/st_client.c } else if (pcmk__str_eq(event->operation, STONITH_OP_LEVEL_DEL, operation 1726 lib/pacemaker/pcmk_output.c const char *operation = va_arg(args, const char *); operation 1736 lib/pacemaker/pcmk_output.c rsc, operation, interval_ms, node); operation 1739 lib/pacemaker/pcmk_output.c rsc, operation, node); operation 1751 lib/pacemaker/pcmk_output.c const char *operation = va_arg(args, const char *); operation 1763 lib/pacemaker/pcmk_output.c "op", operation, operation 503 lib/pacemaker/pcmk_simulate.c const char *operation = crm_element_value(action->xml, "operation"); operation 517 lib/pacemaker/pcmk_simulate.c if (pcmk__str_eq(operation, CRM_OP_REPROBE, pcmk__str_none)) { operation 518 lib/pacemaker/pcmk_simulate.c crm_debug("No history injection for %s op on %s", operation, node); operation 550 lib/pacemaker/pcmk_simulate.c if (pcmk__strcase_any_of(operation, PCMK_ACTION_DELETE, operation 552 lib/pacemaker/pcmk_simulate.c out->message(out, "inject-rsc-action", resource, operation, node, operation 90 lib/pengine/pe_actions.c for (xmlNode *operation = first_named_child(rsc->ops_xml, XML_ATTR_OP); operation 91 lib/pengine/pe_actions.c operation != NULL; operation = crm_next_same_xml(operation)) { operation 99 lib/pengine/pe_actions.c && (pcmk__xe_get_bool_attr(operation, "enabled", operation 104 lib/pengine/pe_actions.c interval_spec = crm_element_value(operation, XML_LRM_ATTR_INTERVAL); operation 109 lib/pengine/pe_actions.c config_name = crm_element_value(operation, "name"); operation 111 lib/pengine/pe_actions.c return operation; operation 478 lib/pengine/pe_actions.c for (xmlNode *operation = first_named_child(rsc->ops_xml, XML_ATTR_OP); operation 479 lib/pengine/pe_actions.c operation != NULL; operation = crm_next_same_xml(operation)) { operation 486 lib/pengine/pe_actions.c promote_on_fail = crm_element_value(operation, XML_OP_ATTR_ON_FAIL); operation 492 lib/pengine/pe_actions.c name = crm_element_value(operation, "name"); operation 493 lib/pengine/pe_actions.c role = crm_element_value(operation, "role"); operation 499 lib/pengine/pe_actions.c interval_spec = crm_element_value(operation, XML_LRM_ATTR_INTERVAL); operation 505 lib/pengine/pe_actions.c if ((pcmk__xe_get_bool_attr(operation, "enabled", operation 644 lib/pengine/pe_actions.c for (xmlNode *operation = first_named_child(rsc->ops_xml, XML_ATTR_OP); operation 645 lib/pengine/pe_actions.c operation != NULL; operation = crm_next_same_xml(operation)) { operation 648 lib/pengine/pe_actions.c const char *interval_spec = crm_element_value(operation, operation 652 lib/pengine/pe_actions.c if (!pcmk__str_eq(crm_element_value(operation, "name"), operation 662 lib/pengine/pe_actions.c if ((pcmk__xe_get_bool_attr(operation, "enabled", operation 669 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 2139 tools/crm_mon.c send_custom_trap(e->target, NULL, e->operation, pcmk_ok, e->result, 0, desc); operation 94 tools/crm_resource.c gchar *operation; // Value of --operation operation 600 tools/crm_resource.c { "operation", 'n', G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &options.operation, operation 909 tools/crm_resource.c if (options.operation) { operation 910 tools/crm_resource.c g_free(options.operation); operation 912 tools/crm_resource.c options.operation = g_strdup(option_name + 2); // skip "--" operation 1040 tools/crm_resource.c options.operation, options.interval_spec, TRUE, operation 1789 tools/crm_resource.c options.operation, options.cmdline_params, operation 1794 tools/crm_resource.c options.operation, options.override_params, operation 2003 tools/crm_resource.c options.operation, options.interval_spec, operation 2065 tools/crm_resource.c g_free(options.operation); operation 84 tools/crm_resource.h const pcmk_resource_t *rsc, const char *operation, operation 88 tools/crm_resource.h const char *operation, const char *interval_spec, operation 665 tools/crm_resource_runtime.c const char *node_name, const char *rsc_id, const char *operation, operation 682 tools/crm_resource_runtime.c if (operation) { operation 717 tools/crm_resource_runtime.c if (operation) { operation 719 tools/crm_resource_runtime.c if (!pcmk__str_eq(operation, failed_value, pcmk__str_casei)) { operation 747 tools/crm_resource_runtime.c clear_rsc_fail_attrs(const pcmk_resource_t *rsc, const char *operation, operation 759 tools/crm_resource_runtime.c operation, interval_spec, NULL, operation 768 tools/crm_resource_runtime.c const pcmk_resource_t *rsc, const char *operation, operation 784 tools/crm_resource_runtime.c rc = cli_resource_delete(controld_api, host_uname, child, operation, operation 820 tools/crm_resource_runtime.c operation, interval_spec, just_failures, operation 853 tools/crm_resource_runtime.c rc = clear_rsc_fail_attrs(rsc, operation, interval_spec, node); operation 861 tools/crm_resource_runtime.c rc = clear_rsc_failures(out, controld_api, host_uname, rsc->id, operation, operation 878 tools/crm_resource_runtime.c const char *operation, const char *interval_spec, operation 904 tools/crm_resource_runtime.c rc = pcmk__attrd_api_clear_failures(NULL, node_name, NULL, operation, operation 914 tools/crm_resource_runtime.c operation, interval_spec, scheduler); operation 925 tools/crm_resource_runtime.c operation, interval_spec, scheduler);