dest_uname 91 tools/crm_attribute.c gchar *dest_uname; dest_uname 238 tools/crm_attribute.c { "node", 'N', 0, G_OPTION_ARG_STRING, &options.dest_uname, dest_uname 283 tools/crm_attribute.c { "node-uname", 'U', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_STRING, &options.dest_uname, dest_uname 322 tools/crm_attribute.c pcmk__str_update(&options.dest_uname, reply->data.node_info.uname); dest_uname 330 tools/crm_attribute.c g_free(options.dest_uname); dest_uname 336 tools/crm_attribute.c options.dest_uname = g_strdup(hostname); dest_uname 503 tools/crm_attribute.c } else if (options.dest_uname != NULL) { dest_uname 525 tools/crm_attribute.c const char *target = pcmk__node_attr_target(options.dest_uname); dest_uname 528 tools/crm_attribute.c g_free(options.dest_uname); dest_uname 529 tools/crm_attribute.c options.dest_uname = g_strdup(target); dest_uname 530 tools/crm_attribute.c } else if (getenv("CIB_file") != NULL && options.dest_uname == NULL) { dest_uname 534 tools/crm_attribute.c if (options.dest_uname == NULL) { dest_uname 551 tools/crm_attribute.c rc = query_node_uuid(the_cib, options.dest_uname, &options.dest_node, &is_remote_node); dest_uname 557 tools/crm_attribute.c "Could not map name=%s to a UUID", options.dest_uname); dest_uname 595 tools/crm_attribute.c && (pcmk__node_attr_request(NULL, options.command, options.dest_uname, options.attr_name, dest_uname 678 tools/crm_attribute.c g_free(options.dest_uname);