Home
last modified time | relevance | path

Searched refs:reason (Results 101 - 125 of 2436) sorted by relevance

12345678910>>...98

/third_party/python/Tools/ssl/
H A Dmake_ssl_data.py5 `library` and `reason` mnemonics to a more recent OpenSSL version.
54 reason, libname, errname, num = match.groups()
55 if "_F_" in reason:
59 yield reason, libname, errname, num
66 reason, libname, errname, num = match.groups()
68 yield reason, libname, errname, num
86 for reason, libname, errname, num in args.reasons:
87 yield f" #ifdef {reason}"
88 yield f' {{"{errname}", ERR_LIB_{libname}, {reason}}},'
/third_party/node/test/parallel/
H A Dtest-abortcontroller.js156 // Test AbortSignal.reason
158 ac.abort('reason');
159 strictEqual(ac.signal.reason, 'reason');
163 // Test AbortSignal.reason
164 const signal = AbortSignal.abort('reason');
165 strictEqual(signal.reason, 'reason');
174 strictEqual(signal.reason.name, 'TimeoutError');
175 strictEqual(signal.reason
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmbo.c28 static int wpas_mbo_validate_non_pref_chan(u8 oper_class, u8 chan, u8 reason) in wpas_mbo_validate_non_pref_chan() argument
30 if (reason > MBO_NON_PREF_CHAN_REASON_INT_INTERFERENCE) in wpas_mbo_validate_non_pref_chan()
97 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].reason); in wpas_mbo_non_pref_chan_attr_body()
166 non_pref->reason != start_pref->reason || in wpas_mbo_non_pref_chan_attrs()
295 * preference and reason. To make it easy for the functions that build
297 * by their oper_class and reason.
305 if (a->reason != b->reason) in wpa_non_pref_chan_cmp()
306 return (int) a->reason in wpa_non_pref_chan_cmp()
534 wpas_mbo_ie_bss_trans_reject(struct wpa_supplicant *wpa_s, u8 *pos, size_t len, enum mbo_transition_reject_reason reason) wpas_mbo_ie_bss_trans_reject() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dmbo.c29 static int wpas_mbo_validate_non_pref_chan(u8 oper_class, u8 chan, u8 reason) in wpas_mbo_validate_non_pref_chan() argument
31 if (reason > MBO_NON_PREF_CHAN_REASON_INT_INTERFERENCE) in wpas_mbo_validate_non_pref_chan()
127 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].reason); in wpas_mbo_non_pref_chan_attr_body()
196 non_pref->reason != start_pref->reason || in wpas_mbo_non_pref_chan_attrs()
325 * preference and reason. To make it easy for the functions that build
327 * by their oper_class and reason.
335 if (a->reason != b->reason) in wpa_non_pref_chan_cmp()
336 return (int) a->reason in wpa_non_pref_chan_cmp()
564 wpas_mbo_ie_bss_trans_reject(struct wpa_supplicant *wpa_s, u8 *pos, size_t len, enum mbo_transition_reject_reason reason) wpas_mbo_ie_bss_trans_reject() argument
[all...]
/kernel/linux/linux-5.10/include/trace/events/
H A Dafs.h1393 enum afs_cb_break_reason reason, bool skipped),
1395 TP_ARGS(fid, cb_break, reason, skipped),
1400 __field(enum afs_cb_break_reason, reason )
1407 __entry->reason = reason;
1415 __print_symbolic(__entry->reason, afs_cb_break_reasons))
1419 TP_PROTO(struct afs_fid *fid, enum afs_cb_break_reason reason),
1421 TP_ARGS(fid, reason),
1425 __field(enum afs_cb_break_reason, reason )
1430 __entry->reason
[all...]
/kernel/linux/linux-6.6/include/trace/events/
H A Dafs.h1390 enum afs_cb_break_reason reason, bool skipped),
1392 TP_ARGS(fid, cb_break, reason, skipped),
1397 __field(enum afs_cb_break_reason, reason )
1404 __entry->reason = reason;
1412 __print_symbolic(__entry->reason, afs_cb_break_reasons))
1416 TP_PROTO(struct afs_fid *fid, enum afs_cb_break_reason reason),
1418 TP_ARGS(fid, reason),
1422 __field(enum afs_cb_break_reason, reason )
1427 __entry->reason
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H A Dndisc.c802 SKB_DR(reason); in ndisc_recv_ns()
811 return reason; in ndisc_recv_ns()
820 return reason; in ndisc_recv_ns()
831 return reason; in ndisc_recv_ns()
842 return reason; in ndisc_recv_ns()
870 return reason; in ndisc_recv_ns()
902 return reason; in ndisc_recv_ns()
926 SKB_DR_SET(reason, IPV6_NDISC_NS_OTHERHOST); in ndisc_recv_ns()
961 reason = SKB_CONSUMED; in ndisc_recv_ns()
969 return reason; in ndisc_recv_ns()
1790 enum skb_drop_reason reason = ndisc_recv_ns(skb); pndisc_redo() local
[all...]
H A Dicmp.c640 enum skb_drop_reason reason) in icmpv6_param_prob_reason()
643 kfree_skb_reason(skb, reason); in icmpv6_param_prob_reason()
726 SKB_DR(reason); in icmpv6_echo_reply()
732 return reason; in icmpv6_echo_reply()
738 return reason; in icmpv6_echo_reply()
812 reason = SKB_CONSUMED; in icmpv6_echo_reply()
820 return reason; in icmpv6_echo_reply()
829 enum skb_drop_reason reason; in icmpv6_notify() local
834 reason = pskb_may_pull_reason(skb, sizeof(struct ipv6hdr)); in icmpv6_notify()
835 if (reason ! in icmpv6_notify()
639 icmpv6_param_prob_reason(struct sk_buff *skb, u8 code, int pos, enum skb_drop_reason reason) icmpv6_param_prob_reason() argument
883 enum skb_drop_reason reason = SKB_DROP_REASON_NOT_SPECIFIED; icmpv6_rcv() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dlapb.h28 void (*connect_confirmation)(struct net_device *dev, int reason);
29 void (*connect_indication)(struct net_device *dev, int reason);
30 void (*disconnect_confirmation)(struct net_device *dev, int reason);
31 void (*disconnect_indication)(struct net_device *dev, int reason);
/kernel/linux/linux-6.6/include/linux/
H A Dlapb.h33 void (*connect_confirmation)(struct net_device *dev, int reason);
34 void (*connect_indication)(struct net_device *dev, int reason);
35 void (*disconnect_confirmation)(struct net_device *dev, int reason);
36 void (*disconnect_indication)(struct net_device *dev, int reason);
/kernel/linux/linux-6.6/fs/afs/
H A Dcallback.c74 void __afs_break_callback(struct afs_vnode *vnode, enum afs_cb_break_reason reason) in __afs_break_callback() argument
87 if (reason != afs_cb_break_for_deleted && in __afs_break_callback()
92 trace_afs_cb_break(&vnode->fid, vnode->cb_break, reason, true); in __afs_break_callback()
94 trace_afs_cb_break(&vnode->fid, vnode->cb_break, reason, false); in __afs_break_callback()
98 void afs_break_callback(struct afs_vnode *vnode, enum afs_cb_break_reason reason) in afs_break_callback() argument
101 __afs_break_callback(vnode, reason); in afs_break_callback()
/kernel/linux/linux-6.6/include/net/
H A Ddropreason-core.h88 * The reason of skb drop, which is used in kfree_skb_reason().
97 /** @SKB_DROP_REASON_NOT_SPECIFIED: drop reason is not specified */
350 * shouldn't be used as a real 'reason' - only for tracing code gen
363 #define SKB_DR_INIT(name, reason) \
364 enum skb_drop_reason name = SKB_DROP_REASON_##reason
367 #define SKB_DR_SET(name, reason) \
368 (name = SKB_DROP_REASON_##reason)
369 #define SKB_DR_OR(name, reason) \
373 SKB_DR_SET(name, reason); \
/kernel/linux/linux-6.6/net/ipv4/
H A Dip_forward.c92 SKB_DR(reason); in ip_forward()
105 SKB_DR_SET(reason, XFRM_POLICY); in ip_forward()
124 SKB_DR_SET(reason, XFRM_POLICY); in ip_forward()
139 SKB_DR_SET(reason, PKT_TOO_BIG); in ip_forward()
177 SKB_DR_SET(reason, IP_INHDR); in ip_forward()
179 kfree_skb_reason(skb, reason); in ip_forward()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-captive-portal/
H A Dminimal-http-client-captive-portal.c31 callback_http(struct lws *wsi, enum lws_callback_reasons reason, in callback_http() argument
34 switch (reason) { in callback_http()
101 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_http()
109 callback_cpd_http(struct lws *wsi, enum lws_callback_reasons reason, in callback_cpd_http() argument
114 switch (reason) { in callback_cpd_http()
154 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_cpd_http()
/third_party/node/lib/timers/
H A Dpromises.js48 reject(new AbortError(undefined, { cause: signal?.reason }));
76 return PromiseReject(new AbortError(undefined, { cause: signal.reason }));
118 return PromiseReject(new AbortError(undefined, { cause: signal.reason }));
145 throw new AbortError(undefined, { cause: signal?.reason });
166 new AbortError(undefined, { cause: signal.reason })));
182 throw new AbortError(undefined, { cause: signal?.reason });
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DResourceVk.cpp29 RenderPassClosureReason reason) in WaitForIdle()
34 ANGLE_TRY(contextVk->flushImpl(nullptr, reason)); in WaitForIdle()
82 RenderPassClosureReason reason) in waitForIdle()
84 return WaitForIdle(contextVk, this, debugMessage, reason); in waitForIdle()
120 RenderPassClosureReason reason) in waitForIdle()
122 return WaitForIdle(contextVk, this, debugMessage, reason); in waitForIdle()
26 WaitForIdle(ContextVk *contextVk, T *resource, const char *debugMessage, RenderPassClosureReason reason) WaitForIdle() argument
80 waitForIdle(ContextVk *contextVk, const char *debugMessage, RenderPassClosureReason reason) waitForIdle() argument
118 waitForIdle(ContextVk *contextVk, const char *debugMessage, RenderPassClosureReason reason) waitForIdle() argument
/kernel/linux/linux-5.10/arch/powerpc/platforms/4xx/
H A Dmachine_check.c13 unsigned long reason = regs->dsisr; in machine_check_4xx() local
15 if (reason & ESR_IMCP) { in machine_check_4xx()
17 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_4xx()
/kernel/linux/linux-6.6/arch/powerpc/platforms/4xx/
H A Dmachine_check.c13 unsigned long reason = regs->esr; in machine_check_4xx() local
15 if (reason & ESR_IMCP) { in machine_check_4xx()
17 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_4xx()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_pipe_control.c59 const char *reason, in iris_emit_pipe_control_flush()
75 iris_emit_end_of_pipe_sync(batch, reason, in iris_emit_pipe_control_flush()
80 batch->screen->vtbl.emit_raw_pipe_control(batch, reason, flags, NULL, 0, 0); in iris_emit_pipe_control_flush()
93 const char *reason, uint32_t flags, in iris_emit_pipe_control_write()
97 batch->screen->vtbl.emit_raw_pipe_control(batch, reason, flags, bo, offset, imm); in iris_emit_pipe_control_write()
124 const char *reason, uint32_t flags) in iris_emit_end_of_pipe_sync()
148 iris_emit_pipe_control_write(batch, reason, in iris_emit_end_of_pipe_sync()
58 iris_emit_pipe_control_flush(struct iris_batch *batch, const char *reason, uint32_t flags) iris_emit_pipe_control_flush() argument
92 iris_emit_pipe_control_write(struct iris_batch *batch, const char *reason, uint32_t flags, struct iris_bo *bo, uint32_t offset, uint64_t imm) iris_emit_pipe_control_write() argument
123 iris_emit_end_of_pipe_sync(struct iris_batch *batch, const char *reason, uint32_t flags) iris_emit_end_of_pipe_sync() argument
/kernel/linux/linux-5.10/fs/afs/
H A Dcallback.c40 void __afs_break_callback(struct afs_vnode *vnode, enum afs_cb_break_reason reason) in __afs_break_callback() argument
52 trace_afs_cb_break(&vnode->fid, vnode->cb_break, reason, true); in __afs_break_callback()
54 trace_afs_cb_break(&vnode->fid, vnode->cb_break, reason, false); in __afs_break_callback()
58 void afs_break_callback(struct afs_vnode *vnode, enum afs_cb_break_reason reason) in afs_break_callback() argument
61 __afs_break_callback(vnode, reason); in afs_break_callback()
/kernel/linux/linux-6.6/rust/alloc/collections/
H A Dmod.rs73 reason = "Uncertain how much info should be exposed",
85 reason = "Uncertain how much info should be exposed",
102 reason = "\
113 reason = "Uncertain how much info should be exposed",
123 #[unstable(feature = "try_reserve_kind", reason = "new API", issue = "48043")]
139 let reason = match self.kind { in fmt()
147 fmt.write_str(reason) in fmt()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-lejp.h116 * \param reason: Callback reason
123 * The reasons it might get called, found in @reason, are:
174 LWS_EXTERN signed char _lejp_callback(struct lejp_ctx *ctx, char reason);
176 typedef signed char (*lejp_callback)(struct lejp_ctx *ctx, char reason);
211 signed char (*callback)(struct lejp_ctx *ctx, char reason);
264 signed char (*callback)(struct lejp_ctx *ctx, char reason),
275 signed char (*callback)(struct lejp_ctx *ctx, char reason));
/third_party/libwebsockets/test-apps/
H A Dtest-lecp.c55 cb(struct lecp_ctx *ctx, char reason) in cb() argument
65 reason_names[(unsigned int)(reason) & in cb()
69 if (reason & LECP_FLAG_CB_IS_VALUE) { in cb()
71 switch (reason) { in cb()
122 switch (reason) { in cb()
/third_party/python/Lib/lib2to3/
H A Dfixer_base.py122 def cannot_convert(self, node, reason=None):
134 if reason:
135 self.log_message(reason)
137 def warning(self, node, reason):
145 self.log_message("Line %d: %s" % (lineno, reason))
/third_party/vixl/tools/
H A Dtest_runner.py64 reason = lines[i][len(skipped_id):]
67 test.shared.tests_skipped.setdefault(reason, 0)
68 test.shared.tests_skipped[reason] += 1
104 for n_tests, reason in skipped:
106 self.AddKnownFailures(reason, n_tests)

Completed in 15 milliseconds

12345678910>>...98