Home
last modified time | relevance | path

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

/third_party/boost/boost/system/
Dlinux_error.hpp53 level2_halt= EL2HLT,
/third_party/musl/arch/generic/bits/
Derrno.h51 #define EL2HLT 51 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h51 #define EL2HLT 51 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h52 #define EL2HLT 51 macro
/third_party/lwip/src/include/lwip/
Derrno.h98 #define EL2HLT 51 /* Level 2 halted */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h44 #define EL2HLT 44 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h52 #define EL2HLT 51 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h44 #define EL2HLT 44 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h51 #define EL2HLT 51 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h52 #define EL2HLT 51 macro
/third_party/musl/arch/mips/bits/
Derrno.h44 #define EL2HLT 44 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h51 #define EL2HLT 51 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h52 #define EL2HLT 51 macro
/third_party/ltp/lib/
Derrnos.h84 PAIR(EL2HLT) in tst_strerrno()
/third_party/python/Modules/
Derrnomodule.c131 #ifdef EL2HLT in errno_exec()
132 add_errcode("EL2HLT", EL2HLT, "Level 2 halted"); in errno_exec()
/third_party/python/Doc/library/
Derrno.rst281 .. data:: EL2HLT
/third_party/ffmpeg/doc/
Derrno.txt63 EL2HLT +..... Level 2 halted
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c1030 #ifdef EL2HLT
1031 case EL2HLT: return "level 2 halted";