dest_uname         38 tools/crm_attribute.c const char *dest_uname = NULL;
dest_uname        300 tools/crm_attribute.c                 dest_uname = strdup(optarg);
dest_uname        364 tools/crm_attribute.c     if (type == NULL && dest_uname != NULL) {
dest_uname        375 tools/crm_attribute.c     if (type == NULL && dest_uname == NULL) {
dest_uname        385 tools/crm_attribute.c         dest_uname = pcmk__node_attr_target(dest_uname);
dest_uname        386 tools/crm_attribute.c         if (dest_uname == NULL) {
dest_uname        387 tools/crm_attribute.c             dest_uname = get_local_node_name();
dest_uname        390 tools/crm_attribute.c         rc = query_node_uuid(the_cib, dest_uname, &dest_node, &is_remote_node);
dest_uname        392 tools/crm_attribute.c             fprintf(stderr, "Could not map name=%s to a UUID\n", dest_uname);
dest_uname        428 tools/crm_attribute.c         && (pcmk__node_attr_request(NULL, command, dest_uname, attr_name,