Searched refs:ERFKILL (Results 1 – 23 of 23) sorted by relevance
177 #ifdef ERFKILL in tst_strerrno()178 PAIR(ERFKILL) in tst_strerrno()
420 #ifdef ERFKILL in errno2name()421 CASE(ERFKILL); in errno2name()
119 #define ERFKILL 132 /* Operation not possible due to RF-kill */ macro
123 #define ERFKILL 167 /* Operation not possible due to RF-kill */ macro
144 #define ERFKILL 132 /* Operation not possible due to RF-kill */ macro
473 #ifdef ERFKILL474 { "ERFKILL", (unsigned long) ERFKILL },
183 ERROR_ENTRY(ERFKILL), // Operation not possible due to RF-kill
856 #ifdef ERFKILL in PyInit_errno()857 inscode(d, ds, de, "ERFKILL", ERFKILL, "Operation not possible due to RF-kill"); in PyInit_errno()
1910 ERFKILL = syscall.Errno(0x86) const
2372 ERFKILL = syscall.Errno(0xa7) const
2427 ERFKILL = syscall.Errno(0x84) const
2373 ERFKILL = syscall.Errno(0x84) const
2367 ERFKILL = syscall.Errno(0x84) const
2358 ERFKILL = syscall.Errno(0x84) const
52990 linux/errno: Add ERFKILL.52991 * linux/errnoent.h: Change ERRNO_132 to ERFKILL according to errno 132