find_rsc_op_entry  398 include/crm/pengine/internal.h xmlNode *find_rsc_op_entry(const pe_resource_t *rsc, const char *key);
find_rsc_op_entry 1454 lib/pacemaker/pcmk_sched_actions.c     bool config = (find_rsc_op_entry(rsc, key) != NULL);
find_rsc_op_entry  165 lib/pacemaker/pcmk_sched_recurring.c     if (find_rsc_op_entry(rsc, op->key) == NULL) {