action_host        96 pengine/ptest.c     const char *action_host = NULL;
action_host        99 pengine/ptest.c         action_host = action->node->details->uname;
action_host       100 pengine/ptest.c         action_name = crm_concat(action->uuid, action_host, ' ');
action_host       106 pengine/ptest.c         action_host = "<none>";
action_host       107 pengine/ptest.c         action_name = crm_concat(action->uuid, action_host, ' ');
action_host       212 tools/crm_simulate.c     const char *action_host = NULL;
action_host       216 tools/crm_simulate.c         action_host = action->node->details->uname;
action_host       218 tools/crm_simulate.c         action_host = "<none>";
action_host       246 tools/crm_simulate.c         if (action_host) {
action_host       247 tools/crm_simulate.c             action_name = crm_strdup_printf("%s%s %s", prefix ? prefix : "", key, action_host);
action_host       256 tools/crm_simulate.c         action_name = crm_strdup_printf("%s%s '%s' %s", prefix ? prefix : "", action->task, op, action_host);
action_host       258 tools/crm_simulate.c     } else if (action->rsc && action_host) {
action_host       259 tools/crm_simulate.c         action_name = crm_strdup_printf("%s%s %s", prefix ? prefix : "", action->uuid, action_host);
action_host       261 tools/crm_simulate.c     } else if (action_host) {
action_host       262 tools/crm_simulate.c         action_name = crm_strdup_printf("%s%s %s", prefix ? prefix : "", action->task, action_host);