Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py138 ERFKILL = 132 variable
271 ERFKILL: 'Operation not possible due to RF-kill',
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Derrno.h66 #define ERFKILL 530 macro
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans-gen2.c496 ret = -ERFKILL; in iwl_trans_pcie_gen2_start_fw()
547 ret = -ERFKILL;
H A Dtrans.c1398 ret = -ERFKILL; in iwl_trans_pcie_start_fw()
1446 ret = -ERFKILL; in iwl_trans_pcie_start_fw()
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Dsmem.c99 WARN(ret != -ERFKILL, in iwl_get_shared_mem_conf()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-trans.c93 return -ERFKILL; in iwl_trans_init()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dutils.c55 if (!ret || ret == -ERFKILL || ret == -EHOSTDOWN) in iwl_mvm_send_cmd()
101 if (ret == -ERFKILL) { in iwl_mvm_send_cmd_status()
H A Dfw.c1396 if (ret != -ERFKILL && !mvm->fw_product_reset) in iwl_mvm_eval_dsm_rfi()
H A Dops.c873 if (ret && ret != -ERFKILL) in iwl_mvm_frob_txf_key_iter()
/freebsd/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c