custom_action     191 include/crm/pengine/internal.h pcmk_action_t *custom_action(pcmk_resource_t *rsc, char *key, const char *task,
custom_action     203 include/crm/pengine/internal.h     custom_action((rsc), delete_key(rsc), PCMK_ACTION_DELETE,       \
custom_action     207 include/crm/pengine/internal.h     custom_action((rsc), stop_key(rsc), PCMK_ACTION_STOP,           \
custom_action     211 include/crm/pengine/internal.h     custom_action((rsc), start_key(rsc), PCMK_ACTION_START,         \
custom_action     215 include/crm/pengine/internal.h     custom_action((rsc), promote_key(rsc), PCMK_ACTION_PROMOTE,     \
custom_action     219 include/crm/pengine/internal.h     custom_action((rsc), demote_key(rsc), PCMK_ACTION_DEMOTE,       \
custom_action    1069 lib/pacemaker/pcmk_sched_actions.c     shutdown_op = custom_action(NULL, shutdown_id, PCMK_ACTION_DO_SHUTDOWN,
custom_action    1534 lib/pacemaker/pcmk_sched_actions.c     pcmk_action_t *required = custom_action(rsc, key, task, NULL, FALSE,
custom_action    1582 lib/pacemaker/pcmk_sched_actions.c         custom_action(rsc, stop_key(rsc), PCMK_ACTION_STOP, node, FALSE,
custom_action    1589 lib/pacemaker/pcmk_sched_actions.c     reload = custom_action(rsc, reload_key(rsc), PCMK_ACTION_RELOAD_AGENT, node,
custom_action     108 lib/pacemaker/pcmk_sched_group.c     pcmk_action_t *op = custom_action(group, pcmk__op_key(group->id, action, 0),
custom_action      62 lib/pacemaker/pcmk_sched_migration.c         migrate_to = custom_action(rsc, pcmk__op_key(rsc->id,
custom_action      67 lib/pacemaker/pcmk_sched_migration.c     migrate_from = custom_action(rsc, pcmk__op_key(rsc->id,
custom_action    1332 lib/pacemaker/pcmk_sched_ordering.c             first_action = custom_action(first_rsc, key, op_type, NULL, TRUE,
custom_action     144 lib/pacemaker/pcmk_sched_probes.c     probe = custom_action(rsc, key, PCMK_ACTION_MONITOR, node, FALSE,
custom_action     325 lib/pacemaker/pcmk_sched_recurring.c     mon = custom_action(rsc, strdup(op->key), op->name, node, is_optional,
custom_action     548 lib/pacemaker/pcmk_sched_recurring.c         stopped_mon = custom_action(rsc, strdup(op->key), op->name, stop_node,
custom_action     668 lib/pacemaker/pcmk_sched_recurring.c     cancel_op = custom_action(rsc, key, PCMK_ACTION_CANCEL, node, FALSE,
custom_action     732 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), PCMK_ACTION_STOP, node, FALSE,
custom_action     473 lib/pengine/failcounts.c     clear = custom_action(rsc, key, PCMK_ACTION_CLEAR_FAILCOUNT, node, FALSE,
custom_action    1145 lib/pengine/pe_actions.c         op = custom_action(NULL, strdup(name), name, NULL, TRUE, scheduler);
custom_action    1261 lib/pengine/pe_actions.c         stonith_op = custom_action(NULL, op_key, PCMK_ACTION_STONITH, node,
custom_action    1598 lib/pengine/pe_actions.c     custom_action(rsc, pcmk__op_key(rsc->id, PCMK_ACTION_LRM_DELETE, 0),
custom_action    1757 lib/pengine/pe_actions.c     action = custom_action(rsc, pcmk__op_key(rsc->id, task, 0), task, NULL,
custom_action     290 lib/pengine/pe_notif.c     notify = custom_action(rsc,
custom_action     350 lib/pengine/pe_notif.c     notify_action = custom_action(rsc, key, op->task, node,
custom_action    2623 lib/pengine/unpack.c         custom_action(rsc, key, task, node, TRUE, scheduler);