rule_id            56 lib/pacemaker/pcmk_sched_location.c     const char *rule_id = NULL;
rule_id            76 lib/pacemaker/pcmk_sched_location.c     rule_id = crm_element_value(rule_xml, XML_ATTR_ID);
rule_id            80 lib/pacemaker/pcmk_sched_location.c     crm_trace("Processing rule: %s", rule_id);
rule_id            83 lib/pacemaker/pcmk_sched_location.c         pe_err("Bad role specified for %s: %s", rule_id, role);
rule_id            98 lib/pacemaker/pcmk_sched_location.c     location_rule = pcmk__new_location(rule_id, rsc, 0, discovery, NULL,
rule_id           134 lib/pacemaker/pcmk_sched_location.c             node->weight = get_node_score(rule_id, score, raw_score, node, rsc);
rule_id           153 lib/pacemaker/pcmk_sched_location.c         score_f = get_node_score(rule_id, score, raw_score, node, rsc);
rule_id           190 lib/pacemaker/pcmk_sched_location.c         crm_trace("No matching nodes for rule %s", rule_id);
rule_id           195 lib/pacemaker/pcmk_sched_location.c               rule_id, g_list_length(location_rule->node_list_rh));
rule_id            40 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           106 tools/crm_rule.c crm_rule_check(pe_working_set_t *data_set, const char *rule_id, crm_time_t *effective_date)
rule_id           126 tools/crm_rule.c     xpath = crm_strdup_printf("//rule[@id='%s']", rule_id);
rule_id           131 tools/crm_rule.c         CMD_ERR("No rule found with ID=%s", rule_id);
rule_id           135 tools/crm_rule.c         CMD_ERR("More than one rule with ID=%s found", rule_id);
rule_id           144 tools/crm_rule.c     xpath = crm_strdup_printf("//rule[@id='%s']//date_expression", rule_id);
rule_id           149 tools/crm_rule.c         CMD_ERR("Can't check rule %s because it does not have exactly one date_expression", rule_id);
rule_id           158 tools/crm_rule.c     xpath = crm_strdup_printf("//rule[@id='%s']//date_expression[@operation!='date_spec']", rule_id);
rule_id           167 tools/crm_rule.c                                   rule_id);
rule_id           189 tools/crm_rule.c         printf("Rule %s is still in effect\n", rule_id);
rule_id           192 tools/crm_rule.c         printf("Rule %s satisfies conditions\n", rule_id);
rule_id           194 tools/crm_rule.c         printf("Rule %s is expired\n", rule_id);
rule_id           196 tools/crm_rule.c         printf("Rule %s has not yet taken effect\n", rule_id);
rule_id           198 tools/crm_rule.c         printf("Rule %s does not satisfy conditions\n", rule_id);
rule_id           200 tools/crm_rule.c         printf("Could not determine whether rule %s is expired\n", rule_id);