Lines Matching defs:retry
368 * If retry == B_TRUE look for a scan engine with no errors.
374 vs_eng_get(vs_eng_ctx_t *eng_ctx, boolean_t retry)
385 * retry and only one engine configured, give up
388 ((retry == B_TRUE) && (vs_eng_count <= 1))) {
397 (vs_eng_find_connection(&eidx, &cidx, retry) == -1)) {
398 /* If retry and all configured engines have errors, give up */
399 if (retry && vs_eng_check_errors() == B_TRUE) {
430 if (!retry)
454 /* retry a failed connection once */
532 vs_eng_find_connection(int *eng_idx, int *cxn_idx, boolean_t retry)
539 if ((idx = vs_eng_find_next(retry)) == -1)
577 vs_eng_find_next(boolean_t retry)
584 if (!retry || (vs_engines[i].vse_error == B_FALSE))
592 if (!retry || (vs_engines[i].vse_error == B_FALSE))