Home
last modified time | relevance | path

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

/third_party/boost/boost/system/
Dlinux_error.hpp61 no_csi = ENOCSI,
/third_party/musl/arch/generic/bits/
Derrno.h50 #define ENOCSI 50 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h50 #define ENOCSI 50 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h51 #define ENOCSI 50 macro
/third_party/lwip/src/include/lwip/
Derrno.h97 #define ENOCSI 50 /* No CSI structure available */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h43 #define ENOCSI 43 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h51 #define ENOCSI 50 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h43 #define ENOCSI 43 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h50 #define ENOCSI 50 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h51 #define ENOCSI 50 macro
/third_party/musl/arch/mips/bits/
Derrno.h43 #define ENOCSI 43 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h50 #define ENOCSI 50 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h51 #define ENOCSI 50 macro
/third_party/ltp/lib/
Derrnos.h83 PAIR(ENOCSI) in tst_strerrno()
/third_party/python/Modules/
Derrnomodule.c112 #ifdef ENOCSI in errno_exec()
113 add_errcode("ENOCSI", ENOCSI, "No CSI structure available"); in errno_exec()
/third_party/python/Doc/library/
Derrno.rst276 .. data:: ENOCSI
/third_party/ffmpeg/doc/
Derrno.txt89 ENOCSI +..... No CSI structure available
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c1102 #ifdef ENOCSI
1103 case ENOCSI: return "no CSI structure available";