Home
last modified time | relevance | path

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

/third_party/boost/boost/system/
Dlinux_error.hpp66 not_avail = ENAVAIL,
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h121 #define ENAVAIL 119 macro
/third_party/lwip/src/include/lwip/
Derrno.h170 #define ENAVAIL 119 /* No XENIX semaphores available */ macro
/third_party/musl/arch/powerpc/bits/
Derrno.h120 #define ENAVAIL 119 macro
/third_party/musl/arch/mips/bits/
Derrno.h110 #define ENAVAIL 138 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h120 #define ENAVAIL 119 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h121 #define ENAVAIL 119 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h110 #define ENAVAIL 138 macro
/third_party/musl/arch/mips64/bits/
Derrno.h110 #define ENAVAIL 138 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h121 #define ENAVAIL 119 macro
/third_party/musl/arch/generic/bits/
Derrno.h120 #define ENAVAIL 119 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h121 #define ENAVAIL 119 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h120 #define ENAVAIL 119 macro
/third_party/ltp/lib/
Derrnos.h152 PAIR(ENAVAIL) in tst_strerrno()
/third_party/python/Modules/
Derrnomodule.c197 #ifdef ENAVAIL in errno_exec()
198 add_errcode("ENAVAIL", ENAVAIL, "No XENIX semaphores available"); in errno_exec()
/third_party/python/Doc/library/
Derrno.rst621 .. data:: ENAVAIL
/third_party/ffmpeg/doc/
Derrno.txt80 ENAVAIL +..... No XENIX semaphores available
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c1078 #ifdef ENAVAIL
1079 case ENAVAIL: return "not available";