rule_id          1069 lib/pacemaker/pcmk_sched_constraints.c     const char *rule_id = NULL;
rule_id          1085 lib/pacemaker/pcmk_sched_constraints.c     rule_id = crm_element_value(rule_xml, XML_ATTR_ID);
rule_id          1089 lib/pacemaker/pcmk_sched_constraints.c     crm_trace("Processing rule: %s", rule_id);
rule_id          1092 lib/pacemaker/pcmk_sched_constraints.c         pe_err("Bad role specified for %s: %s", rule_id, role);
rule_id          1107 lib/pacemaker/pcmk_sched_constraints.c     location_rule = rsc2node_new(rule_id, rsc, 0, discovery, NULL, data_set);
rule_id          1142 lib/pacemaker/pcmk_sched_constraints.c             node->weight = get_node_score(rule_id, score, raw_score, node, rsc);
rule_id          1161 lib/pacemaker/pcmk_sched_constraints.c         score_f = get_node_score(rule_id, score, raw_score, node, rsc);
rule_id          1200 lib/pacemaker/pcmk_sched_constraints.c         crm_trace("No matching nodes for rule %s", rule_id);
rule_id          1204 lib/pacemaker/pcmk_sched_constraints.c     crm_trace("%s: %d nodes matched", rule_id, g_list_length(location_rule->node_list_rh));
rule_id            39 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           105 tools/crm_rule.c crm_rule_check(pe_working_set_t *data_set, const char *rule_id, crm_time_t *effective_date)
rule_id           125 tools/crm_rule.c     xpath = crm_strdup_printf("//rule[@id='%s']", rule_id);
rule_id           130 tools/crm_rule.c         CMD_ERR("No rule found with ID=%s", rule_id);
rule_id           134 tools/crm_rule.c         CMD_ERR("More than one rule with ID=%s found", rule_id);
rule_id           143 tools/crm_rule.c     xpath = crm_strdup_printf("//rule[@id='%s']//date_expression", rule_id);
rule_id           148 tools/crm_rule.c         CMD_ERR("Can't check rule %s because it does not have exactly one date_expression", rule_id);
rule_id           157 tools/crm_rule.c     xpath = crm_strdup_printf("//rule[@id='%s']//date_expression[@operation!='date_spec']", rule_id);
rule_id           166 tools/crm_rule.c                                   rule_id);
rule_id           188 tools/crm_rule.c         printf("Rule %s is still in effect\n", rule_id);
rule_id           191 tools/crm_rule.c         printf("Rule %s satisfies conditions\n", rule_id);
rule_id           193 tools/crm_rule.c         printf("Rule %s is expired\n", rule_id);
rule_id           195 tools/crm_rule.c         printf("Rule %s has not yet taken effect\n", rule_id);
rule_id           197 tools/crm_rule.c         printf("Rule %s does not satisfy conditions\n", rule_id);
rule_id           199 tools/crm_rule.c         printf("Could not determine whether rule %s is expired\n", rule_id);