custom_action     400 include/crm/pengine/internal.h pe_action_t *custom_action(pe_resource_t *rsc, char *key, const char *task,
custom_action     405 include/crm/pengine/internal.h #  define delete_action(rsc, node, optional) custom_action(		\
custom_action     410 include/crm/pengine/internal.h #  define stopped_action(rsc, node, optional) custom_action(		\
custom_action     415 include/crm/pengine/internal.h #  define stop_action(rsc, node, optional) custom_action(			\
custom_action     421 include/crm/pengine/internal.h #  define start_action(rsc, node, optional) custom_action(		\
custom_action     426 include/crm/pengine/internal.h #  define started_action(rsc, node, optional) custom_action(		\
custom_action     431 include/crm/pengine/internal.h #  define promote_action(rsc, node, optional) custom_action(		\
custom_action     436 include/crm/pengine/internal.h #  define promoted_action(rsc, node, optional) custom_action(		\
custom_action     441 include/crm/pengine/internal.h #  define demote_action(rsc, node, optional) custom_action(		\
custom_action     446 include/crm/pengine/internal.h #  define demoted_action(rsc, node, optional) custom_action(		\
custom_action    1061 lib/pacemaker/pcmk_sched_actions.c     shutdown_op = custom_action(NULL, shutdown_id, CRM_OP_SHUTDOWN, node, FALSE,
custom_action    1531 lib/pacemaker/pcmk_sched_actions.c     pe_action_t *required = custom_action(rsc, key, task, NULL, FALSE, TRUE,
custom_action    1575 lib/pacemaker/pcmk_sched_actions.c         custom_action(rsc, stop_key(rsc), CRMD_ACTION_STOP, node, FALSE, TRUE,
custom_action    1582 lib/pacemaker/pcmk_sched_actions.c     reload = custom_action(rsc, reload_key(rsc), CRMD_ACTION_RELOAD_AGENT, node,
custom_action     161 lib/pacemaker/pcmk_sched_group.c     pe_action_t *op = custom_action(group, pcmk__op_key(group->id, action, 0),
custom_action      61 lib/pacemaker/pcmk_sched_migration.c         migrate_to = custom_action(rsc, pcmk__op_key(rsc->id, RSC_MIGRATE, 0),
custom_action      65 lib/pacemaker/pcmk_sched_migration.c     migrate_from = custom_action(rsc, pcmk__op_key(rsc->id, RSC_MIGRATED, 0),
custom_action    1329 lib/pacemaker/pcmk_sched_ordering.c             first_action = custom_action(first_rsc, key, op_type, NULL, TRUE,
custom_action     132 lib/pacemaker/pcmk_sched_probes.c     probe = custom_action(rsc, key, RSC_STATUS, node, FALSE, TRUE,
custom_action     810 lib/pacemaker/pcmk_sched_probes.c             probe_op = custom_action(NULL,
custom_action     303 lib/pacemaker/pcmk_sched_recurring.c     mon = custom_action(rsc, strdup(op->key), op->name, node, is_optional, TRUE,
custom_action     514 lib/pacemaker/pcmk_sched_recurring.c         stopped_mon = custom_action(rsc, strdup(op->key), op->name, stop_node,
custom_action     626 lib/pacemaker/pcmk_sched_recurring.c     cancel_op = custom_action(rsc, key, RSC_CANCEL, node, FALSE, TRUE,
custom_action     690 lib/pacemaker/pcmk_sched_recurring.c     op = custom_action(rsc, pcmk__op_key(rsc->id, task, interval_ms),
custom_action     127 lib/pacemaker/pcmk_sched_resource.c         custom_action(rsc, stop_key(rsc), CRMD_ACTION_STOP, node, FALSE, TRUE,
custom_action     369 lib/pengine/failcounts.c     clear = custom_action(rsc, key, CRM_OP_CLEAR_FAILCOUNT, node, FALSE, TRUE,
custom_action     982 lib/pengine/pe_actions.c         op = custom_action(NULL, strdup(name), name, NULL, TRUE, TRUE, data_set);
custom_action    1095 lib/pengine/pe_actions.c         stonith_op = custom_action(NULL, op_key, CRM_OP_FENCE, node, TRUE, TRUE, data_set);
custom_action    1480 lib/pengine/pe_actions.c     return custom_action(rsc, key, CRM_OP_LRM_DELETE, node, FALSE, TRUE,
custom_action    1654 lib/pengine/pe_actions.c     action = custom_action(rsc, pcmk__op_key(rsc->id, task, 0), task, NULL,
custom_action     130 lib/pengine/pe_digest.c     action = custom_action(rsc, pcmk__op_key(rsc->id, task, *interval_ms),
custom_action     282 lib/pengine/pe_notif.c     notify = custom_action(rsc,
custom_action     341 lib/pengine/pe_notif.c     notify_action = custom_action(rsc, key, op->task, node,
custom_action    2285 lib/pengine/unpack.c         custom_action(rsc, key, task, node, TRUE, TRUE, data_set);
custom_action    3248 lib/pengine/unpack.c     action = custom_action(rsc, strdup(key), task, NULL, TRUE, FALSE, data_set);
custom_action    3802 lib/pengine/unpack.c     pe_action_t *action = custom_action(rsc, strdup(key), task, NULL, TRUE, FALSE, data_set);
custom_action    1269 tools/crm_resource_runtime.c         pe_action_t *stop = custom_action(rsc, key, RSC_STOP, NULL, TRUE, FALSE, data_set);