ud                493 tools/crm_attribute.c     struct update_data_s *ud = (struct update_data_s *) userdata;
ud                501 tools/crm_attribute.c     return cib__update_node_attr(ud->out, ud->cib, cib_opts, options.type,
ud                505 tools/crm_attribute.c                                  ud->is_remote_node ? "remote" : NULL);
ud                522 tools/crm_attribute.c         struct update_data_s ud = { out, cib, is_remote_node };
ud                532 tools/crm_attribute.c         rc = pcmk__xe_foreach_child(result, NULL, update_attr_on_node, &ud);