existing          106 daemons/controld/controld_execd.c         lrmd_event_data_t *existing = iter->data;
existing          108 daemons/controld/controld_execd.c         if ((op->interval_ms == existing->interval_ms)
existing          109 daemons/controld/controld_execd.c             && pcmk__str_eq(op->rsc_id, existing->rsc_id, pcmk__str_none)
existing          110 daemons/controld/controld_execd.c             && pcmk__str_eq(op->op_type, existing->op_type, pcmk__str_casei)) {
existing          113 daemons/controld/controld_execd.c             lrmd_free_event(existing);
existing         1152 lib/pacemaker/pcmk_sched_clone.c     bool existing = false;
existing         1163 lib/pacemaker/pcmk_sched_clone.c             existing = true; // Keep checking remaining children
existing         1175 lib/pacemaker/pcmk_sched_clone.c                     existing = true;
existing         1182 lib/pacemaker/pcmk_sched_clone.c     if (!existing && (rsc->children != NULL)) {