existing           98 daemons/controld/controld_execd.c         lrmd_event_data_t *existing = iter->data;
existing          100 daemons/controld/controld_execd.c         if ((op->interval_ms == existing->interval_ms)
existing          101 daemons/controld/controld_execd.c             && pcmk__str_eq(op->rsc_id, existing->rsc_id, pcmk__str_none)
existing          102 daemons/controld/controld_execd.c             && pcmk__str_eq(op->op_type, existing->op_type, pcmk__str_casei)) {
existing          105 daemons/controld/controld_execd.c             lrmd_free_event(existing);
existing          662 lib/pacemaker/pcmk_sched_clone.c     bool existing = false;
existing          676 lib/pacemaker/pcmk_sched_clone.c             existing = true; // Keep checking remaining children
existing          688 lib/pacemaker/pcmk_sched_clone.c                     existing = true;
existing          695 lib/pacemaker/pcmk_sched_clone.c     if (!existing && (rsc->children != NULL)) {