Home | History | Annotate | Download | only in libsa

Lines Matching refs:ELAST

39 #define	EADAPT	(ELAST+1)	/* bad adaptor */
40 #define ECTLR (ELAST+2) /* bad controller */
41 #define EUNIT (ELAST+3) /* bad drive */
42 #define EPART (ELAST+4) /* bad partition */
43 #define ERDLAB (ELAST+5) /* can't read disk label */
44 #define EUNLAB (ELAST+6) /* unlabeled disk */
45 #define EOFFSET (ELAST+7) /* relative seek not supported */
46 #define ECMD (ELAST+8) /* undefined driver command */
47 #define EBSE (ELAST+9) /* bad sector error */
48 #define EWCK (ELAST+10) /* write check error */
49 #define EECC (ELAST+11) /* uncorrectable ecc error */
50 #define EHER (ELAST+12) /* hard error */
51 #define ESALAST (ELAST+12) /* */