Searched refs:ELAST (Results 1 – 7 of 7) sorted by relevance
40 #define EADAPT (ELAST+1) /* bad adaptor */41 #define ECTLR (ELAST+2) /* bad controller */42 #define EUNIT (ELAST+3) /* bad drive */43 #define EPART (ELAST+4) /* bad partition */44 #define ERDLAB (ELAST+5) /* can't read disk label */45 #define EOFFSET (ELAST+6) /* relative seek not supported */46 #define EBSE (ELAST+7) /* bad sector error */47 #define EECC (ELAST+8) /* uncorrectable ecc error */48 #define EHER (ELAST+9) /* hard error */49 #define ESALAST (ELAST+9)
39 #ifdef ELAST41 static const int __elast1 = ELAST+1;55 #ifdef ELAST56 #undef ELAST57 #define ELAST EOWNERDEAD macro63 #ifdef ELAST64 #undef ELAST65 #define ELAST ENOTRECOVERABLE macro72 #ifdef ELAST73 #undef ELAST[all …]
22 #if defined(ELAST)23 #define _LIBCPP_ELAST ELAST48 #warning ELAST for this platform not yet implemented
9 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-ELAST)
117 if (v >= -ELAST) in xa_err()
175 #define ELAST 95 /* Must be equal largest errno */ macro
289 if (e > 0 && e <= ELAST) in _start_test()