Home | History | Annotate | Download | only in src

Lines Matching refs:errors

398 		errors false
2775 int err, idx = 0, fi_count = 0, errors = 1, hit;
2778 if ((err = snd_config_search(config, "errors", &n)) >= 0) {
2783 errors = snd_config_get_bool_ascii(tmp);
2785 if (errors < 0) {
2786 SNDERR("Invalid bool value in field errors");
2787 return errors;
2843 if (!errors && access(fi[idx].name, R_OK) < 0)