rule_id 1073 lib/pacemaker/pcmk_sched_constraints.c const char *rule_id = NULL; rule_id 1089 lib/pacemaker/pcmk_sched_constraints.c rule_id = crm_element_value(rule_xml, XML_ATTR_ID); rule_id 1093 lib/pacemaker/pcmk_sched_constraints.c crm_trace("Processing rule: %s", rule_id); rule_id 1096 lib/pacemaker/pcmk_sched_constraints.c pe_err("Bad role specified for %s: %s", rule_id, role); rule_id 1111 lib/pacemaker/pcmk_sched_constraints.c location_rule = rsc2node_new(rule_id, rsc, 0, discovery, NULL, data_set); rule_id 1145 lib/pacemaker/pcmk_sched_constraints.c node->weight = get_node_score(rule_id, score, raw_score, node, rsc); rule_id 1159 lib/pacemaker/pcmk_sched_constraints.c score_f = get_node_score(rule_id, score, raw_score, node, rsc); rule_id 1198 lib/pacemaker/pcmk_sched_constraints.c crm_trace("No matching nodes for rule %s", rule_id); rule_id 1202 lib/pacemaker/pcmk_sched_constraints.c crm_trace("%s: %d nodes matched", rule_id, g_list_length(location_rule->node_list_rh)); rule_id 38 tools/crm_rule.c static int crm_rule_check(pe_working_set_t *data_set, const char *rule_id, crm_time_t *effective_date); rule_id 79 tools/crm_rule.c crm_rule_check(pe_working_set_t *data_set, const char *rule_id, crm_time_t *effective_date) rule_id 99 tools/crm_rule.c xpath = crm_strdup_printf("//rule[@id='%s']", rule_id); rule_id 104 tools/crm_rule.c CMD_ERR("No rule found with ID=%s", rule_id); rule_id 108 tools/crm_rule.c CMD_ERR("More than one rule with ID=%s found", rule_id); rule_id 117 tools/crm_rule.c xpath = crm_strdup_printf("//rule[@id='%s']//date_expression", rule_id); rule_id 122 tools/crm_rule.c CMD_ERR("Can't check rule %s because it does not have exactly one date_expression", rule_id); rule_id 131 tools/crm_rule.c xpath = crm_strdup_printf("//rule[@id='%s']//date_expression[@operation!='date_spec']", rule_id); rule_id 140 tools/crm_rule.c rule_id); rule_id 162 tools/crm_rule.c printf("Rule %s is still in effect\n", rule_id); rule_id 165 tools/crm_rule.c printf("Rule %s satisfies conditions\n", rule_id); rule_id 167 tools/crm_rule.c printf("Rule %s is expired\n", rule_id); rule_id 169 tools/crm_rule.c printf("Rule %s has not yet taken effect\n", rule_id); rule_id 171 tools/crm_rule.c printf("Rule %s does not satisfy conditions\n", rule_id); rule_id 173 tools/crm_rule.c printf("Could not determine whether rule %s is expired\n", rule_id);