child_active      914 lib/pacemaker/pcmk_sched_clone.c     gboolean child_active = FALSE;
child_active      933 lib/pacemaker/pcmk_sched_clone.c         clone_update_pseudo_status(child_rsc, &stopping, &starting, &child_active);
child_active      947 lib/pacemaker/pcmk_sched_clone.c     if (child_active || child_starting) {
child_active     1327 lib/pengine/bundle.c         gboolean child_active = rsc->fns->active(rsc, all);
child_active     1329 lib/pengine/bundle.c         if (child_active && !all) {
child_active     1331 lib/pengine/bundle.c         } else if (!child_active && all) {
child_active      301 lib/pengine/clone.c         gboolean child_active = child_rsc->fns->active(child_rsc, all);
child_active      303 lib/pengine/clone.c         if (all == FALSE && child_active) {
child_active      305 lib/pengine/clone.c         } else if (all && child_active == FALSE) {
child_active       76 lib/pengine/group.c     bool child_active = child->fns->active(child, FALSE);
child_active       85 lib/pengine/group.c     } else if (!child_filtered && (child_active || show_inactive)) {
child_active       88 lib/pengine/group.c     } else if (parent_passes && (child_active || show_inactive)) {