Home
last modified time | relevance | path

Searched refs:ERFKILL (Results 1 – 23 of 23) sorted by relevance

/external/ltp/lib/
Derrnos.h177 #ifdef ERFKILL in tst_strerrno()
178 PAIR(ERFKILL) in tst_strerrno()
/external/strace/tests-mx32/
Derrno2name.c420 #ifdef ERFKILL in errno2name()
421 CASE(ERFKILL); in errno2name()
/external/strace/tests-m32/
Derrno2name.c420 #ifdef ERFKILL in errno2name()
421 CASE(ERFKILL); in errno2name()
/external/strace/tests/
Derrno2name.c420 #ifdef ERFKILL in errno2name()
421 CASE(ERFKILL); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h119 #define ERFKILL 132 /* Operation not possible due to RF-kill */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h123 #define ERFKILL 167 /* Operation not possible due to RF-kill */ macro
/external/u-boot/include/linux/
Derrno.h144 #define ERFKILL 132 /* Operation not possible due to RF-kill */ macro
/external/minijail/linux-x86/
Dlibconstants.gen.c473 #ifdef ERFKILL
474 { "ERFKILL", (unsigned long) ERFKILL },
/external/libbrillo/brillo/errors/
Derror_codes.cc183 ERROR_ENTRY(ERFKILL), // Operation not possible due to RF-kill
/external/python/cpython3/Modules/
Derrnomodule.c856 #ifdef ERFKILL in PyInit_errno()
857 inscode(d, ds, de, "ERFKILL", ERFKILL, "Operation not possible due to RF-kill"); in PyInit_errno()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1910 ERFKILL = syscall.Errno(0x86) const
Dzerrors_linux_mipsle.go2372 ERFKILL = syscall.Errno(0xa7) const
Dzerrors_linux_s390x.go2427 ERFKILL = syscall.Errno(0x84) const
Dzerrors_linux_arm.go2373 ERFKILL = syscall.Errno(0x84) const
Dzerrors_linux_ppc64le.go2427 ERFKILL = syscall.Errno(0x84) const
Dzerrors_linux_mips64.go2372 ERFKILL = syscall.Errno(0xa7) const
Dzerrors_linux_ppc64.go2427 ERFKILL = syscall.Errno(0x84) const
Dzerrors_linux_amd64.go2367 ERFKILL = syscall.Errno(0x84) const
Dzerrors_linux_mips64le.go2372 ERFKILL = syscall.Errno(0xa7) const
Dzerrors_linux_386.go2367 ERFKILL = syscall.Errno(0x84) const
Dzerrors_linux_mips.go2372 ERFKILL = syscall.Errno(0xa7) const
Dzerrors_linux_arm64.go2358 ERFKILL = syscall.Errno(0x84) const
/external/strace/
DChangeLog52990 linux/errno: Add ERFKILL.
52991 * linux/errnoent.h: Change ERRNO_132 to ERFKILL according to errno 132