Home
last modified time | relevance | path

Searched refs:reason (Results 1326 - 1350 of 3437) sorted by relevance

1...<<51525354555657585960>>...138

/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
H A Devent.c107 u16 reason; in qtnf_event_handle_sta_deauth() local
123 reason = le16_to_cpu(sta_deauth->reason); in qtnf_event_handle_sta_deauth()
125 pr_debug("VIF%u.%u: MAC:%pM reason:%x\n", mac->macid, vif->vifid, in qtnf_event_handle_sta_deauth()
126 sta_addr, reason); in qtnf_event_handle_sta_deauth()
302 cfg80211_disconnected(vif->netdev, le16_to_cpu(leave_info->reason), in qtnf_event_handle_bss_leave()
/kernel/linux/linux-6.6/drivers/base/
H A Ddd.c72 static void __device_set_deferred_probe_reason(const struct device *dev, char *reason) in __device_set_deferred_probe_reason() argument
75 dev->p->deferred_probe_reason = reason; in __device_set_deferred_probe_reason()
223 * device_set_deferred_probe_reason() - Set defer probe reason message for device
230 char *reason; in device_set_deferred_probe_reason() local
234 reason = kasprintf(GFP_KERNEL, "%s: %pV", drv, vaf); in device_set_deferred_probe_reason()
235 __device_set_deferred_probe_reason(dev, reason); in device_set_deferred_probe_reason()
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/
H A Devent.c107 u16 reason; in qtnf_event_handle_sta_deauth() local
123 reason = le16_to_cpu(sta_deauth->reason); in qtnf_event_handle_sta_deauth()
125 pr_debug("VIF%u.%u: MAC:%pM reason:%x\n", mac->macid, vif->vifid, in qtnf_event_handle_sta_deauth()
126 sta_addr, reason); in qtnf_event_handle_sta_deauth()
303 cfg80211_disconnected(vif->netdev, le16_to_cpu(leave_info->reason), in qtnf_event_handle_bss_leave()
/kernel/linux/linux-6.6/net/rxrpc/
H A Doutput.c119 } else if (txb->ack.reason == RXRPC_ACK_DELAY) { in rxrpc_fill_out_ack()
120 txb->ack.reason = RXRPC_ACK_IDLE; in rxrpc_fill_out_ack()
208 if (txb->ack.reason == RXRPC_ACK_PING) in rxrpc_send_ack_packet()
223 ntohl(txb->ack.serial), txb->ack.reason, txb->ack.nAcks, in rxrpc_send_ack_packet()
226 if (txb->ack.reason == RXRPC_ACK_PING) in rxrpc_send_ack_packet()
/third_party/mbedtls/tests/scripts/
H A Dgenerate_psa_tests.py250 reason: 'Reason',
258 if reason == self.Reason.NOT_SUPPORTED:
263 pretty_reason = reason.name.lower()
288 arguments.append('1' if reason == self.Reason.PUBLIC else '0')
289 error = ('NOT_SUPPORTED' if reason == self.Reason.NOT_SUPPORTED else
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestUtil.cpp466 static const char* getFboIncompleteReasonName (deUint32 reason) in getFboIncompleteReasonName() argument
468 switch (reason) in getFboIncompleteReasonName()
479 FboIncompleteException::FboIncompleteException (deUint32 reason, const char* file, int line) in FboIncompleteException() argument
480 : TestError ("Framebuffer is not complete", getFboIncompleteReasonName(reason), file, line) in FboIncompleteException()
481 , m_reason (reason) in FboIncompleteException()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dspp_client.c110 const char *reason) in build_spp_post_dev_data()
116 reason); in build_spp_post_dev_data()
125 xml_node_add_attr(ctx->xml, spp_node, NULL, "requestReason", reason); in build_spp_post_dev_data()
751 const char *reason, in spp_post_dev_data()
757 payload = build_spp_post_dev_data(ctx, NULL, NULL, reason); in spp_post_dev_data()
107 build_spp_post_dev_data(struct hs20_osu_client *ctx, xml_namespace_t **ret_ns, const char *session_id, const char *reason) build_spp_post_dev_data() argument
749 spp_post_dev_data(struct hs20_osu_client *ctx, enum spp_post_dev_data_use use, const char *reason, const char *pps_fname, xml_node_t *pps) spp_post_dev_data() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dspp_client.c110 const char *reason) in build_spp_post_dev_data()
116 reason); in build_spp_post_dev_data()
125 xml_node_add_attr(ctx->xml, spp_node, NULL, "requestReason", reason); in build_spp_post_dev_data()
751 const char *reason, in spp_post_dev_data()
757 payload = build_spp_post_dev_data(ctx, NULL, NULL, reason); in spp_post_dev_data()
107 build_spp_post_dev_data(struct hs20_osu_client *ctx, xml_namespace_t **ret_ns, const char *session_id, const char *reason) build_spp_post_dev_data() argument
749 spp_post_dev_data(struct hs20_osu_client *ctx, enum spp_post_dev_data_use use, const char *reason, const char *pps_fname, xml_node_t *pps) spp_post_dev_data() argument
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_input.c1218 * again, D-SACK block must not to go across snd_una (for the same reason as
2040 * The only another reason could be bug in receiver TCP.
2454 * Main reason for all this complexity is the fact that connection dying
4745 enum skb_drop_reason reason) in tcp_drop_reason()
4748 kfree_skb_reason(skb, reason); in tcp_drop_reason()
5045 enum skb_drop_reason reason; in tcp_data_queue() local
5064 reason = SKB_DROP_REASON_NOT_SPECIFIED; in tcp_data_queue()
5073 reason = SKB_DROP_REASON_TCP_ZEROWINDOW; in tcp_data_queue()
5088 reason = SKB_DROP_REASON_PROTO_MEM; in tcp_data_queue()
5126 reason in tcp_data_queue()
4744 tcp_drop_reason(struct sock *sk, struct sk_buff *skb, enum skb_drop_reason reason) tcp_drop_reason() argument
5888 enum skb_drop_reason reason = SKB_DROP_REASON_NOT_SPECIFIED; tcp_rcv_established() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c525 static void rtw_coex_update_wl_link_info(struct rtw_dev *rtwdev, u8 reason) in rtw_coex_update_wl_link_info() argument
558 if (scan || link || reason == COEX_RSN_2GCONSTART || in rtw_coex_update_wl_link_info()
559 reason == COEX_RSN_2GSCANSTART || reason == COEX_RSN_2GSWITCHBAND) in rtw_coex_update_wl_link_info()
581 switch (reason) { in rtw_coex_update_wl_link_info()
1051 if (!force && coex_dm->reason != COEX_RSN_LPS) { in rtw_coex_set_table()
2528 static void rtw_coex_run_coex(struct rtw_dev *rtwdev, u8 reason) in rtw_coex_run_coex() argument
2541 coex_dm->reason = reason; in rtw_coex_run_coex()
2543 rtw_dbg(rtwdev, RTW_DBG_COEX, "[BTCoex], %s(): reason in rtw_coex_run_coex()
3558 rtw_coex_get_reason_string(u8 reason) rtw_coex_get_reason_string() argument
3921 u8 reason = coex_dm->reason; rtw_coex_display_coex_info() local
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/include/softbus_adapter/allconnectmgr/
H A Ddsched_all_connect_manager.h50 static int32_t ApplyResult(int32_t errorcode, int32_t result, const char *reason);
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Diability_manager_collaborator.h127 * @param reason addational message for died reason.
130 virtual int32_t NotifyRemoveShellProcess(int32_t pid, int32_t type, const std::string &reason) = 0;
/foundation/ability/ability_runtime/test/unittest/ability_manager_collaborator_proxy_test/
H A Dability_manager_collaborator_stub_mock.h82 int32_t NotifyRemoveShellProcess(int32_t pid, int32_t type, const std::string &reason) in NotifyRemoveShellProcess() argument
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_dialog.h47 typedef bool (*ArkUI_OnWillDismissEvent)(int32_t reason);
263 * @return Returns the dismissal reason. Returns <b>-1</b> if an exception occurs.
/foundation/arkui/ace_engine/interfaces/native/node/
H A Ddialog_model.h33 int32_t reason = -1; member
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_remote_device_observer.cpp34 const BluetoothRemoteDevice &device, int state, unsigned int reason) in OnAclStateChanged()
33 OnAclStateChanged( const BluetoothRemoteDevice &device, int state, unsigned int reason) OnAclStateChanged() argument
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_peripheral_observer_proxy.cpp103 int state, unsigned int reason) in OnAclStateChanged()
102 OnAclStateChanged(const BluetoothRawAddress &device, int state, unsigned int reason) OnAclStateChanged() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_ag.h75 virtual void OnScoStateChanged(const RawAddress &device, int state, int reason = 0) in OnScoStateChanged()
/foundation/multimedia/audio_framework/services/audio_policy/server/include/
H A Daudio_policy_client_proxy.h47 const DeviceInfo &deviceInfo, const AudioStreamDeviceChangeReasonExt reason) override;
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiomanager/include/
H A Daudio_routing_manager.h76 int32_t TriggerFetchDevice(AudioStreamDeviceChangeReasonExt reason = AudioStreamDeviceChangeReason::UNKNOWN);
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_callback_looper.h53 void OnSystemOperation(PlayerOnSystemOperationType type, PlayerOperationReason reason) override;
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/tests/
H A Dbasic.rs40 fn reason() { in reason() functions
/foundation/resourceschedule/background_task_mgr/frameworks/include/
H A Dbackground_task_manager.h45 * @param reason Reason of requesting delay suspend.
50 ErrCode RequestSuspendDelay(const std::u16string &reason,
/foundation/window/window_manager/test/common/mock/
H A Dmock_IWindow.h31 MOCK_METHOD4(UpdateWindowRect, WMError(const struct Rect& rect, bool decoStatus, WindowSizeChangeReason reason,
/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window_listener.h42 void OnSizeChange(Rect rect, WindowSizeChangeReason reason,

Completed in 26 milliseconds

1...<<51525354555657585960>>...138