set 99 attrd/commands.c free(a->set); set 112 attrd/commands.c xmlNode *parent, const char *name, const char *set, const char *uuid, unsigned int timeout_ms, const char *user, set 118 attrd/commands.c crm_xml_add(xml, F_ATTRD_SET, set); set 138 attrd/commands.c a->set = crm_element_value_copy(xml, F_ATTRD_SET); set 648 attrd/commands.c build_attribute_xml(sync, a->id, a->set, a->uuid, a->timeout_ms, a->user, a->is_private, set 832 attrd/commands.c build_attribute_xml(sync, attr, a->set, a->uuid, a->timeout_ms, a->user, set 1009 attrd/commands.c const char *set = NULL; set 1019 attrd/commands.c if (a->set) { set 1020 attrd/commands.c crm_xml_set_id(xml_obj, "%s", a->set); set 1024 attrd/commands.c set = ID(xml_obj); set 1030 attrd/commands.c crm_xml_set_id(xml_obj, "%s-%s", set, a->id); set 1182 attrd/commands.c a->id, (a->uuid? a->uuid : "<n/a>"), a->set); set 1191 attrd/commands.c a->update, cib_updates, a->id, (a->uuid? a->uuid : "<n/a>"), a->set); set 24 attrd/internal.h char *set; set 67 attrd/legacy.c char *set; set 96 attrd/legacy.c free(entry->set); set 196 attrd/legacy.c free(hash_entry->set); set 197 attrd/legacy.c hash_entry->set = strdup(value); set 840 attrd/legacy.c hash_entry->set, hash_entry->uuid, hash_entry->id, NULL, FALSE, set 846 attrd/legacy.c hash_entry->uuid ? hash_entry->uuid : "<n/a>", hash_entry->set, set 853 attrd/legacy.c hash_entry->set, hash_entry->section, pcmk_strerror(rc), rc); set 858 attrd/legacy.c hash_entry->uuid ? hash_entry->uuid : "<n/a>", hash_entry->set, set 864 attrd/legacy.c attrd_uuid, NULL, hash_entry->set, hash_entry->uuid, set 1215 attrd/legacy.c crm_xml_add(msg, F_ATTRD_SET, hash_entry->set); set 31 include/crm/attrd.h const char *set, const char *dampen, const char *user_name, int options); set 265 include/crm/compatibility.h const char *value, const char *section, const char *set, const char *dampen) set 267 include/crm/compatibility.h return attrd_update_delegate(cluster, command, host, name, value, section, set, dampen, set 273 include/crm/compatibility.h const char *value, const char *section, const char *set, const char *dampen) set 275 include/crm/compatibility.h return attrd_update_delegate(NULL, command, host, name, value, section, set, dampen, NULL, attrd_opt_none) > 0; set 281 include/crm/compatibility.h const char *set, const char *dampen) set 283 include/crm/compatibility.h return attrd_update_delegate(NULL, command, host, name, value, section, set, dampen, NULL, attrd_opt_none) > 0; set 137 lib/common/attrd_client.c const char *set, const char *dampen, set 205 lib/common/attrd_client.c crm_xml_add(update, F_ATTRD_SET, set); set 439 lrmd/main.c sigset_t set; set 445 lrmd/main.c sigfillset(&set); set 446 lrmd/main.c sigprocmask(SIG_BLOCK, &set, 0); set 451 lrmd/main.c sigprocmask(SIG_UNBLOCK, &set, NULL); set 501 lrmd/main.c sigwait(&set, &sig); set 453 pengine/constraints.c xmlNode *set = NULL; set 467 pengine/constraints.c for (set = __xml_first_child(new_xml); set != NULL; set = __xml_next_element(set)) { set 472 pengine/constraints.c if (safe_str_neq((const char *)set->name, XML_CONS_TAG_RSC_SET)) { set 476 pengine/constraints.c for (xml_rsc = __xml_first_child(set); xml_rsc != NULL; xml_rsc = __xml_next_element(xml_rsc)) { set 523 pengine/constraints.c new_rsc_ref = xmlNewDocRawNode(getDocPtr(set), NULL, set 883 pengine/constraints.c unpack_location_set(xmlNode * location, xmlNode * set, pe_working_set_t * data_set) set 891 pengine/constraints.c if (set == NULL) { set 896 pengine/constraints.c set_id = ID(set); set 902 pengine/constraints.c role = crm_element_value(set, "role"); set 903 pengine/constraints.c local_score = crm_element_value(set, XML_RULE_ATTR_SCORE); set 905 pengine/constraints.c for (xml_rsc = __xml_first_child(set); xml_rsc != NULL; xml_rsc = __xml_next_element(xml_rsc)) { set 918 pengine/constraints.c xmlNode *set = NULL; set 933 pengine/constraints.c for (set = __xml_first_child(xml_obj); set != NULL; set = __xml_next_element(set)) { set 934 pengine/constraints.c if (crm_str_eq((const char *)set->name, XML_CONS_TAG_RSC_SET, TRUE)) { set 936 pengine/constraints.c set = expand_idref(set, data_set->input); set 937 pengine/constraints.c if (unpack_location_set(xml_obj, set, data_set) == FALSE) { set 1568 pengine/constraints.c unpack_order_set(xmlNode * set, enum pe_order_kind kind, resource_t ** rsc, set 1584 pengine/constraints.c const char *id = ID(set); set 1585 pengine/constraints.c const char *action = crm_element_value(set, "action"); set 1586 pengine/constraints.c const char *sequential_s = crm_element_value(set, "sequential"); set 1587 pengine/constraints.c const char *kind_s = crm_element_value(set, XML_ORDER_ATTR_KIND); set 1600 pengine/constraints.c local_kind = get_ordering_type(set); set 1613 pengine/constraints.c for (xml_rsc = __xml_first_child(set); xml_rsc != NULL; xml_rsc = __xml_next_element(xml_rsc)) { set 2041 pengine/constraints.c xmlNode *set = NULL; set 2076 pengine/constraints.c for (set = __xml_first_child(xml_obj); set != NULL; set = __xml_next_element(set)) { set 2077 pengine/constraints.c if (crm_str_eq((const char *)set->name, XML_CONS_TAG_RSC_SET, TRUE)) { set 2079 pengine/constraints.c set = expand_idref(set, data_set->input); set 2080 pengine/constraints.c if (unpack_order_set(set, kind, &rsc, &set_begin, &set_end, set 2122 pengine/constraints.c if (order_rsc_sets(id, last, set, kind, data_set, FALSE, invert_bool) == FALSE) { set 2127 pengine/constraints.c && order_rsc_sets(id, set, last, kind, data_set, TRUE, invert_bool) == FALSE) { set 2132 pengine/constraints.c last = set; set 2156 pengine/constraints.c unpack_colocation_set(xmlNode * set, int score, pe_working_set_t * data_set) set 2161 pengine/constraints.c const char *set_id = ID(set); set 2162 pengine/constraints.c const char *role = crm_element_value(set, "role"); set 2163 pengine/constraints.c const char *sequential = crm_element_value(set, "sequential"); set 2164 pengine/constraints.c const char *ordering = crm_element_value(set, "ordering"); set 2167 pengine/constraints.c const char *score_s = crm_element_value(set, XML_RULE_ATTR_SCORE); set 2181 pengine/constraints.c for (xml_rsc = __xml_first_child(set); xml_rsc != NULL; xml_rsc = __xml_next_element(xml_rsc)) { set 2195 pengine/constraints.c for (xml_rsc = __xml_first_child(set); xml_rsc != NULL; xml_rsc = __xml_next_element(xml_rsc)) { set 2214 pengine/constraints.c for (xml_rsc = __xml_first_child(set); xml_rsc != NULL; xml_rsc = __xml_next_element(xml_rsc)) { set 2220 pengine/constraints.c for (xml_rsc_with = __xml_first_child(set); xml_rsc_with != NULL; set 2514 pengine/constraints.c xmlNode *set = NULL; set 2539 pengine/constraints.c for (set = __xml_first_child(xml_obj); set != NULL; set = __xml_next_element(set)) { set 2540 pengine/constraints.c if (crm_str_eq((const char *)set->name, XML_CONS_TAG_RSC_SET, TRUE)) { set 2542 pengine/constraints.c set = expand_idref(set, data_set->input); set 2543 pengine/constraints.c if (unpack_colocation_set(set, score_i, data_set) == FALSE) { set 2546 pengine/constraints.c } else if (last && colocate_rsc_sets(id, last, set, score_i, data_set) == FALSE) { set 2549 pengine/constraints.c last = set; set 2653 pengine/constraints.c unpack_rsc_ticket_set(xmlNode * set, ticket_t * ticket, const char *loss_policy, set 2661 pengine/constraints.c CRM_CHECK(set != NULL, return FALSE); set 2664 pengine/constraints.c set_id = ID(set); set 2670 pengine/constraints.c role = crm_element_value(set, "role"); set 2672 pengine/constraints.c for (xml_rsc = first_named_child(set, XML_TAG_RESOURCE_REF); set 2835 pengine/constraints.c xmlNode *set = NULL; set 2887 pengine/constraints.c for (set = __xml_first_child(xml_obj); set != NULL; set = __xml_next_element(set)) { set 2888 pengine/constraints.c if (crm_str_eq((const char *)set->name, XML_CONS_TAG_RSC_SET, TRUE)) { set 2890 pengine/constraints.c set = expand_idref(set, data_set->input); set 2891 pengine/constraints.c if (unpack_rsc_ticket_set(set, ticket, loss_policy, data_set) == FALSE) { set 1703 pengine/graph.c xmlNode *set = NULL; set 1715 pengine/graph.c set = create_xml_node(syn, "action_set"); set 1732 pengine/graph.c add_node_nocopy(set, crm_element_name(xml_action), xml_action);