custom_action     177 include/crm/pengine/internal.h extern action_t *custom_action(resource_t * rsc, char *key, const char *task, node_t * on_node,
custom_action     181 include/crm/pengine/internal.h #  define delete_action(rsc, node, optional) custom_action(		\
custom_action     186 include/crm/pengine/internal.h #  define stopped_action(rsc, node, optional) custom_action(		\
custom_action     191 include/crm/pengine/internal.h #  define stop_action(rsc, node, optional) custom_action(			\
custom_action     197 include/crm/pengine/internal.h #  define start_action(rsc, node, optional) custom_action(		\
custom_action     202 include/crm/pengine/internal.h #  define started_action(rsc, node, optional) custom_action(		\
custom_action     207 include/crm/pengine/internal.h #  define promote_action(rsc, node, optional) custom_action(		\
custom_action     212 include/crm/pengine/internal.h #  define promoted_action(rsc, node, optional) custom_action(		\
custom_action     217 include/crm/pengine/internal.h #  define demote_action(rsc, node, optional) custom_action(		\
custom_action     222 include/crm/pengine/internal.h #  define demoted_action(rsc, node, optional) custom_action(		\
custom_action    2135 lib/pengine/unpack.c         custom_action(rsc, key, task, node, TRUE, TRUE, data_set);
custom_action    2645 lib/pengine/unpack.c     action = custom_action(rsc, strdup(key), task, NULL, TRUE, FALSE, data_set);
custom_action    2946 lib/pengine/unpack.c         action_t *clear_op = custom_action(rsc, key, CRM_OP_CLEAR_FAILCOUNT,
custom_action    2992 lib/pengine/unpack.c     action_t *action = custom_action(rsc, strdup(key), task, NULL, TRUE, FALSE, data_set);
custom_action    1786 lib/pengine/utils.c         op = custom_action(NULL, strdup(name), name, NULL, TRUE, TRUE, data_set);
custom_action    1897 lib/pengine/utils.c         action_t *action = custom_action(rsc, strdup(key), task, node, TRUE, FALSE, data_set);
custom_action    2155 lib/pengine/utils.c         stonith_op = custom_action(NULL, op_key, CRM_OP_FENCE, node, TRUE, TRUE, data_set);
custom_action     227 pengine/allocate.c     cancel = custom_action(rsc, strdup(key), RSC_CANCEL, active_node, FALSE, TRUE, data_set);
custom_action     324 pengine/allocate.c         required = custom_action(rsc, key, task, NULL, TRUE, TRUE, data_set);
custom_action     347 pengine/allocate.c             op = custom_action(rsc, key, task, active_node, TRUE, TRUE, data_set);
custom_action     365 pengine/allocate.c             required = custom_action(rsc, key, task, NULL, TRUE, TRUE, data_set);
custom_action     472 pengine/allocate.c                 custom_action(rsc, key, CRM_OP_CLEAR_FAILCOUNT, node, FALSE, TRUE, data_set);
custom_action     922 pengine/allocate.c             action_t *probe_op = custom_action(NULL, crm_strdup_printf("%s-%s", CRM_OP_REPROBE, node->details->uname),
custom_action    1256 pengine/allocate.c             action_t *clear_op = custom_action(rsc, key, CRM_OP_CLEAR_FAILCOUNT,
custom_action    1559 pengine/allocate.c             down_op = custom_action(NULL, crm_strdup_printf("%s-%s", CRM_OP_SHUTDOWN, node->details->uname),
custom_action    1776 pengine/allocate.c             lh_action = custom_action(lh_rsc, key, op_type, NULL, TRUE, TRUE, data_set);
custom_action     110 pengine/group.c     op = custom_action(rsc, started_key(rsc),
custom_action     117 pengine/group.c     op = custom_action(rsc, stopped_key(rsc),
custom_action     123 pengine/group.c         op = custom_action(rsc, demote_key(rsc), RSC_DEMOTE, NULL, TRUE, TRUE, data_set);
custom_action     126 pengine/group.c         op = custom_action(rsc, demoted_key(rsc), RSC_DEMOTED, NULL, TRUE, TRUE, data_set);
custom_action     130 pengine/group.c         op = custom_action(rsc, promote_key(rsc), RSC_PROMOTE, NULL, TRUE, TRUE, data_set);
custom_action     133 pengine/group.c         op = custom_action(rsc, promoted_key(rsc), RSC_PROMOTED, NULL, TRUE, TRUE, data_set);
custom_action     728 pengine/native.c             mon = custom_action(rsc, local_key, RSC_CANCEL, node, FALSE, TRUE, data_set);
custom_action     773 pengine/native.c     mon = custom_action(rsc, key, name, node, is_optional, TRUE, data_set);
custom_action     909 pengine/native.c             cancel_op = custom_action(rsc, local_key, RSC_CANCEL, node, FALSE, TRUE, data_set);
custom_action     965 pengine/native.c         stopped_mon = custom_action(rsc, strdup(key), name, stop_node, is_optional, TRUE, data_set);
custom_action    1078 pengine/native.c         migrate_to = custom_action(rsc, generate_op_key(rsc->id, RSC_MIGRATE, 0), RSC_MIGRATE, current, TRUE, TRUE, data_set);
custom_action    1081 pengine/native.c     migrate_from = custom_action(rsc, generate_op_key(rsc->id, RSC_MIGRATED, 0), RSC_MIGRATED, chosen, TRUE, TRUE, data_set);
custom_action    2977 pengine/native.c     probe = custom_action(rsc, key, RSC_STATUS, node, FALSE, TRUE, data_set);
custom_action    3310 pengine/native.c     reload = custom_action(
custom_action     267 pengine/notif.c     trigger = custom_action(rsc, key, op->task, node,
custom_action     346 pengine/notif.c             custom_action(rsc, key, RSC_NOTIFY, NULL, is_set(start->flags, pe_action_optional),
custom_action     361 pengine/notif.c             custom_action(rsc, key, RSC_NOTIFIED, NULL, is_set(start->flags, pe_action_optional),
custom_action     381 pengine/notif.c             custom_action(rsc, key, RSC_NOTIFY, NULL, is_set(end->flags, pe_action_optional), TRUE,
custom_action     401 pengine/notif.c             custom_action(rsc, key, RSC_NOTIFIED, NULL, is_set(end->flags, pe_action_optional),
custom_action     435 pengine/utils.c     pe_action_t *action = custom_action(rsc, generate_op_key(rsc->id, task, 0), task, NULL, optional, TRUE, data_set);
custom_action    1027 tools/crm_resource_runtime.c         action_t *stop = custom_action(rsc, key, RSC_STOP, NULL, TRUE, FALSE, data_set);