action_host       523 tools/crm_simulate.c     const char *action_host = NULL;
action_host       528 tools/crm_simulate.c         action_host = action->node->details->uname;
action_host       530 tools/crm_simulate.c         action_host = "<none>";
action_host       564 tools/crm_simulate.c         if (action_host) {
action_host       565 tools/crm_simulate.c             action_name = crm_strdup_printf("%s%s %s", prefix, key, action_host);
action_host       574 tools/crm_simulate.c         action_name = crm_strdup_printf("%s%s '%s' %s", prefix, action->task, op, action_host);
action_host       576 tools/crm_simulate.c     } else if (action->rsc && action_host) {
action_host       577 tools/crm_simulate.c         action_name = crm_strdup_printf("%s%s %s", prefix, action->uuid, action_host);
action_host       579 tools/crm_simulate.c     } else if (action_host) {
action_host       580 tools/crm_simulate.c         action_name = crm_strdup_printf("%s%s %s", prefix, action->task, action_host);