Searched refs:pd_errs (Results 1 – 1 of 1) sorted by relevance
252 static char *pd_errs[17] = { "ERR", "INDEX", "ECC", "DRQ", "SEEK", "WRERR", variable291 for (i = 0; i < ARRAY_SIZE(pd_errs); i++) in pd_print_error()293 printk(" %s", pd_errs[i]); in pd_print_error()