Searched refs:ELAST (Results 1 – 3 of 3) sorted by relevance
80 #define EADAPT (ELAST+1) /* bad adaptor */81 #define ECTLR (ELAST+2) /* bad controller */82 #define EUNIT (ELAST+3) /* bad unit */83 #define ESLICE (ELAST+4) /* bad slice */84 #define EPART (ELAST+5) /* bad partition */85 #define ERDLAB (ELAST+6) /* can't read disk label */86 #define EUNLAB (ELAST+7) /* unlabeled disk */87 #define EOFFSET (ELAST+8) /* relative seek not supported */88 #define ESALAST (ELAST+8) /* */
206 #define ELAST 99 /* Must be equal largest errno */ macro
190 static u_char nfsrv_v2errmap[ELAST] = {1498 if (err <= ELAST) in nfsrv_errmap()