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        349 tools/crm_attribute.c     { "node-uname", 'U', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_STRING, &options.dest_uname,
dest_uname        361 tools/crm_attribute.c     g_free(options.dest_uname);
dest_uname        364 tools/crm_attribute.c         options.dest_uname = g_strdup(hostinfo.nodename);
dest_uname        366 tools/crm_attribute.c         options.dest_uname = NULL;
dest_uname        647 tools/crm_attribute.c         } else if (options.dest_uname != NULL) {
dest_uname        843 tools/crm_attribute.c         const char *target = pcmk__node_attr_target(options.dest_uname);
dest_uname        858 tools/crm_attribute.c             if (target != (const char *) options.dest_uname) {
dest_uname        859 tools/crm_attribute.c                 g_free(options.dest_uname);
dest_uname        860 tools/crm_attribute.c                 options.dest_uname = g_strdup(target);
dest_uname        863 tools/crm_attribute.c         } else if (getenv("CIB_file") != NULL && options.dest_uname == NULL) {
dest_uname        867 tools/crm_attribute.c         if (options.dest_uname == NULL) {
dest_uname        877 tools/crm_attribute.c             options.dest_uname = g_strdup(node_name);
dest_uname        881 tools/crm_attribute.c         rc = query_node_uuid(the_cib, options.dest_uname, &options.dest_node, &is_remote_node);
dest_uname        887 tools/crm_attribute.c                         "Could not map name=%s to a UUID", options.dest_uname);
dest_uname        935 tools/crm_attribute.c         (send_attrd_update(options.command, options.dest_uname, options.attr_name,
dest_uname        976 tools/crm_attribute.c     g_free(options.dest_uname);