dest_uname 50 tools/crm_attribute.c gchar *dest_uname; dest_uname 204 tools/crm_attribute.c { "node", 'N', 0, G_OPTION_ARG_STRING, &options.dest_uname, dest_uname 249 tools/crm_attribute.c { "node-uname", 'U', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_STRING, &options.dest_uname, dest_uname 365 tools/crm_attribute.c } else if (options.dest_uname != NULL) { dest_uname 387 tools/crm_attribute.c const char *target = pcmk__node_attr_target(options.dest_uname); dest_uname 390 tools/crm_attribute.c g_free(options.dest_uname); dest_uname 391 tools/crm_attribute.c options.dest_uname = g_strdup(target); dest_uname 394 tools/crm_attribute.c if (options.dest_uname == NULL) { dest_uname 395 tools/crm_attribute.c options.dest_uname = g_strdup(get_local_node_name()); dest_uname 398 tools/crm_attribute.c rc = query_node_uuid(the_cib, options.dest_uname, &options.dest_node, &is_remote_node); dest_uname 400 tools/crm_attribute.c fprintf(stderr, "Could not map name=%s to a UUID\n", options.dest_uname); dest_uname 437 tools/crm_attribute.c && (pcmk__node_attr_request(NULL, options.command, options.dest_uname, options.attr_name, dest_uname 513 tools/crm_attribute.c g_free(options.dest_uname);