/openbmc/linux/fs/afs/ |
H A D | misc.c | 133 if (e->error == -ERFKILL) in afs_prioritise_error() 136 case -ERFKILL: in afs_prioritise_error()
|
H A D | vl_probe.c | 82 case -ERFKILL: in afs_vlserver_probe_result()
|
H A D | vl_rotate.c | 143 case -ERFKILL: in afs_select_vlserver()
|
H A D | rotate.c | 285 case -ERFKILL: in afs_select_fileserver()
|
H A D | fs_probe.c | 130 case -ERFKILL: in afs_fileserver_probe_result()
|
/openbmc/qemu/linux-user/ |
H A D | errnos.c.inc | 126 #ifdef ERFKILL 127 E(ERFKILL)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | errno.h | 119 #define ERFKILL 132 /* Operation not possible due to RF-kill */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | errno.h | 119 #define ERFKILL 132 /* Operation not possible due to RF-kill */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 114 #define ERFKILL 134 /* Operation not possible due to RF-kill */ macro
|
/openbmc/linux/tools/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 114 #define ERFKILL 134 /* Operation not possible due to RF-kill */ macro
|
/openbmc/linux/tools/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 124 #define ERFKILL 138 /* Operation not possible due to RF-kill */ macro
|
/openbmc/linux/tools/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 121 #define ERFKILL 256 /* Operation not possible due to RF-kill */ macro
|
/openbmc/linux/tools/arch/mips/include/uapi/asm/ |
H A D | errno.h | 123 #define ERFKILL 167 /* Operation not possible due to RF-kill */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 124 #define ERFKILL 138 /* Operation not possible due to RF-kill */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 121 #define ERFKILL 256 /* Operation not possible due to RF-kill */ macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | errno.h | 123 #define ERFKILL 167 /* Operation not possible due to RF-kill */ macro
|
/openbmc/u-boot/include/linux/ |
H A D | errno.h | 144 #define ERFKILL 132 /* Operation not possible due to RF-kill */ macro
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | trans-gen2.c | 479 ret = -ERFKILL; in iwl_trans_pcie_gen2_start_fw() 530 ret = -ERFKILL; in iwl_trans_pcie_gen2_start_fw()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | smem.c | 99 WARN(ret != -ERFKILL, in iwl_get_shared_mem_conf()
|
/openbmc/linux/lib/ |
H A D | errname.c | 145 E(ERFKILL),
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-trans.c | 152 return -ERFKILL; in iwl_trans_send_cmd()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/ |
H A D | 0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch | 44 @@ -348,7 +348,6 @@ pub const ERFKILL: ::c_int = 167;
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | utils.c | 52 if (!ret || ret == -ERFKILL || ret == -EHOSTDOWN) in iwl_mvm_send_cmd() 98 if (ret == -ERFKILL) { in iwl_mvm_send_cmd_status()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/queue/ |
H A D | tx.c | 1828 ret = -ERFKILL; in iwl_trans_txq_send_hcmd_sync() 1870 return -ERFKILL; in iwl_trans_txq_send_hcmd()
|
/openbmc/linux/net/nfc/ |
H A D | core.c | 103 rc = -ERFKILL; in nfc_dev_up()
|