dest_uname 71 tools/crm_attribute.c gchar *dest_uname; dest_uname 262 tools/crm_attribute.c { "node", 'N', 0, G_OPTION_ARG_STRING, &options.dest_uname, dest_uname 347 tools/crm_attribute.c { "node-uname", 'U', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_STRING, &options.dest_uname, dest_uname 359 tools/crm_attribute.c g_free(options.dest_uname); dest_uname 362 tools/crm_attribute.c options.dest_uname = g_strdup(hostinfo.nodename); dest_uname 364 tools/crm_attribute.c options.dest_uname = NULL; dest_uname 645 tools/crm_attribute.c } else if (options.dest_uname != NULL) { dest_uname 840 tools/crm_attribute.c const char *target = pcmk__node_attr_target(options.dest_uname); dest_uname 855 tools/crm_attribute.c if (target != (const char *) options.dest_uname) { dest_uname 856 tools/crm_attribute.c g_free(options.dest_uname); dest_uname 857 tools/crm_attribute.c options.dest_uname = g_strdup(target); dest_uname 860 tools/crm_attribute.c } else if (getenv("CIB_file") != NULL && options.dest_uname == NULL) { dest_uname 864 tools/crm_attribute.c if (options.dest_uname == NULL) { dest_uname 874 tools/crm_attribute.c options.dest_uname = g_strdup(node_name); dest_uname 878 tools/crm_attribute.c rc = query_node_uuid(the_cib, options.dest_uname, &options.dest_node, &is_remote_node); dest_uname 884 tools/crm_attribute.c "Could not map name=%s to a UUID", options.dest_uname); dest_uname 932 tools/crm_attribute.c (send_attrd_update(options.command, options.dest_uname, options.attr_name, dest_uname 973 tools/crm_attribute.c g_free(options.dest_uname);