child_active     1309 lib/pengine/bundle.c         gboolean child_active = rsc->priv->fns->active(rsc, all);
child_active     1311 lib/pengine/bundle.c         if (child_active && !all) {
child_active     1313 lib/pengine/bundle.c         } else if (!child_active && all) {
child_active      448 lib/pengine/clone.c         gboolean child_active = child_rsc->priv->fns->active(child_rsc, all);
child_active      450 lib/pengine/clone.c         if (all == FALSE && child_active) {
child_active      452 lib/pengine/clone.c         } else if (all && child_active == FALSE) {
child_active      163 lib/pengine/group.c     bool child_active = child->priv->fns->active(child, FALSE);
child_active      172 lib/pengine/group.c     } else if (!child_filtered && (child_active || show_inactive)) {
child_active      175 lib/pengine/group.c     } else if (parent_passes && (child_active || show_inactive)) {