HomeSort by: relevance | last modified time | path
    Searched defs:ELAST (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/compat/linux/common/
linux_errno.c 144 __CTASSERT(__arraycount(native_to_linux_errno) == ELAST + 1);
  /src/external/apache2/llvm/dist/libcxx/include/
errno.h 37 #ifdef ELAST
39 static const int __elast1 = ELAST+1;
40 static const int __elast2 = ELAST+2;
53 #ifdef ELAST
54 #undef ELAST
55 #define ELAST EOWNERDEAD
61 #ifdef ELAST
62 #undef ELAST
63 #define ELAST ENOTRECOVERABLE
70 #ifdef ELAST
    [all...]
  /src/sys/sys/
errno.h 179 #define ELAST 98 /* Must equal largest errno */
  /src/sys/nfs/
nfs_subs.c 232 __CTASSERT(__arraycount(nfsrv_v2errmap) == ELAST);
2019 if (err <= ELAST)

Completed in 43 milliseconds