attempts          559 attrd/legacy.c     static int attempts = 1;
attempts          571 attrd/legacy.c         if (attempts < max_retry) {
attempts          572 attrd/legacy.c             crm_debug("CIB signon attempt %d", attempts);
attempts          576 attrd/legacy.c         if (rc != pcmk_ok && attempts > max_retry) {
attempts          581 attrd/legacy.c             attempts++;
attempts          586 attrd/legacy.c     crm_info("Connected to the CIB after %d signon attempts", attempts);
attempts          169 attrd/main.c       static int attempts = 0;
attempts          179 attrd/main.c           if(attempts > 0) {
attempts          180 attrd/main.c               sleep(attempts);
attempts          183 attrd/main.c           attempts++;
attempts          184 attrd/main.c           crm_debug("CIB signon attempt %d", attempts);
attempts          187 attrd/main.c       } while(rc != pcmk_ok && attempts < max_retry);
attempts          194 attrd/main.c       crm_debug("Connected to the CIB after %d attempts", attempts);
attempts           72 cib/cibmon.c       int attempts = 0;
attempts          145 cib/cibmon.c       } while (exit_code == -ENOTCONN && attempts++ < max_failures);