Searched refs:ELAST (Results 1 – 13 of 13) sorted by relevance
39 # ifdef ELAST41 static const int __elast1 = ELAST + 1;42 static const int __elast2 = ELAST + 2;55 # ifdef ELAST56 # undef ELAST57 # define ELAST EOWNERDEAD macro 63 # ifdef ELAST64 # undef ELAST65 # define ELAST ENOTRECOVERABLE macro 72 # ifdef ELAST74 #define ELAST global() macro [all...]
22 #if defined(ELAST)23 # define _LIBCPP_ELAST ELAST46 # warning ELAST for this platform not yet implemented
75 #define EADAPT (ELAST+1) /* bad adaptor */76 #define ECTLR (ELAST+2) /* bad controller */77 #define EUNIT (ELAST+3) /* bad unit */78 #define ESLICE (ELAST+4) /* bad slice */79 #define EPART (ELAST+5) /* bad partition */80 #define ERDLAB (ELAST+6) /* can't read disk label */81 #define EUNLAB (ELAST+7) /* unlabeled disk */82 #define EOFFSET (ELAST+8) /* relative seek not supported */83 #define ESALAST (ELAST+8) /* */
42 #define EOFFSET (ELAST+8) /* relative seek not supported */
14 KASSERT(error >= 0 && error <= ELAST, in bsd_to_linux_errno()
39 static const int linux_errtbl[ELAST + 1] = {159 _Static_assert(ELAST == 97,
81 if (error >= 0 && error <= ELAST) in sysdecode_freebsd_to_abi_errno()
217 const int sys_nerr = ELAST + 1;
184 #define ELAST 97 /* Must be equal largest errno */ macro
228 inline int ELAST = 97; variable229 #pragma D binding "1.0" ELAST
147 ENTRY(ELAST),
86 sret = strerror(ELAST); in ATF_TC_BODY()
517 if (ohead.error < 0 || ohead.error > ELAST) { in fuse_device_write()