rsc_agent          64 include/crm/common/rules.h     const char *rsc_agent;      //!< Resource agent that rule applies to
rsc_agent        1235 lib/common/rules.c         && !pcmk__str_eq(type, rule_input->rsc_agent, pcmk__str_none)) {
rsc_agent        1238 lib/common/rules.c                   id, pcmk__s(rule_input->rsc_agent, ""), type);
rsc_agent          26 lib/common/tests/rules/pcmk__evaluate_condition_test.c     .rsc_agent = "IPaddr2",
rsc_agent          28 lib/common/tests/rules/pcmk__evaluate_rsc_expression_test.c     .rsc_agent = "IPaddr2",
rsc_agent         163 lib/common/tests/rules/pcmk__evaluate_rsc_expression_test.c     rule_input.rsc_agent = NULL;
rsc_agent         166 lib/common/tests/rules/pcmk__evaluate_rsc_expression_test.c     rule_input.rsc_agent = "IPaddr2";
rsc_agent          26 lib/common/tests/rules/pcmk_evaluate_rule_test.c     .rsc_agent = "IPaddr2",
rsc_agent          48 lib/pengine/rules.c         new->rsc_agent = old->rsc_data->agent;