custom_action     391 include/crm/pengine/internal.h pe_action_t *custom_action(pe_resource_t *rsc, char *key, const char *task,
custom_action     396 include/crm/pengine/internal.h #  define delete_action(rsc, node, optional) custom_action(		\
custom_action     401 include/crm/pengine/internal.h #  define stopped_action(rsc, node, optional) custom_action(		\
custom_action     406 include/crm/pengine/internal.h #  define stop_action(rsc, node, optional) custom_action(			\
custom_action     412 include/crm/pengine/internal.h #  define start_action(rsc, node, optional) custom_action(		\
custom_action     417 include/crm/pengine/internal.h #  define started_action(rsc, node, optional) custom_action(		\
custom_action     422 include/crm/pengine/internal.h #  define promote_action(rsc, node, optional) custom_action(		\
custom_action     427 include/crm/pengine/internal.h #  define promoted_action(rsc, node, optional) custom_action(		\
custom_action     432 include/crm/pengine/internal.h #  define demote_action(rsc, node, optional) custom_action(		\
custom_action     437 include/crm/pengine/internal.h #  define demoted_action(rsc, node, optional) custom_action(		\
custom_action    1055 lib/pacemaker/pcmk_sched_actions.c     shutdown_op = custom_action(NULL, shutdown_id, CRM_OP_SHUTDOWN, node, FALSE,
custom_action    1526 lib/pacemaker/pcmk_sched_actions.c     pe_action_t *required = custom_action(rsc, key, task, NULL, FALSE, TRUE,
custom_action    1570 lib/pacemaker/pcmk_sched_actions.c         custom_action(rsc, stop_key(rsc), CRMD_ACTION_STOP, node, FALSE, TRUE,
custom_action    1577 lib/pacemaker/pcmk_sched_actions.c     reload = custom_action(rsc, reload_key(rsc), CRMD_ACTION_RELOAD_AGENT, node,
custom_action      91 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    1326 lib/pacemaker/pcmk_sched_ordering.c             first_action = custom_action(first_rsc, key, op_type, NULL, TRUE,
custom_action     133 lib/pacemaker/pcmk_sched_probes.c     probe = custom_action(rsc, key, RSC_STATUS, node, FALSE, TRUE,
custom_action     883 lib/pacemaker/pcmk_sched_probes.c             probe_op = custom_action(NULL,
custom_action     305 lib/pacemaker/pcmk_sched_recurring.c     mon = custom_action(rsc, strdup(op->key), op->name, node, is_optional, TRUE,
custom_action     516 lib/pacemaker/pcmk_sched_recurring.c         stopped_mon = custom_action(rsc, strdup(op->key), op->name, stop_node,
custom_action     628 lib/pacemaker/pcmk_sched_recurring.c     cancel_op = custom_action(rsc, key, RSC_CANCEL, node, FALSE, TRUE,
custom_action     692 lib/pacemaker/pcmk_sched_recurring.c     op = custom_action(rsc, pcmk__op_key(rsc->id, task, interval_ms),
custom_action     139 lib/pacemaker/pcmk_sched_resource.c         custom_action(rsc, stop_key(rsc), CRMD_ACTION_STOP, node, FALSE, TRUE,
custom_action     397 lib/pengine/failcounts.c     clear = custom_action(rsc, key, CRM_OP_CLEAR_FAILCOUNT, node, FALSE, TRUE,
custom_action     984 lib/pengine/pe_actions.c         op = custom_action(NULL, strdup(name), name, NULL, TRUE, TRUE, data_set);
custom_action    1098 lib/pengine/pe_actions.c         stonith_op = custom_action(NULL, op_key, CRM_OP_FENCE, node, TRUE, TRUE, data_set);
custom_action    1483 lib/pengine/pe_actions.c     return custom_action(rsc, key, CRM_OP_LRM_DELETE, node, FALSE, TRUE,
custom_action    1657 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     285 lib/pengine/pe_notif.c     notify = custom_action(rsc,
custom_action     344 lib/pengine/pe_notif.c     notify_action = custom_action(rsc, key, op->task, node,
custom_action    2306 lib/pengine/unpack.c         custom_action(rsc, key, task, node, TRUE, TRUE, data_set);
custom_action    3417 lib/pengine/unpack.c     action = custom_action(history->rsc, strdup(history->key), history->task,
custom_action    4035 lib/pengine/unpack.c     pe_action_t *action = custom_action(history->rsc, strdup(history->key),
custom_action    1328 tools/crm_resource_runtime.c         pe_action_t *stop = custom_action(rsc, key, RSC_STOP, NULL, TRUE, FALSE, data_set);