did_fail          296 cib/main.c         gboolean did_fail = TRUE;
did_fail          323 cib/main.c         while (did_fail) {
did_fail          324 cib/main.c             did_fail = FALSE;
did_fail          328 cib/main.c                 did_fail = TRUE;
did_fail          331 cib/main.c             if (did_fail == FALSE) {
did_fail          337 cib/main.c                     did_fail = TRUE;
did_fail          340 cib/main.c             if (did_fail == FALSE) {
did_fail          347 cib/main.c                     did_fail = TRUE;
did_fail          351 cib/main.c             if (did_fail) {
did_fail           98 crmd/heartbeat.c             gboolean did_fail = FALSE;
did_fail          105 crmd/heartbeat.c                 did_fail = TRUE;
did_fail          108 crmd/heartbeat.c             if (did_fail == FALSE) {
did_fail          114 crmd/heartbeat.c                     did_fail = TRUE;
did_fail          117 crmd/heartbeat.c             if (did_fail == FALSE) {
did_fail          124 crmd/heartbeat.c                     did_fail = TRUE;
did_fail          128 crmd/heartbeat.c             if (did_fail) {
did_fail           70 pengine/clone.c         if (did_fail(child_rsc)) {
did_fail          207 pengine/clone.c     can1 = did_fail(resource1);
did_fail          208 pengine/clone.c     can2 = did_fail(resource2);
did_fail          471 tools/crm_node.c     gboolean did_fail = FALSE;
did_fail          492 tools/crm_node.c         did_fail = TRUE;
did_fail          495 tools/crm_node.c     if (did_fail == FALSE) {
did_fail          500 tools/crm_node.c             did_fail = TRUE;
did_fail          503 tools/crm_node.c     if (did_fail == FALSE) {
did_fail          510 tools/crm_node.c             did_fail = TRUE;
did_fail          514 tools/crm_node.c     return !did_fail;