active_only       714 pengine/clone.c find_rsc_action(resource_t * rsc, const char *key, gboolean active_only, GListPtr * list)
active_only       722 pengine/clone.c     if (active_only) {
active_only       770 pengine/clone.c     gboolean active_only = TRUE;        /* change to false to get the old behavior */
active_only       785 pengine/clone.c         stop = find_rsc_action(child, key, active_only, NULL);
active_only       789 pengine/clone.c         start = find_rsc_action(child, key, active_only, NULL);