attr_value        361 daemons/controld/controld_schedulerd.c force_local_option(xmlNode *xml, const char *attr_name, const char *attr_value)
attr_value        377 daemons/controld/controld_schedulerd.c         crm_trace("Forcing %s/%s = %s", ID(match), attr_name, attr_value);
attr_value        378 daemons/controld/controld_schedulerd.c         crm_xml_add(match, XML_NVPAIR_ATTR_VALUE, attr_value);
attr_value        387 daemons/controld/controld_schedulerd.c                   CIB_OPTIONS_FIRST, attr_name, attr_name, attr_value);
attr_value        412 daemons/controld/controld_schedulerd.c         crm_xml_add(xml, XML_NVPAIR_ATTR_VALUE, attr_value);
attr_value         36 include/crm/cib/util.h                          const char *attr_value, gboolean to_console,
attr_value         49 include/crm/cib/util.h                        char **attr_value, gboolean to_console, const char *user_name);
attr_value         55 include/crm/cib/util.h                          const char *attr_value, gboolean to_console, const char *user_name);
attr_value         26 include/crm/lrmd_internal.h                               const char *attr_name, const char *attr_value);
attr_value        172 lib/cib/cib_attrs.c                      const char *attr_value, gboolean to_console, const char *user_name,
attr_value        184 lib/cib/cib_attrs.c     CRM_CHECK(attr_value != NULL, return -EINVAL);
attr_value        303 lib/cib/cib_attrs.c     xml_obj = crm_create_nvpair_xml(xml_obj, attr_id, attr_name, attr_value);
attr_value        314 lib/cib/cib_attrs.c                  attr_name, attr_value, section, crm_str(set_name), pcmk_strerror(rc));
attr_value        329 lib/cib/cib_attrs.c                    char **attr_value, gboolean to_console, const char *user_name)
attr_value        333 lib/cib/cib_attrs.c     CRM_ASSERT(attr_value != NULL);
attr_value        337 lib/cib/cib_attrs.c     *attr_value = NULL;
attr_value        340 lib/cib/cib_attrs.c                                    set_name, attr_id, attr_name, to_console, attr_value, user_name);
attr_value        352 lib/cib/cib_attrs.c                      const char *attr_value, gboolean to_console, const char *user_name)
attr_value        371 lib/cib/cib_attrs.c     xml_obj = crm_create_nvpair_xml(NULL, attr_id, attr_name, attr_value);
attr_value        239 lib/lrmd/lrmd_alerts.c                           const char *attr_name, const char *attr_value)
attr_value        252 lib/lrmd/lrmd_alerts.c                              attr_value);
attr_value        475 lib/pacemaker/pcmk_sched_promotable.c     const char *attr_value = NULL;
attr_value        480 lib/pacemaker/pcmk_sched_promotable.c         attr_value = pe_node_attribute_calculated(node, attr_name, rsc);
attr_value        483 lib/pacemaker/pcmk_sched_promotable.c     return attr_value;
attr_value        490 lib/pacemaker/pcmk_sched_promotable.c     const char *attr_value = NULL;
attr_value        551 lib/pacemaker/pcmk_sched_promotable.c     attr_value = lookup_promotion_score(rsc, node, name);
attr_value        553 lib/pacemaker/pcmk_sched_promotable.c                  name, node->details->uname, crm_str(attr_value));
attr_value        555 lib/pacemaker/pcmk_sched_promotable.c     if ((attr_value == NULL) && !pcmk_is_set(rsc->flags, pe_rsc_unique)) {
attr_value        562 lib/pacemaker/pcmk_sched_promotable.c             attr_value = lookup_promotion_score(rsc, node, name);
attr_value        564 lib/pacemaker/pcmk_sched_promotable.c                          name, node->details->uname, crm_str(attr_value));
attr_value        569 lib/pacemaker/pcmk_sched_promotable.c     if (attr_value != NULL) {
attr_value        570 lib/pacemaker/pcmk_sched_promotable.c         score = char2score(attr_value);
attr_value        357 lib/pacemaker/pcmk_sched_transition.c                       const char *attr_value, cib_t * cib, int cib_options)
attr_value        380 lib/pacemaker/pcmk_sched_transition.c     crm_xml_add(ticket_state_xml, attr_name, attr_value);
attr_value        148 tools/attrd_updater.c                      const char *attr_value, const char *attr_section,
attr_value        178 tools/attrd_updater.c     const char *attr_value = NULL;
attr_value        241 tools/attrd_updater.c                 attr_value = optarg;
attr_value        275 tools/attrd_updater.c                                             attr_name, attr_value,
attr_value        465 tools/attrd_updater.c           const char *attr_value, const char *attr_section,
attr_value        469 tools/attrd_updater.c                                      attr_value, attr_section, attr_set,
attr_value        473 tools/attrd_updater.c                 attr_name, attr_value, pcmk_rc_str(rc), rc);
attr_value         48 tools/crm_attribute.c     char *attr_value;
attr_value         69 tools/crm_attribute.c     if (options.attr_value) {
attr_value         70 tools/crm_attribute.c         free(options.attr_value);
attr_value         73 tools/crm_attribute.c     options.attr_value = NULL;
attr_value        102 tools/crm_attribute.c     if (options.attr_value) {
attr_value        103 tools/crm_attribute.c         free(options.attr_value);
attr_value        106 tools/crm_attribute.c     options.attr_value = strdup(optarg);
attr_value        130 tools/crm_attribute.c     if (options.attr_value) {
attr_value        131 tools/crm_attribute.c         free(options.attr_value);
attr_value        134 tools/crm_attribute.c     options.attr_value = NULL;
attr_value        438 tools/crm_attribute.c                                     options.attr_value, options.type, options.set_name, NULL, NULL,
attr_value        441 tools/crm_attribute.c                  options.attr_name, ((options.command == 'D')? "<none>" : options.attr_value));
attr_value        445 tools/crm_attribute.c                                   options.attr_id, options.attr_name, options.attr_value, TRUE, NULL);
attr_value        458 tools/crm_attribute.c         CRM_LOG_ASSERT(options.attr_value != NULL);
attr_value        461 tools/crm_attribute.c                                   options.attr_id, options.attr_name, options.attr_value, TRUE, NULL, is_remote_node ? "remote" : NULL);
attr_value        511 tools/crm_attribute.c     free(options.attr_value);
attr_value         99 tools/crm_resource.h                                   const char *attr_value, gboolean recursive,
attr_value        285 tools/crm_resource_runtime.c                               const char *attr_value, gboolean recursive,
attr_value        376 tools/crm_resource_runtime.c         xml_obj = crm_create_nvpair_xml(xml_obj, attr_id, attr_name, attr_value);
attr_value        389 tools/crm_resource_runtime.c                       attr_name ? " name=" : "", attr_name ? attr_name : "", attr_value);
attr_value        417 tools/crm_resource_runtime.c                               attr_name, attr_value, cons->dependent->id);
attr_value        421 tools/crm_resource_runtime.c                                                   attr_name, attr_value,
attr_value         40 tools/crm_ticket.c const char *attr_value = NULL;
attr_value        268 tools/crm_ticket.c get_ticket_state_attr(const char *ticket_id, const char *attr_name, const char **attr_value,
attr_value        273 tools/crm_ticket.c     CRM_ASSERT(attr_value != NULL);
attr_value        274 tools/crm_ticket.c     *attr_value = NULL;
attr_value        281 tools/crm_ticket.c     *attr_value = g_hash_table_lookup(ticket->state, attr_name);
attr_value        282 tools/crm_ticket.c     if (*attr_value == NULL) {
attr_value        786 tools/crm_ticket.c                 if (attr_name && attr_value) {
attr_value        787 tools/crm_ticket.c                     g_hash_table_insert(attr_set, strdup(attr_name), strdup(attr_value));
attr_value        789 tools/crm_ticket.c                     attr_value = NULL;
attr_value        801 tools/crm_ticket.c                 attr_value = optarg;
attr_value        802 tools/crm_ticket.c                 if (attr_name && attr_value) {
attr_value        803 tools/crm_ticket.c                     g_hash_table_insert(attr_set, strdup(attr_name), strdup(attr_value));
attr_value        805 tools/crm_ticket.c                     attr_value = NULL;
attr_value        994 tools/crm_ticket.c         if (attr_value
attr_value        996 tools/crm_ticket.c             CMD_ERR("Must supply attribute name with -S for -v %s", attr_value);
attr_value       1002 tools/crm_ticket.c             && (pcmk__str_empty(attr_value))) {
attr_value       1038 tools/crm_ticket.c         if (pcmk__str_empty(attr_value)) {