action_host       429 tools/crm_simulate.c     const char *action_host = NULL;
action_host       434 tools/crm_simulate.c         action_host = action->node->details->uname;
action_host       436 tools/crm_simulate.c         action_host = "<none>";
action_host       470 tools/crm_simulate.c         if (action_host) {
action_host       471 tools/crm_simulate.c             action_name = crm_strdup_printf("%s%s %s", prefix, key, action_host);
action_host       480 tools/crm_simulate.c         action_name = crm_strdup_printf("%s%s '%s' %s", prefix, action->task, op, action_host);
action_host       482 tools/crm_simulate.c     } else if (action->rsc && action_host) {
action_host       483 tools/crm_simulate.c         action_name = crm_strdup_printf("%s%s %s", prefix, action->uuid, action_host);
action_host       485 tools/crm_simulate.c     } else if (action_host) {
action_host       486 tools/crm_simulate.c         action_name = crm_strdup_printf("%s%s %s", prefix, action->task, action_host);