Searched refs:ELAST (Results 1 – 2 of 2) sorted by relevance
86 #define EADAPT (ELAST+1) /* bad adaptor */87 #define ECTLR (ELAST+2) /* bad controller */88 #define EUNIT (ELAST+3) /* bad unit */89 #define ESLICE (ELAST+4) /* bad slice */90 #define EPART (ELAST+5) /* bad partition */91 #define ERDLAB (ELAST+6) /* can't read disk label */92 #define EUNLAB (ELAST+7) /* unlabeled disk */93 #define EOFFSET (ELAST+8) /* relative seek not supported */94 #define ESALAST (ELAST+8) /* */
184 #define ELAST 96 /* Must be equal largest errno */ macro