Home
last modified time | relevance | path

Searched refs:EBADSLT (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/boost/system/
Dlinux_error.hpp43 bad_slot = EBADSLT,
/third_party/musl/arch/generic/bits/
Derrno.h57 #define EBADSLT 57 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h57 #define EBADSLT 57 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h58 #define EBADSLT 57 macro
/third_party/lwip/src/include/lwip/
Derrno.h104 #define EBADSLT 57 /* Invalid slot */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h52 #define EBADSLT 55 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h58 #define EBADSLT 57 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h52 #define EBADSLT 55 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h57 #define EBADSLT 57 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h58 #define EBADSLT 57 macro
/third_party/musl/arch/mips/bits/
Derrno.h52 #define EBADSLT 55 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h57 #define EBADSLT 57 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h58 #define EBADSLT 57 macro
/third_party/ltp/lib/
Derrnos.h90 PAIR(EBADSLT) in tst_strerrno()
/third_party/python/Modules/
Derrnomodule.c463 #ifdef EBADSLT in errno_exec()
464 add_errcode("EBADSLT", EBADSLT, "Invalid slot"); in errno_exec()
/third_party/python/Doc/library/
Derrno.rst311 .. data:: EBADSLT
/third_party/ffmpeg/doc/
Derrno.txt26 EBADSLT +..... Invalid slot
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c934 #ifdef EBADSLT
935 case EBADSLT: return "invalid slot";