child_active 256 lib/pengine/clone.c gboolean child_active = child_rsc->fns->active(child_rsc, all); child_active 258 lib/pengine/clone.c if (all == FALSE && child_active) { child_active 260 lib/pengine/clone.c } else if (all && child_active == FALSE) { child_active 1117 lib/pengine/container.c gboolean child_active = rsc->fns->active(rsc, all); child_active 1119 lib/pengine/container.c if (child_active && !all) { child_active 1121 lib/pengine/container.c } else if (!child_active && all) { child_active 824 pengine/clone.c gboolean child_active = FALSE; child_active 843 pengine/clone.c clone_update_pseudo_status(child_rsc, &stopping, &starting, &child_active); child_active 857 pengine/clone.c if (child_active || child_starting) {