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         24 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        240 lib/lrmd/lrmd_alerts.c                           const char *attr_name, const char *attr_value)
attr_value        253 lib/lrmd/lrmd_alerts.c                              attr_value);
attr_value        465 lib/pacemaker/pcmk_sched_promotable.c     const char *attr_value = NULL;
attr_value        470 lib/pacemaker/pcmk_sched_promotable.c         attr_value = pe_node_attribute_calculated(node, attr_name, rsc);
attr_value        473 lib/pacemaker/pcmk_sched_promotable.c     return attr_value;
attr_value        480 lib/pacemaker/pcmk_sched_promotable.c     const char *attr_value = NULL;
attr_value        541 lib/pacemaker/pcmk_sched_promotable.c     attr_value = lookup_promotion_score(rsc, node, name);
attr_value        543 lib/pacemaker/pcmk_sched_promotable.c                  name, node->details->uname, crm_str(attr_value));
attr_value        545 lib/pacemaker/pcmk_sched_promotable.c     if ((attr_value == NULL) && !pcmk_is_set(rsc->flags, pe_rsc_unique)) {
attr_value        552 lib/pacemaker/pcmk_sched_promotable.c             attr_value = lookup_promotion_score(rsc, node, name);
attr_value        554 lib/pacemaker/pcmk_sched_promotable.c                          name, node->details->uname, crm_str(attr_value));
attr_value        559 lib/pacemaker/pcmk_sched_promotable.c     if (attr_value != NULL) {
attr_value        560 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        100 tools/crm_resource.h                                   const char *attr_value, gboolean recursive,
attr_value        284 tools/crm_resource_runtime.c                               const char *attr_value, gboolean recursive,
attr_value        375 tools/crm_resource_runtime.c         xml_obj = crm_create_nvpair_xml(xml_obj, attr_id, attr_name, attr_value);
attr_value        388 tools/crm_resource_runtime.c                       attr_name ? " name=" : "", attr_name ? attr_name : "", attr_value);
attr_value        418 tools/crm_resource_runtime.c                     crm_debug("Setting %s=%s for dependent resource %s", attr_name, attr_value, peer->id);
attr_value        420 tools/crm_resource_runtime.c                                                   NULL, attr_name, attr_value, recursive,
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        787 tools/crm_ticket.c                 if (attr_name && attr_value) {
attr_value        788 tools/crm_ticket.c                     g_hash_table_insert(attr_set, strdup(attr_name), strdup(attr_value));
attr_value        790 tools/crm_ticket.c                     attr_value = NULL;
attr_value        802 tools/crm_ticket.c                 attr_value = optarg;
attr_value        803 tools/crm_ticket.c                 if (attr_name && attr_value) {
attr_value        804 tools/crm_ticket.c                     g_hash_table_insert(attr_set, strdup(attr_name), strdup(attr_value));
attr_value        806 tools/crm_ticket.c                     attr_value = NULL;
attr_value        996 tools/crm_ticket.c         if (attr_value
attr_value        998 tools/crm_ticket.c             CMD_ERR("Must supply attribute name with -S for -v %s", attr_value);
attr_value       1004 tools/crm_ticket.c             && (pcmk__str_empty(attr_value))) {
attr_value       1040 tools/crm_ticket.c         if (pcmk__str_empty(attr_value)) {