custom_action     369 include/crm/pengine/internal.h pcmk_action_t *custom_action(pcmk_resource_t *rsc, char *key, const char *task,
custom_action     374 include/crm/pengine/internal.h #  define delete_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 promote_action(rsc, node, optional) custom_action(		\
custom_action     395 include/crm/pengine/internal.h #  define demote_action(rsc, node, optional) custom_action(		\
custom_action    1065 lib/pacemaker/pcmk_sched_actions.c     shutdown_op = custom_action(NULL, shutdown_id, PCMK_ACTION_DO_SHUTDOWN,
custom_action    1522 lib/pacemaker/pcmk_sched_actions.c     pcmk_action_t *required = custom_action(rsc, key, task, NULL, FALSE,
custom_action    1568 lib/pacemaker/pcmk_sched_actions.c         custom_action(rsc, stop_key(rsc), PCMK_ACTION_STOP, node, FALSE,
custom_action    1575 lib/pacemaker/pcmk_sched_actions.c     reload = custom_action(rsc, reload_key(rsc), PCMK_ACTION_RELOAD_AGENT, node,
custom_action     102 lib/pacemaker/pcmk_sched_group.c     pcmk_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,
custom_action      66 lib/pacemaker/pcmk_sched_migration.c     migrate_from = custom_action(rsc, pcmk__op_key(rsc->id,
custom_action    1337 lib/pacemaker/pcmk_sched_ordering.c             first_action = custom_action(first_rsc, key, op_type, NULL, TRUE,
custom_action     136 lib/pacemaker/pcmk_sched_probes.c     probe = custom_action(rsc, key, PCMK_ACTION_MONITOR, node, FALSE,
custom_action     892 lib/pacemaker/pcmk_sched_probes.c             probe_op = custom_action(NULL,
custom_action     312 lib/pacemaker/pcmk_sched_recurring.c     mon = custom_action(rsc, strdup(op->key), op->name, node, is_optional,
custom_action     528 lib/pacemaker/pcmk_sched_recurring.c         stopped_mon = custom_action(rsc, strdup(op->key), op->name, stop_node,
custom_action     640 lib/pacemaker/pcmk_sched_recurring.c     cancel_op = custom_action(rsc, key, PCMK_ACTION_CANCEL, node, FALSE,
custom_action     704 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     462 lib/pengine/failcounts.c     clear = custom_action(rsc, key, PCMK_ACTION_CLEAR_FAILCOUNT, node, FALSE,
custom_action    1165 lib/pengine/pe_actions.c         op = custom_action(NULL, strdup(name), name, NULL, TRUE, scheduler);
custom_action    1281 lib/pengine/pe_actions.c         stonith_op = custom_action(NULL, op_key, PCMK_ACTION_STONITH, node,
custom_action    1668 lib/pengine/pe_actions.c     custom_action(rsc, pcmk__op_key(rsc->id, PCMK_ACTION_LRM_DELETE, 0),
custom_action    1842 lib/pengine/pe_actions.c     action = custom_action(rsc, pcmk__op_key(rsc->id, task, 0), task, NULL,
custom_action     288 lib/pengine/pe_notif.c     notify = custom_action(rsc,
custom_action     348 lib/pengine/pe_notif.c     notify_action = custom_action(rsc, key, op->task, node,
custom_action    2527 lib/pengine/unpack.c         custom_action(rsc, key, task, node, TRUE, scheduler);