rsc_action       2311 lib/pacemaker/pcmk_sched_allocate.c                 pe_action_t *rsc_action = item->data;
rsc_action       2313 lib/pacemaker/pcmk_sched_allocate.c                 if ((rsc_action->node->details != action->node->details)
rsc_action       2314 lib/pacemaker/pcmk_sched_allocate.c                     && pcmk__str_eq(rsc_action->task, RSC_STOP, pcmk__str_casei)) {
rsc_action       2316 lib/pacemaker/pcmk_sched_allocate.c                                         action->rsc, NULL, rsc_action,
rsc_action         88 tools/crm_resource.h                                             const char *rsc_type, const char *rsc_action,
rsc_action         93 tools/crm_resource.h                                 const char *rsc_action, GHashTable *override_hash,
rsc_action       1791 tools/crm_resource_runtime.c                      const char *rsc_action, GHashTable *override_hash,
rsc_action       1804 tools/crm_resource_runtime.c     if (pcmk__str_eq(rsc_action, "validate", pcmk__str_casei)) {
rsc_action       1807 tools/crm_resource_runtime.c     } else if (pcmk__str_eq(rsc_action, "force-check", pcmk__str_casei)) {
rsc_action       1810 tools/crm_resource_runtime.c     } else if (pcmk__str_eq(rsc_action, "force-stop", pcmk__str_casei)) {
rsc_action       1811 tools/crm_resource_runtime.c         action = rsc_action+6;
rsc_action       1813 tools/crm_resource_runtime.c     } else if (pcmk__strcase_any_of(rsc_action, "force-start", "force-demote",
rsc_action       1815 tools/crm_resource_runtime.c         action = rsc_action+6;
rsc_action       1831 tools/crm_resource_runtime.c         action = rsc_action;
rsc_action       1840 tools/crm_resource_runtime.c         out->err(out, "Sorry, the %s option doesn't support group resources", rsc_action);