Home
last modified time | relevance | path

Searched refs:ELAST (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/lib/libsa/
H A Dsaerrno.h40 #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)
/openbsd/gnu/llvm/libcxx/include/
H A Derrno.h39 #ifdef ELAST
41 static const int __elast1 = ELAST+1;
55 #ifdef ELAST
56 #undef ELAST
57 #define ELAST EOWNERDEAD macro
63 #ifdef ELAST
64 #undef ELAST
65 #define ELAST ENOTRECOVERABLE macro
72 #ifdef ELAST
73 #undef ELAST
[all …]
/openbsd/gnu/llvm/libcxx/src/include/
H A Dconfig_elast.h22 #if defined(ELAST)
23 #define _LIBCPP_ELAST ELAST
48 #warning ELAST for this platform not yet implemented
/openbsd/sys/dev/pci/drm/include/linux/
H A Derr.h9 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-ELAST)
H A Dxarray.h117 if (v >= -ELAST) in xa_err()
/openbsd/sys/sys/
H A Derrno.h175 #define ELAST 95 /* Must be equal largest errno */ macro
/openbsd/regress/sys/kern/pledge/generic/
H A Dmanager.c289 if (e > 0 && e <= ELAST) in _start_test()