attr_value        227 crmd/pengine.c force_local_option(xmlNode *xml, const char *attr_name, const char *attr_value)
attr_value        246 crmd/pengine.c         crm_trace("Forcing %s/%s = %s", ID(match), attr_name, attr_value);
attr_value        247 crmd/pengine.c         crm_xml_add(match, XML_NVPAIR_ATTR_VALUE, attr_value);
attr_value        256 crmd/pengine.c                   CIB_OPTIONS_FIRST, attr_name, attr_name, attr_value);
attr_value        278 crmd/pengine.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        291 include/crm/compatibility.h             const char *attr_id, const char *attr_name, const char *attr_value, gboolean to_console)
attr_value        294 include/crm/compatibility.h                                 attr_id, attr_name, attr_value, to_console, NULL, NULL);
attr_value        309 include/crm/compatibility.h           const char *attr_id, const char *attr_name, char **attr_value, gboolean to_console)
attr_value        312 include/crm/compatibility.h                               attr_id, attr_name, attr_value, to_console, NULL);
attr_value        318 include/crm/compatibility.h             const char *attr_id, const char *attr_name, const char *attr_value, gboolean to_console)
attr_value        321 include/crm/compatibility.h                                 attr_id, attr_name, attr_value, to_console, NULL);
attr_value         27 include/crm/lrmd_alerts_internal.h                               const char *attr_name, const char *attr_value);
attr_value        179 lib/cib/cib_attrs.c                      const char *attr_value, gboolean to_console, const char *user_name,
attr_value        191 lib/cib/cib_attrs.c     CRM_CHECK(attr_value != NULL, return -EINVAL);
attr_value        308 lib/cib/cib_attrs.c     xml_obj = crm_create_nvpair_xml(xml_obj, attr_id, attr_name, attr_value);
attr_value        319 lib/cib/cib_attrs.c                  attr_name, attr_value, section, crm_str(set_name), pcmk_strerror(rc));
attr_value        334 lib/cib/cib_attrs.c                    char **attr_value, gboolean to_console, const char *user_name)
attr_value        338 lib/cib/cib_attrs.c     CRM_ASSERT(attr_value != NULL);
attr_value        342 lib/cib/cib_attrs.c     *attr_value = NULL;
attr_value        345 lib/cib/cib_attrs.c                                    set_name, attr_id, attr_name, to_console, attr_value, user_name);
attr_value        357 lib/cib/cib_attrs.c                      const char *attr_value, gboolean to_console, const char *user_name)
attr_value        376 lib/cib/cib_attrs.c     xml_obj = crm_create_nvpair_xml(NULL, attr_id, attr_name, attr_value);
attr_value        222 lib/lrmd/lrmd_alerts.c                           const char *attr_name, const char *attr_value)
attr_value        234 lib/lrmd/lrmd_alerts.c     params = alert_key2param(params, CRM_alert_attribute_value, attr_value);
attr_value        453 pengine/master.c     const char *attr_value = NULL;
attr_value        458 pengine/master.c         attr_value = pe_node_attribute_calculated(node, attr_name, rsc);
attr_value        461 pengine/master.c     return attr_value;
attr_value        468 pengine/master.c     const char *attr_value = NULL;
attr_value        527 pengine/master.c     attr_value = lookup_master_score(rsc, node, name);
attr_value        529 pengine/master.c                  name, node->details->uname, crm_str(attr_value));
attr_value        531 pengine/master.c     if ((attr_value == NULL) && is_not_set(rsc->flags, pe_rsc_unique)) {
attr_value        538 pengine/master.c             attr_value = lookup_master_score(rsc, node, name);
attr_value        540 pengine/master.c                          name, node->details->uname, crm_str(attr_value));
attr_value        545 pengine/master.c     if (attr_value != NULL) {
attr_value        546 pengine/master.c         score = char2score(attr_value);
attr_value         80 tools/attrd_updater.c                      const char *attr_value, const char *attr_section,
attr_value         92 tools/attrd_updater.c     const char *attr_value = NULL;
attr_value        162 tools/attrd_updater.c                 attr_value = optarg;
attr_value        204 tools/attrd_updater.c         crm_exit(do_update(command, attr_node, attr_name, attr_value,
attr_value        388 tools/attrd_updater.c           const char *attr_value, const char *attr_section,
attr_value        392 tools/attrd_updater.c                                    attr_value, attr_section, attr_set,
attr_value        395 tools/attrd_updater.c         fprintf(stderr, "Could not update %s=%s: %s (%d)\n", attr_name, attr_value, pcmk_strerror(rc), rc);
attr_value         55 tools/crm_attribute.c const char *attr_value = NULL;
attr_value        153 tools/crm_attribute.c                 attr_value = optarg;
attr_value        158 tools/crm_attribute.c                 attr_value = optarg;
attr_value        287 tools/crm_attribute.c                                             attr_value, type, set_name, NULL, NULL,
attr_value        289 tools/crm_attribute.c         crm_info("Update %s=%s sent via attrd", attr_name, command == 'D' ? "<none>" : attr_value);
attr_value        293 tools/crm_attribute.c                                   attr_id, attr_name, attr_value, TRUE, NULL);
attr_value        306 tools/crm_attribute.c         CRM_LOG_ASSERT(attr_value != NULL);
attr_value        309 tools/crm_attribute.c                                   attr_id, attr_name, attr_value, TRUE, NULL, is_remote_node ? "remote" : NULL);
attr_value         90 tools/crm_resource.h                                   const char *attr_name, const char *attr_value,
attr_value        230 tools/crm_resource_runtime.c                               const char *attr_name, const char *attr_value,
attr_value        330 tools/crm_resource_runtime.c     xml_obj = crm_create_nvpair_xml(xml_obj, attr_id, attr_name, attr_value);
attr_value        341 tools/crm_resource_runtime.c                attr_name ? " name=" : "", attr_name ? attr_name : "", attr_value);
attr_value        375 tools/crm_resource_runtime.c                 crm_debug("Setting %s=%s for dependent resource %s", attr_name, attr_value, peer->id);
attr_value        377 tools/crm_resource_runtime.c                                               attr_name, attr_value, recursive,
attr_value         50 tools/crm_ticket.c const char *attr_value = NULL;
attr_value        405 tools/crm_ticket.c get_ticket_state_attr(const char *ticket_id, const char *attr_name, const char **attr_value,
attr_value        410 tools/crm_ticket.c     CRM_ASSERT(attr_value != NULL);
attr_value        411 tools/crm_ticket.c     *attr_value = NULL;
attr_value        418 tools/crm_ticket.c     *attr_value = g_hash_table_lookup(ticket->state, attr_name);
attr_value        419 tools/crm_ticket.c     if (*attr_value == NULL) {
attr_value        776 tools/crm_ticket.c                 if (attr_name && attr_value) {
attr_value        777 tools/crm_ticket.c                     g_hash_table_insert(attr_set, strdup(attr_name), strdup(attr_value));
attr_value        779 tools/crm_ticket.c                     attr_value = NULL;
attr_value        791 tools/crm_ticket.c                 attr_value = optarg;
attr_value        792 tools/crm_ticket.c                 if (attr_name && attr_value) {
attr_value        793 tools/crm_ticket.c                     g_hash_table_insert(attr_set, strdup(attr_name), strdup(attr_value));
attr_value        795 tools/crm_ticket.c                     attr_value = NULL;
attr_value        957 tools/crm_ticket.c         if (attr_value
attr_value        959 tools/crm_ticket.c             CMD_ERR("You need to supply an attribute name with the -S command for -v %s\n", attr_value);
attr_value        965 tools/crm_ticket.c             && (attr_value == NULL || strlen(attr_value) == 0)) {
attr_value        995 tools/crm_ticket.c         if (attr_value == NULL || strlen(attr_value) == 0) {
attr_value        381 tools/fake_transition.c                       const char *attr_value, cib_t * cib, int cib_options)
attr_value        404 tools/fake_transition.c     crm_xml_add(ticket_state_xml, attr_name, attr_value);