child_active 860 lib/pacemaker/pcmk_sched_clone.c gboolean child_active = FALSE; child_active 879 lib/pacemaker/pcmk_sched_clone.c clone_update_pseudo_status(child_rsc, &stopping, &starting, &child_active); child_active 893 lib/pacemaker/pcmk_sched_clone.c if (child_active || child_starting) { child_active 1357 lib/pengine/bundle.c gboolean child_active = rsc->fns->active(rsc, all); child_active 1359 lib/pengine/bundle.c if (child_active && !all) { child_active 1361 lib/pengine/bundle.c } else if (!child_active && all) { child_active 243 lib/pengine/clone.c gboolean child_active = child_rsc->fns->active(child_rsc, all); child_active 245 lib/pengine/clone.c if (all == FALSE && child_active) { child_active 247 lib/pengine/clone.c } else if (all && child_active == FALSE) {