Home
last modified time | relevance | path

Searched refs:reason (Results 401 - 425 of 2485) sorted by relevance

1...<<11121314151617181920>>...100

/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Drecovery.c42 void ath6kl_recovery_err_notify(struct ath6kl *ar, enum ath6kl_fw_err reason) in ath6kl_recovery_err_notify() argument
47 ath6kl_dbg(ATH6KL_DBG_RECOVERY, "Fw error detected, reason:%d\n", in ath6kl_recovery_err_notify()
48 reason); in ath6kl_recovery_err_notify()
50 set_bit(reason, &ar->fw_recovery.err_reason); in ath6kl_recovery_err_notify()
/kernel/linux/linux-6.6/mm/kmsan/
H A Dreport.c150 enum kmsan_bug_reason reason) in kmsan_report()
170 switch (reason) { in kmsan_report()
208 if (user_addr && reason == REASON_COPY_TO_USER) in kmsan_report()
148 kmsan_report(depot_stack_handle_t origin, void *address, int size, int off_first, int off_last, const void *user_addr, enum kmsan_bug_reason reason) kmsan_report() argument
/kernel/linux/linux-6.6/net/dsa/
H A Dtag_rtl8_4.c37 * REASON | reason for forwarding packet to CPU
155 u8 reason; in rtl8_4_read_tag() local
179 reason = FIELD_GET(RTL8_4_REASON, ntohs(tag16[1])); in rtl8_4_read_tag()
191 if (reason != RTL8_4_REASON_TRAP) in rtl8_4_read_tag()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-dynamic/
H A Dminimal-http-server-dynamic.c40 callback_dynamic_http(struct lws *wsi, enum lws_callback_reasons reason, in callback_dynamic_http() argument
52 switch (reason) { in callback_dynamic_http()
215 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_dynamic_http()
/third_party/libwebsockets/minimal-examples/gtk/minimal-gtk/
H A Dmain.c64 callback_http(struct lws *wsi, enum lws_callback_reasons reason, in callback_http() argument
67 switch (reason) { in callback_http()
117 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_http()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-file/
H A Dminimal-http-server-form-post-file.c101 callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, in callback_http() argument
109 switch (reason) { in callback_http()
187 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_http()
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam-tx-rx/
H A Dminimal-ws-client.c43 callback(struct lws *wsi, enum lws_callback_reasons reason, in callback() argument
53 //lwsl_notice("callback called with reason %d\n", reason); in callback()
54 switch (reason) { in callback()
126 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-attach/
H A Dminimal-http-client-attach.c32 callback_http(struct lws *wsi, enum lws_callback_reasons reason, in callback_http() argument
35 switch (reason) { in callback_http()
102 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_http()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-post/
H A Dminimal-http-client-post.c28 callback_http(struct lws *wsi, enum lws_callback_reasons reason, in callback_http() argument
36 switch (reason) { in callback_http()
168 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_http()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
H A Dminimal-http-server-eventlib-foreign.c78 callback_http(struct lws *wsi, enum lws_callback_reasons reason, in callback_http() argument
81 switch (reason) { in callback_http()
125 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_http()
/third_party/python/Lib/test/support/
H A Dsocket_helper.py236 (("ConnectionRefusedError" in err.reason) or
237 ("TimeoutError" in err.reason) or
238 ("EOFError" in err.reason))) or
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Dtx.c1199 u8 queue, enum wlcore_queue_stop_reason reason) in wlcore_stop_queue_locked()
1204 /* queue should not be stopped for this reason */ in wlcore_stop_queue_locked()
1205 WARN_ON_ONCE(test_and_set_bit(reason, &wl->queue_stop_reasons[hwq])); in wlcore_stop_queue_locked()
1214 enum wlcore_queue_stop_reason reason) in wlcore_stop_queue()
1219 wlcore_stop_queue_locked(wl, wlvif, queue, reason); in wlcore_stop_queue()
1224 enum wlcore_queue_stop_reason reason) in wlcore_wake_queue()
1231 /* queue should not be clear for this reason */ in wlcore_wake_queue()
1232 WARN_ON_ONCE(!test_and_clear_bit(reason, &wl->queue_stop_reasons[hwq])); in wlcore_wake_queue()
1244 enum wlcore_queue_stop_reason reason) in wlcore_stop_queues()
1253 WARN_ON_ONCE(test_and_set_bit(reason, in wlcore_stop_queues()
1198 wlcore_stop_queue_locked(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 queue, enum wlcore_queue_stop_reason reason) wlcore_stop_queue_locked() argument
1213 wlcore_stop_queue(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 queue, enum wlcore_queue_stop_reason reason) wlcore_stop_queue() argument
1223 wlcore_wake_queue(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 queue, enum wlcore_queue_stop_reason reason) wlcore_wake_queue() argument
1243 wlcore_stop_queues(struct wl1271 *wl, enum wlcore_queue_stop_reason reason) wlcore_stop_queues() argument
1264 wlcore_wake_queues(struct wl1271 *wl, enum wlcore_queue_stop_reason reason) wlcore_wake_queues() argument
1285 wlcore_is_queue_stopped_by_reason(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 queue, enum wlcore_queue_stop_reason reason) wlcore_is_queue_stopped_by_reason() argument
1300 wlcore_is_queue_stopped_by_reason_locked(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 queue, enum wlcore_queue_stop_reason reason) wlcore_is_queue_stopped_by_reason_locked() argument
[all...]
/kernel/linux/linux-5.10/net/batman-adv/
H A Dtp_meter.c206 * @reason: reason for tp meter session stop
213 static void batadv_tp_batctl_notify(enum batadv_tp_meter_reason reason, in batadv_tp_batctl_notify() argument
222 if (!batadv_tp_is_error(reason)) { in batadv_tp_batctl_notify()
227 result = reason; in batadv_tp_batctl_notify()
238 * @reason: reason for tp meter session stop
243 static void batadv_tp_batctl_error_notify(enum batadv_tp_meter_reason reason, in batadv_tp_batctl_error_notify() argument
248 batadv_tp_batctl_notify(reason, dst, bat_priv, 0, 0, cookie); in batadv_tp_batctl_error_notify()
407 "Test towards %pM finished..shutting down (reason in batadv_tp_sender_end()
434 batadv_tp_sender_shutdown(struct batadv_tp_vars *tp_vars, enum batadv_tp_meter_reason reason) batadv_tp_sender_shutdown() argument
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Dmesh_plink.c79 sta->mesh->llid = sta->mesh->plid = sta->mesh->reason = 0; in mesh_plink_fsm_restart()
213 u8 *da, u16 llid, u16 plid, u16 reason) in mesh_plink_frame_tx()
302 ie_len += 2; /* reason code */ in mesh_plink_frame_tx()
324 put_unaligned_le16(reason, pos); in mesh_plink_frame_tx()
395 sta->mesh->reason = WLAN_REASON_MESH_PEER_CANCELED; in mesh_plink_deactivate()
398 sta->mesh->plid, sta->mesh->reason); in mesh_plink_deactivate()
638 u16 reason = 0; in mesh_plink_timer() local
702 reason = WLAN_REASON_MESH_MAX_RETRIES; in mesh_plink_timer()
706 if (!reason) in mesh_plink_timer()
707 reason in mesh_plink_timer()
210 mesh_plink_frame_tx(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, enum ieee80211_self_protected_actioncode action, u8 *da, u16 llid, u16 plid, u16 reason) mesh_plink_frame_tx() argument
813 u16 reason = (event == CLS_ACPT) ? mesh_plink_close() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Dtx.c1197 u8 queue, enum wlcore_queue_stop_reason reason) in wlcore_stop_queue_locked()
1202 /* queue should not be stopped for this reason */ in wlcore_stop_queue_locked()
1203 WARN_ON_ONCE(test_and_set_bit(reason, &wl->queue_stop_reasons[hwq])); in wlcore_stop_queue_locked()
1212 enum wlcore_queue_stop_reason reason) in wlcore_stop_queue()
1217 wlcore_stop_queue_locked(wl, wlvif, queue, reason); in wlcore_stop_queue()
1222 enum wlcore_queue_stop_reason reason) in wlcore_wake_queue()
1229 /* queue should not be clear for this reason */ in wlcore_wake_queue()
1230 WARN_ON_ONCE(!test_and_clear_bit(reason, &wl->queue_stop_reasons[hwq])); in wlcore_wake_queue()
1242 enum wlcore_queue_stop_reason reason) in wlcore_stop_queues()
1251 WARN_ON_ONCE(test_and_set_bit(reason, in wlcore_stop_queues()
1196 wlcore_stop_queue_locked(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 queue, enum wlcore_queue_stop_reason reason) wlcore_stop_queue_locked() argument
1211 wlcore_stop_queue(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 queue, enum wlcore_queue_stop_reason reason) wlcore_stop_queue() argument
1221 wlcore_wake_queue(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 queue, enum wlcore_queue_stop_reason reason) wlcore_wake_queue() argument
1241 wlcore_stop_queues(struct wl1271 *wl, enum wlcore_queue_stop_reason reason) wlcore_stop_queues() argument
1262 wlcore_wake_queues(struct wl1271 *wl, enum wlcore_queue_stop_reason reason) wlcore_wake_queues() argument
1283 wlcore_is_queue_stopped_by_reason(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 queue, enum wlcore_queue_stop_reason reason) wlcore_is_queue_stopped_by_reason() argument
1298 wlcore_is_queue_stopped_by_reason_locked(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 queue, enum wlcore_queue_stop_reason reason) wlcore_is_queue_stopped_by_reason_locked() argument
[all...]
/kernel/linux/linux-6.6/net/batman-adv/
H A Dtp_meter.c207 * @reason: reason for tp meter session stop
214 static void batadv_tp_batctl_notify(enum batadv_tp_meter_reason reason, in batadv_tp_batctl_notify() argument
223 if (!batadv_tp_is_error(reason)) { in batadv_tp_batctl_notify()
228 result = reason; in batadv_tp_batctl_notify()
239 * @reason: reason for tp meter session stop
244 static void batadv_tp_batctl_error_notify(enum batadv_tp_meter_reason reason, in batadv_tp_batctl_error_notify() argument
249 batadv_tp_batctl_notify(reason, dst, bat_priv, 0, 0, cookie); in batadv_tp_batctl_error_notify()
408 "Test towards %pM finished..shutting down (reason in batadv_tp_sender_end()
435 batadv_tp_sender_shutdown(struct batadv_tp_vars *tp_vars, enum batadv_tp_meter_reason reason) batadv_tp_sender_shutdown() argument
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh_plink.c79 sta->mesh->llid = sta->mesh->plid = sta->mesh->reason = 0; in mesh_plink_fsm_restart()
214 u8 *da, u16 llid, u16 plid, u16 reason) in mesh_plink_frame_tx()
308 ie_len += 2; /* reason code */ in mesh_plink_frame_tx()
330 put_unaligned_le16(reason, pos); in mesh_plink_frame_tx()
403 sta->mesh->reason = WLAN_REASON_MESH_PEER_CANCELED; in mesh_plink_deactivate()
406 sta->mesh->plid, sta->mesh->reason); in mesh_plink_deactivate()
652 u16 reason = 0; in mesh_plink_timer() local
716 reason = WLAN_REASON_MESH_MAX_RETRIES; in mesh_plink_timer()
720 if (!reason) in mesh_plink_timer()
721 reason in mesh_plink_timer()
211 mesh_plink_frame_tx(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, enum ieee80211_self_protected_actioncode action, u8 *da, u16 llid, u16 plid, u16 reason) mesh_plink_frame_tx() argument
827 u16 reason = (event == CLS_ACPT) ? mesh_plink_close() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCreationCacheControlTests.cpp87 * \param reason - output string to give the reason for failure
108 string reason; in validateResults() local
118 const auto qpResult = validator(result, pipelines, elapsed, reason); in validateResults()
121 return {qpResult, reason}; in validateResults()
132 qpTestResult checkResult(VkResult result, const vector<UniquePipeline>&, duration, string& reason) in checkResult() argument
137 reason = ERROR_MSG.format(result, VK_RESULT); in checkResult()
148 qpTestResult checkPipelineMustBeValid(VkResult, const vector<UniquePipeline>& pipelines, duration, string& reason) in checkPipelineMustBeValid() argument
159 reason = ERROR_MSG.format(INDEX); in checkPipelineMustBeValid()
170 qpTestResult checkPipelineMustBeNull(VkResult, const vector<UniquePipeline>& pipelines, duration, string& reason) in checkPipelineMustBeNull() argument
192 checkPipelineNullAfterIndex(VkResult, const vector<UniquePipeline>& pipelines, duration, string& reason) checkPipelineNullAfterIndex() argument
238 checkElapsedTime(VkResult, const vector<UniquePipeline>&, duration elapsed, string& reason) checkElapsedTime() argument
[all...]
/third_party/python/Lib/unittest/
H A Dcase.py85 def _addSkip(result, test_case, reason):
88 addSkip(test_case, reason)
147 def skip(reason):
155 raise SkipTest(reason)
159 test_item.__unittest_skip_why__ = reason
161 if isinstance(reason, types.FunctionType):
162 test_item = reason
163 reason = ''
167 def skipIf(condition, reason):
172 return skip(reason)
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dsta_info.c464 int reason; in ap_handle_timer() local
578 reason = (sta->timeout_next == STA_DISASSOC) ? in ap_handle_timer()
582 hostapd_drv_sta_disassoc(hapd, sta->addr, reason); in ap_handle_timer()
609 reason = (sta->timeout_next == STA_DISASSOC) ? in ap_handle_timer()
618 mlme_disassociate_indication(hapd, sta, reason); in ap_handle_timer()
852 u16 reason) in ap_sta_disassociate()
882 sta->disassoc_reason = reason; in ap_sta_disassociate()
904 u16 reason) in ap_sta_deauthenticate()
910 ap_sta_disassociate(hapd, sta, reason); in ap_sta_deauthenticate()
932 sta->deauth_reason = reason; in ap_sta_deauthenticate()
851 ap_sta_disassociate(struct hostapd_data *hapd, struct sta_info *sta, u16 reason) ap_sta_disassociate() argument
903 ap_sta_deauthenticate(struct hostapd_data *hapd, struct sta_info *sta, u16 reason) ap_sta_deauthenticate() argument
1514 ap_sta_disconnect(struct hostapd_data *hapd, struct sta_info *sta, const u8 *addr, u16 reason) ap_sta_disconnect() argument
1662 u16 reason; ap_sta_delayed_1x_auth_fail_cb() local
[all...]
/kernel/linux/linux-5.10/drivers/misc/sgi-xp/
H A Dxpc_main.c356 * be servicing all the requests in one pass. The reason it's in xpc_channel_mgr()
576 if (part->reason == xpReactivating) { in xpc_activating()
948 xpc_do_exit(enum xp_retval reason) in xpc_do_exit() argument
993 XPC_DEACTIVATE_PARTITION(part, reason); in xpc_do_exit()
1034 if (reason == xpUnloading) { in xpc_do_exit()
1057 enum xp_retval reason; in xpc_system_reboot() local
1061 reason = xpSystemReboot; in xpc_system_reboot()
1064 reason = xpSystemHalt; in xpc_system_reboot()
1067 reason = xpSystemPoweroff; in xpc_system_reboot()
1070 reason in xpc_system_reboot()
[all...]
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/
H A Dxpc_main.c347 * be servicing all the requests in one pass. The reason it's in xpc_channel_mgr()
567 if (part->reason == xpReactivating) { in xpc_activating()
939 xpc_do_exit(enum xp_retval reason) in xpc_do_exit() argument
984 XPC_DEACTIVATE_PARTITION(part, reason); in xpc_do_exit()
1025 if (reason == xpUnloading) { in xpc_do_exit()
1050 enum xp_retval reason; in xpc_system_reboot() local
1054 reason = xpSystemReboot; in xpc_system_reboot()
1057 reason = xpSystemHalt; in xpc_system_reboot()
1060 reason = xpSystemPoweroff; in xpc_system_reboot()
1063 reason in xpc_system_reboot()
[all...]
/third_party/python/Objects/
H A Dexceptions.c2787 return get_unicode(((PyUnicodeErrorObject *)exc)->reason, "reason"); in PyUnicodeEncodeError_GetReason()
2794 return get_unicode(((PyUnicodeErrorObject *)exc)->reason, "reason"); in PyUnicodeDecodeError_GetReason()
2801 return get_unicode(((PyUnicodeErrorObject *)exc)->reason, "reason"); in PyUnicodeTranslateError_GetReason()
2806 PyUnicodeEncodeError_SetReason(PyObject *exc, const char *reason) in PyUnicodeEncodeError_SetReason() argument
2808 return set_unicodefromstring(&((PyUnicodeErrorObject *)exc)->reason, in PyUnicodeEncodeError_SetReason()
2809 reason); in PyUnicodeEncodeError_SetReason()
2814 PyUnicodeDecodeError_SetReason(PyObject *exc, const char *reason) in PyUnicodeDecodeError_SetReason() argument
2822 PyUnicodeTranslateError_SetReason(PyObject *exc, const char *reason) PyUnicodeTranslateError_SetReason() argument
3075 PyUnicodeDecodeError_Create( const char *encoding, const char *object, Py_ssize_t length, Py_ssize_t start, Py_ssize_t end, const char *reason) PyUnicodeDecodeError_Create() argument
3172 _PyUnicodeTranslateError_Create( PyObject *object, Py_ssize_t start, Py_ssize_t end, const char *reason) _PyUnicodeTranslateError_Create() argument
[all...]
/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/
H A Dplugin_kvm.c211 #define _ER(reason, val) { #reason, val },
260 const char *reason; in print_exit_reason() local
268 reason = find_exit_reason(isa, val); in print_exit_reason()
269 if (reason) in print_exit_reason()
270 trace_seq_printf(s, "reason %s", reason); in print_exit_reason()
272 trace_seq_printf(s, "reason UNKNOWN (%llu)", val); in print_exit_reason()
/kernel/linux/linux-5.10/include/trace/events/
H A Drcu.h285 TP_PROTO(const char *rcuname, int cpu, const char *reason),
287 TP_ARGS(rcuname, cpu, reason),
292 __field(const char *, reason)
298 __entry->reason = reason;
301 TP_printk("%s %d %s", __entry->rcuname, __entry->cpu, __entry->reason)

Completed in 24 milliseconds

1...<<11121314151617181920>>...100