/third_party/lwip/src/netif/ppp/ |
H A D | ccp.c | 170 static void ccp_close(ppp_pcb *pcb, const char *reason); 430 static void ccp_close(ppp_pcb *pcb, const char *reason) { in ccp_close() argument 433 fsm_close(f, reason); in ccp_close()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-assembler.h | 326 Node* DeoptimizeIf(DeoptimizeReason reason, FeedbackSource const& feedback, 328 Node* DeoptimizeIfNot(DeoptimizeReason reason, FeedbackSource const& feedback, 865 Node* CheckIf(Node* cond, DeoptimizeReason reason);
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | macro-assembler-arm.h | 13 #include "src/codegen/bailout-reason.h" 267 void Assert(Condition cond, AbortReason reason); 271 void AssertUnreachable(AbortReason reason); 274 void Check(Condition cond, AbortReason reason);
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | macro-assembler-x64.h | 13 #include "src/codegen/bailout-reason.h" 449 void Assert(Condition cc, AbortReason reason); 453 void AssertUnreachable(AbortReason reason); 460 void Check(Condition cc, AbortReason reason);
|
/third_party/node/deps/v8/src/torque/ |
H A D | types.h | 250 const std::string reason() const { return reason_; } in reason() function in v8::internal::torque::final 254 explicit TopType(std::string reason, const Type* source_type) in TopType() argument 256 reason_(std::move(reason)), in TopType()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls_gnutls.c | 931 enum tls_fail_reason reason) in gnutls_tls_fail_event() 943 ev.cert_fail.reason = reason; in gnutls_tls_fail_event() 928 gnutls_tls_fail_event(struct tls_connection *conn, const gnutls_datum_t *cert, int depth, const char *subject, const char *err_str, enum tls_fail_reason reason) gnutls_tls_fail_event() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_gnutls.c | 931 enum tls_fail_reason reason) in gnutls_tls_fail_event() 943 ev.cert_fail.reason = reason; in gnutls_tls_fail_event() 928 gnutls_tls_fail_event(struct tls_connection *conn, const gnutls_datum_t *cert, int depth, const char *subject, const char *err_str, enum tls_fail_reason reason) gnutls_tls_fail_event() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | bss.c | 212 const char *reason) in wpa_bss_remove() 233 wpa_ssid_txt(bss->ssid, bss->ssid_len), reason); in wpa_bss_remove() 236 anonymize_ssid(wpa_ssid_txt(bss->ssid, bss->ssid_len)), reason, get_realtime_microsecond()); in wpa_bss_remove() 211 wpa_bss_remove(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, const char *reason) wpa_bss_remove() argument
|
H A D | wpa_supplicant_i.h | 1300 /* WLAN_REASON_* reason codes. Negative if locally generated. */ 1426 enum mbo_non_pref_chan_reason reason; member 1703 void wpas_auth_failed(struct wpa_supplicant *wpa_s, char *reason); 1771 enum mbo_transition_reject_reason reason);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth_glue.c | 166 u16 reason) in hostapd_wpa_auth_disconnect() 170 "STA " MACSTR " reason %d", in hostapd_wpa_auth_disconnect() 171 __func__, MAC2STR(addr), reason); in hostapd_wpa_auth_disconnect() 172 ap_sta_disconnect(hapd, NULL, addr, reason); in hostapd_wpa_auth_disconnect() 165 hostapd_wpa_auth_disconnect(void *ctx, const u8 *addr, u16 reason) hostapd_wpa_auth_disconnect() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.c | 2482 u32 tid, u32 initiator, u32 reason) in ath11k_wmi_delba_send() 2500 cmd->reasoncode = reason; in ath11k_wmi_delba_send() 2503 "wmi delba send vdev_id 0x%X mac_addr %pM tid %u initiator %u reason %u\n", in ath11k_wmi_delba_send() 2504 vdev_id, mac, tid, initiator, reason); in ath11k_wmi_delba_send() 4439 /* One suspected reason scan can be completed while starting is in ath11k_wmi_event_scan_completed() 4496 enum wmi_scan_completion_reason reason) in ath11k_wmi_event_scan_type_str() 4502 switch (reason) { in ath11k_wmi_event_scan_type_str() 4558 scan_evt_param->reason = ev->reason; in ath11k_pull_scan_ev() 4618 roam_ev->reason in ath11k_pull_roam_ev() 2481 ath11k_wmi_delba_send(struct ath11k *ar, u32 vdev_id, const u8 *mac, u32 tid, u32 initiator, u32 reason) ath11k_wmi_delba_send() argument 4495 ath11k_wmi_event_scan_type_str(enum wmi_scan_event_type type, enum wmi_scan_completion_reason reason) ath11k_wmi_event_scan_type_str() argument [all...] |
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | l2cap_core.c | 434 int reason; in l2cap_chan_timeout() local 448 reason = ECONNREFUSED; in l2cap_chan_timeout() 451 reason = ECONNREFUSED; in l2cap_chan_timeout() 453 reason = ETIMEDOUT; in l2cap_chan_timeout() 455 l2cap_chan_close(chan, reason); in l2cap_chan_timeout() 820 void l2cap_chan_close(struct l2cap_chan *chan, int reason) in l2cap_chan_close() argument 835 l2cap_send_disconn_req(chan, reason); in l2cap_chan_close() 837 l2cap_chan_del(chan, reason); in l2cap_chan_close() 856 l2cap_chan_del(chan, reason); in l2cap_chan_close() 861 l2cap_chan_del(chan, reason); in l2cap_chan_close() 8305 l2cap_disconn_cfm(struct hci_conn *hcon, u8 reason) l2cap_disconn_cfm() argument [all...] |
H A D | a2mp.c | 123 BT_DBG("ident %d reason %d", hdr->ident, le16_to_cpu(rej->reason)); in a2mp_command_rej() 693 rej.reason = cpu_to_le16(0); in a2mp_chan_recv_cb()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | wmi.c | 2661 u32 tid, u32 initiator, u32 reason) in ath12k_wmi_delba_send() 2679 cmd->reasoncode = cpu_to_le32(reason); in ath12k_wmi_delba_send() 2682 "wmi delba send vdev_id 0x%X mac_addr %pM tid %u initiator %u reason %u\n", in ath12k_wmi_delba_send() 2683 vdev_id, mac, tid, initiator, reason); in ath12k_wmi_delba_send() 5019 /* One suspected reason scan can be completed while starting is in ath12k_wmi_event_scan_completed() 5076 enum wmi_scan_completion_reason reason) in ath12k_wmi_event_scan_type_str() 5082 switch (reason) { in ath12k_wmi_event_scan_type_str() 5138 scan_evt_param->reason = ev->reason; in ath12k_pull_scan_ev() 5198 roam_ev->reason in ath12k_pull_roam_ev() 2660 ath12k_wmi_delba_send(struct ath12k *ar, u32 vdev_id, const u8 *mac, u32 tid, u32 initiator, u32 reason) ath12k_wmi_delba_send() argument 5075 ath12k_wmi_event_scan_type_str(enum wmi_scan_event_type type, enum wmi_scan_completion_reason reason) ath12k_wmi_event_scan_type_str() argument [all...] |
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | l2cap_core.c | 414 int reason; in l2cap_chan_timeout() local 425 reason = ECONNREFUSED; in l2cap_chan_timeout() 428 reason = ECONNREFUSED; in l2cap_chan_timeout() 430 reason = ETIMEDOUT; in l2cap_chan_timeout() 432 l2cap_chan_close(chan, reason); in l2cap_chan_timeout() 784 void l2cap_chan_close(struct l2cap_chan *chan, int reason) in l2cap_chan_close() argument 799 l2cap_send_disconn_req(chan, reason); in l2cap_chan_close() 801 l2cap_chan_del(chan, reason); in l2cap_chan_close() 820 l2cap_chan_del(chan, reason); in l2cap_chan_close() 825 l2cap_chan_del(chan, reason); in l2cap_chan_close() 7285 l2cap_disconn_cfm(struct hci_conn *hcon, u8 reason) l2cap_disconn_cfm() argument [all...] |
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | audio_adapter_info_common.cpp | 1017 int32_t GetErrorReason(int reason, char *reasonDesc) in GetErrorReason() argument 1023 switch (reason) { in GetErrorReason()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | entry-armv.S | 89 .macro inv_entry, reason 95 mov r1, #\reason
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | tsc.c | 1165 void mark_tsc_unstable(char *reason) in mark_tsc_unstable() argument 1174 pr_info("Marking TSC unstable due to %s\n", reason); in mark_tsc_unstable()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | entry-armv.S | 96 .macro inv_entry, reason 102 mov r1, #\reason
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | iwcm.c | 68 const char *__attribute_const__ iwcm_reject_msg(int reason) in iwcm_reject_msg() argument 73 index = -reason; in iwcm_reject_msg() 79 return "unrecognized reason"; in iwcm_reject_msg()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7603/ |
H A D | main.c | 422 enum ieee80211_frame_release_type reason, in mt7603_release_buffered_frames() 456 mt76_release_buffered_frames(hw, sta, tids, nframes, reason, in mt7603_release_buffered_frames() 419 mt7603_release_buffered_frames(struct ieee80211_hw *hw, struct ieee80211_sta *sta, u16 tids, int nframes, enum ieee80211_frame_release_type reason, bool more_data) mt7603_release_buffered_frames() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | ath9k.h | 492 enum ath_roc_complete_reason reason); 613 enum ieee80211_frame_release_type reason,
|
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/ |
H A D | aic94xx_init.c | 305 char *reason; member 457 flash_error_table[i].reason); in asd_show_update_bios()
|
/kernel/linux/linux-5.10/drivers/scsi/pm8001/ |
H A D | pm8001_ctl.c | 658 char *reason; member 884 flash_error_table[i].reason); in pm8001_show_update_fw()
|
/kernel/linux/linux-5.10/drivers/s390/block/ |
H A D | dasd_fba.c | 648 char *reason) in dasd_fba_dump_sense_dbf() 656 "%016llx", reason, in dasd_fba_dump_sense_dbf() 647 dasd_fba_dump_sense_dbf(struct dasd_device *device, struct irb *irb, char *reason) dasd_fba_dump_sense_dbf() argument
|