Home
last modified time | relevance | path

Searched refs:EBADR (Results 1 – 19 of 19) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/functional/threads/include/
Dtest.h17 #define ENOTRECOVERABLE EBADR
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h33 #define EBADR 53 /* Invalid request descriptor */ macro
/external/strace/tests-mx32/
Derrno2name.c80 #ifdef EBADR in errno2name()
81 CASE(EBADR); in errno2name()
/external/strace/tests-m32/
Derrno2name.c80 #ifdef EBADR in errno2name()
81 CASE(EBADR); in errno2name()
/external/strace/tests/
Derrno2name.c80 #ifdef EBADR in errno2name()
81 CASE(EBADR); in errno2name()
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h30 #define EBADR 51 /* Invalid request descriptor */ macro
/external/toybox/toys/other/
Dnbd_client.c106 if (ioctl(nbd, NBD_DO_IT)>=0 || errno==EBADR) break; in nbd_client_main()
/external/syslinux/com32/include/
Derrno.h58 #define EBADR 53 /* Invalid request descriptor */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py56 EBADR = 51 variable
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py61 EBADR = 51 variable
/external/syslinux/core/lwip/src/include/lwip/
Darch.h131 #define EBADR 53 /* Invalid request descriptor */ macro
/external/ltp/lib/
Derrnos.h86 PAIR(EBADR) in tst_strerrno()
/external/minijail/linux-x86/
Dlibconstants.gen.c164 #ifdef EBADR
165 { "EBADR", (unsigned long) EBADR },
/external/libbrillo/brillo/errors/
Derror_codes.cc87 ERROR_ENTRY(EBADR), // Invalid request descriptor
/external/python/cpython2/Modules/
Derrnomodule.c199 #ifdef EBADR in initerrno()
200 inscode(d, ds, de, "EBADR", EBADR, "Invalid request descriptor"); in initerrno()
/external/python/cpython2/Doc/library/
Derrno.rst288 .. data:: EBADR
/external/e2fsprogs/misc/
Dfilefrag.c240 if (rc == -EBADR && !fiemap_incompat_printed) { in filefrag_fiemap()
/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py997 EBADR = 51 variable
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js989 …40,ELNRNG:41,EUNATCH:42,ENOCSI:43,EL2HLT:44,EDEADLK:45,ENOLCK:46,EBADE:50,EBADR:51,EXFULL:52,ENOAN… property