action_host 432 tools/crm_simulate.c const char *action_host = NULL; action_host 437 tools/crm_simulate.c action_host = action->node->details->uname; action_host 439 tools/crm_simulate.c action_host = "<none>"; action_host 473 tools/crm_simulate.c if (action_host) { action_host 474 tools/crm_simulate.c action_name = crm_strdup_printf("%s%s %s", prefix, key, action_host); action_host 483 tools/crm_simulate.c action_name = crm_strdup_printf("%s%s '%s' %s", prefix, action->task, op, action_host); action_host 485 tools/crm_simulate.c } else if (action->rsc && action_host) { action_host 486 tools/crm_simulate.c action_name = crm_strdup_printf("%s%s %s", prefix, action->uuid, action_host); action_host 488 tools/crm_simulate.c } else if (action_host) { action_host 489 tools/crm_simulate.c action_name = crm_strdup_printf("%s%s %s", prefix, action->task, action_host);