dest_uname         95 tools/crm_attribute.c     gchar *dest_uname;
dest_uname        230 tools/crm_attribute.c     { "node", 'N', 0, G_OPTION_ARG_STRING, &options.dest_uname,
dest_uname        275 tools/crm_attribute.c     { "node-uname", 'U', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_STRING, &options.dest_uname,
dest_uname        314 tools/crm_attribute.c     pcmk__str_update(&options.dest_uname, reply->data.node_info.uname);
dest_uname        322 tools/crm_attribute.c     g_free(options.dest_uname);
dest_uname        328 tools/crm_attribute.c     options.dest_uname = g_strdup(hostname);
dest_uname        611 tools/crm_attribute.c         const char *dest_uname = options.dest_uname;
dest_uname        614 tools/crm_attribute.c                      dest_uname);
dest_uname        646 tools/crm_attribute.c         } else if (options.dest_uname != NULL) {
dest_uname        818 tools/crm_attribute.c         const char *target = pcmk__node_attr_target(options.dest_uname);
dest_uname        821 tools/crm_attribute.c             g_free(options.dest_uname);
dest_uname        822 tools/crm_attribute.c             options.dest_uname = g_strdup(target);
dest_uname        823 tools/crm_attribute.c         } else if (getenv("CIB_file") != NULL && options.dest_uname == NULL) {
dest_uname        827 tools/crm_attribute.c         if (options.dest_uname == NULL) {
dest_uname        844 tools/crm_attribute.c         rc = query_node_uuid(the_cib, options.dest_uname, &options.dest_node, &is_remote_node);
dest_uname        850 tools/crm_attribute.c                         "Could not map name=%s to a UUID", options.dest_uname);
dest_uname        880 tools/crm_attribute.c         (send_attrd_update(options.command, options.dest_uname, options.attr_name,
dest_uname        915 tools/crm_attribute.c     g_free(options.dest_uname);