custom_action 365 include/crm/pengine/internal.h extern pe_action_t *custom_action(pe_resource_t * rsc, char *key, const char *task, pe_node_t * on_node, custom_action 369 include/crm/pengine/internal.h # define delete_action(rsc, node, optional) custom_action( \ custom_action 374 include/crm/pengine/internal.h # define stopped_action(rsc, node, optional) custom_action( \ custom_action 379 include/crm/pengine/internal.h # define stop_action(rsc, node, optional) custom_action( \ custom_action 385 include/crm/pengine/internal.h # define start_action(rsc, node, optional) custom_action( \ custom_action 390 include/crm/pengine/internal.h # define started_action(rsc, node, optional) custom_action( \ custom_action 395 include/crm/pengine/internal.h # define promote_action(rsc, node, optional) custom_action( \ custom_action 400 include/crm/pengine/internal.h # define promoted_action(rsc, node, optional) custom_action( \ custom_action 405 include/crm/pengine/internal.h # define demote_action(rsc, node, optional) custom_action( \ custom_action 410 include/crm/pengine/internal.h # define demoted_action(rsc, node, optional) custom_action( \ custom_action 778 lib/pacemaker/pcmk_sched_actions.c action = custom_action(rsc, pcmk__op_key(rsc->id, task, 0), task, NULL, custom_action 812 lib/pacemaker/pcmk_sched_actions.c cancel_op = custom_action(rsc, key, RSC_CANCEL, node, FALSE, TRUE, custom_action 846 lib/pacemaker/pcmk_sched_actions.c shutdown_op = custom_action(NULL, shutdown_id, CRM_OP_SHUTDOWN, node, FALSE, custom_action 1341 lib/pacemaker/pcmk_sched_actions.c pe_action_t *required = custom_action(rsc, key, task, NULL, FALSE, TRUE, custom_action 1366 lib/pacemaker/pcmk_sched_actions.c op = custom_action(rsc, pcmk__op_key(rsc->id, task, interval_ms), custom_action 1407 lib/pacemaker/pcmk_sched_actions.c custom_action(rsc, stop_key(rsc), CRMD_ACTION_STOP, node, FALSE, TRUE, custom_action 1414 lib/pacemaker/pcmk_sched_actions.c reload = custom_action(rsc, reload_key(rsc), CRMD_ACTION_RELOAD_AGENT, node, custom_action 160 lib/pacemaker/pcmk_sched_group.c op = custom_action(rsc, started_key(rsc), custom_action 167 lib/pacemaker/pcmk_sched_group.c op = custom_action(rsc, stopped_key(rsc), custom_action 173 lib/pacemaker/pcmk_sched_group.c op = custom_action(rsc, demote_key(rsc), RSC_DEMOTE, NULL, TRUE, TRUE, data_set); custom_action 176 lib/pacemaker/pcmk_sched_group.c op = custom_action(rsc, demoted_key(rsc), RSC_DEMOTED, NULL, TRUE, TRUE, data_set); custom_action 179 lib/pacemaker/pcmk_sched_group.c op = custom_action(rsc, promote_key(rsc), RSC_PROMOTE, NULL, TRUE, TRUE, data_set); custom_action 182 lib/pacemaker/pcmk_sched_group.c op = custom_action(rsc, promoted_key(rsc), RSC_PROMOTED, NULL, TRUE, TRUE, data_set); custom_action 825 lib/pacemaker/pcmk_sched_native.c mon = custom_action(rsc, key, name, node, is_optional, TRUE, data_set); custom_action 1006 lib/pacemaker/pcmk_sched_native.c stopped_mon = custom_action(rsc, strdup(key), name, stop_node, is_optional, TRUE, data_set); custom_action 1115 lib/pacemaker/pcmk_sched_native.c migrate_to = custom_action(rsc, pcmk__op_key(rsc->id, RSC_MIGRATE, 0), custom_action 1119 lib/pacemaker/pcmk_sched_native.c migrate_from = custom_action(rsc, pcmk__op_key(rsc->id, RSC_MIGRATED, 0), custom_action 2446 lib/pacemaker/pcmk_sched_native.c probe = custom_action(rsc, key, RSC_STATUS, node, FALSE, TRUE, data_set); custom_action 291 lib/pacemaker/pcmk_sched_notif.c notify = custom_action(rsc, custom_action 350 lib/pacemaker/pcmk_sched_notif.c notify_action = custom_action(rsc, key, op->task, node, custom_action 1467 lib/pacemaker/pcmk_sched_ordering.c lh_action = custom_action(lh_rsc, key, op_type, NULL, TRUE, TRUE, data_set); custom_action 545 lib/pacemaker/pcmk_sched_probes.c probe_op = custom_action(NULL, custom_action 132 lib/pacemaker/pcmk_sched_resource.c custom_action(rsc, stop_key(rsc), CRMD_ACTION_STOP, node, FALSE, TRUE, custom_action 375 lib/pengine/failcounts.c clear = custom_action(rsc, key, CRM_OP_CLEAR_FAILCOUNT, node, FALSE, TRUE, custom_action 172 lib/pengine/pe_digest.c action = custom_action(rsc, pcmk__op_key(rsc->id, task, *interval_ms), custom_action 2254 lib/pengine/unpack.c custom_action(rsc, key, task, node, TRUE, TRUE, data_set); custom_action 3046 lib/pengine/unpack.c action = custom_action(rsc, strdup(key), task, NULL, TRUE, FALSE, data_set); custom_action 3569 lib/pengine/unpack.c pe_action_t *action = custom_action(rsc, strdup(key), task, NULL, TRUE, FALSE, data_set); custom_action 1958 lib/pengine/utils.c op = custom_action(NULL, strdup(name), name, NULL, TRUE, TRUE, data_set); custom_action 2150 lib/pengine/utils.c stonith_op = custom_action(NULL, op_key, CRM_OP_FENCE, node, TRUE, TRUE, data_set); custom_action 2460 lib/pengine/utils.c return custom_action(rsc, key, CRM_OP_LRM_DELETE, node, FALSE, TRUE, custom_action 1214 tools/crm_resource_runtime.c pe_action_t *stop = custom_action(rsc, key, RSC_STOP, NULL, TRUE, FALSE, data_set);