Home
last modified time | relevance | path

Searched refs:reason (Results 876 - 900 of 2455) sorted by relevance

1...<<31323334353637383940>>...99

/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-5.10/drivers/mtd/
H A Dmtdoops.c270 enum kmsg_dump_reason reason) in mtdoops_do_dump()
276 if (reason == KMSG_DUMP_OOPS && !dump_oops) in mtdoops_do_dump()
282 if (reason != KMSG_DUMP_OOPS) { in mtdoops_do_dump()
269 mtdoops_do_dump(struct kmsg_dumper *dumper, enum kmsg_dump_reason reason) mtdoops_do_dump() argument
/kernel/linux/linux-6.6/arch/arm/xen/
H A Denlighten.c178 void xen_reboot(int reason) in xen_reboot() argument
180 struct sched_shutdown r = { .reason = reason }; in xen_reboot()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dentry.S211 xc __SF_SIE_REASON(8,%r15),__SF_SIE_REASON(%r15) # reason code = 0
260 lg %r2,__SF_SIE_REASON(%r15) # return exit reason code
264 stg %r14,__SF_SIE_REASON(%r15) # set exit reason code
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dsbi.c485 static void sbi_srst_reset(unsigned long type, unsigned long reason) in sbi_srst_reset() argument
487 sbi_ecall(SBI_EXT_SRST, SBI_EXT_SRST_RESET, type, reason, in sbi_srst_reset()
489 pr_warn("%s: type=0x%lx reason=0x%lx failed\n", in sbi_srst_reset()
490 __func__, type, reason); in sbi_srst_reset()
/kernel/linux/linux-5.10/drivers/target/tcm_fc/
H A Dtfc_sess.c163 char *reason = "no session created"; in ft_sess_get() local
168 reason = "not an FCP port"; in ft_sess_get()
185 port_id, reason); in ft_sess_get()
/kernel/linux/linux-5.10/net/sctp/
H A Dtransport.c496 enum sctp_lower_cwnd reason) in sctp_transport_lower_cwnd()
500 switch (reason) { in sctp_transport_lower_cwnd()
582 pr_debug("%s: transport:%p, reason:%d, cwnd:%d, ssthresh:%d\n", in sctp_transport_lower_cwnd()
583 __func__, transport, reason, transport->cwnd, in sctp_transport_lower_cwnd()
495 sctp_transport_lower_cwnd(struct sctp_transport *transport, enum sctp_lower_cwnd reason) sctp_transport_lower_cwnd() argument
/kernel/linux/linux-5.10/net/rxrpc/
H A Dconn_event.c48 if (pkt.ack.reason == RXRPC_ACK_PING_RESPONSE) in rxrpc_conn_retransmit_call()
104 pkt.ack.reason = skb ? RXRPC_ACK_DUPLICATE : RXRPC_ACK_IDLE; in rxrpc_conn_retransmit_call()
139 pkt.ack.reason, 0); in rxrpc_conn_retransmit_call()
/kernel/linux/linux-6.6/drivers/mtd/
H A Dmtdoops.c301 enum kmsg_dump_reason reason) in mtdoops_do_dump()
308 if (reason == KMSG_DUMP_OOPS && !dump_oops) in mtdoops_do_dump()
320 if (reason != KMSG_DUMP_OOPS) { in mtdoops_do_dump()
300 mtdoops_do_dump(struct kmsg_dumper *dumper, enum kmsg_dump_reason reason) mtdoops_do_dump() argument
/kernel/linux/linux-6.6/drivers/accel/qaic/
H A Dmhi_controller.c444 static void mhi_status_cb(struct mhi_controller *mhi_cntrl, enum mhi_callback reason) in mhi_status_cb() argument
449 if (reason == MHI_CB_FATAL_ERROR) in mhi_status_cb()
452 if (reason == MHI_CB_SYS_ERROR) in mhi_status_cb()
/kernel/linux/linux-6.6/drivers/target/tcm_fc/
H A Dtfc_sess.c163 char *reason = "no session created"; in ft_sess_get() local
168 reason = "not an FCP port"; in ft_sess_get()
185 port_id, reason); in ft_sess_get()
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H A Dt7xx_state_monitor.c170 enum t7xx_ex_reason reason) in fsm_routine_exception()
183 switch (reason) { in fsm_routine_exception()
201 dev_err(dev, "Exception %d\n", reason); in fsm_routine_exception()
169 fsm_routine_exception(struct t7xx_fsm_ctl *ctl, struct t7xx_fsm_command *cmd, enum t7xx_ex_reason reason) fsm_routine_exception() argument
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dbuiltin-test.c284 const char *reason = skip_reason(t, subtest); in test_and_print() local
286 if (reason) in test_and_print()
287 color_fprintf(stderr, PERF_COLOR_YELLOW, " Skip (%s)\n", reason); in test_and_print()
/kernel/linux/linux-6.6/net/rxrpc/
H A Dconn_event.c102 if (pkt.ack.reason == RXRPC_ACK_PING_RESPONSE) in rxrpc_conn_retransmit_call()
159 pkt.ack.reason = skb ? RXRPC_ACK_DUPLICATE : RXRPC_ACK_IDLE; in rxrpc_conn_retransmit_call()
174 pkt.ack.reason, 0, rxrpc_rx_window_size); in rxrpc_conn_retransmit_call()
/third_party/icu/tools/multi/proj/provider/glue/
H A Dcoll_fe.cpp488 U_CAPI UPlugTokenReturn U_EXPORT2 coll_provider_plugin (UPlugData *data, UPlugReason reason, UErrorCode *status);
490 U_CAPI UPlugTokenReturn U_EXPORT2 coll_provider_plugin (UPlugData *data, UPlugReason reason, UErrorCode *status) in coll_provider_plugin() argument
492 switch(reason) { in coll_provider_plugin()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ptrace.tex59 only portions of the \Prog{\_UPT}-facility. For this reason, the
106 to create the \Prog{\_UPT}-info-structure for any reason. For the
107 current implementation, the only reason this call may fail is when the
/third_party/libunwind/libunwind/src/ia64/
H A DGinit.c105 uint16_t reason; in access_reg() local
108 __uc_get_reason (uc, &reason); in access_reg()
148 else if (reg == UNW_IA64_AR_PFS && reason == REASON_SYSCALL) in access_reg()
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams-process.c326 callback_ss_proxy(struct lws *wsi, enum lws_callback_reasons reason, in callback_ss_proxy() argument
344 switch (reason) { in callback_ss_proxy()
744 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_ss_proxy()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/
H A Dminimal-http-client-multi.c166 callback_http(struct lws *wsi, enum lws_callback_reasons reason, in callback_http() argument
174 switch (reason) { in callback_http()
329 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_http()
/third_party/libwebsockets/plugins/raw-proxy/
H A Dprotocol_lws_raw_proxy.c173 callback_raw_proxy(struct lws *wsi, enum lws_callback_reasons reason, in callback_raw_proxy() argument
190 switch (reason) { in callback_raw_proxy()
554 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_raw_proxy()
/third_party/libwebsockets/test-apps/
H A Dtest-server.c84 lws_callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, in lws_callback_http() argument
95 switch (reason) { in lws_callback_http()
182 return lws_callback_http_dummy(wsi, reason, user, in, len); in lws_callback_http()
202 * to do any of this unless you have a reason (eg, want to serve
667 * to do any of this unless you have a reason (eg, want to serve in main()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_bufmgr.c470 v3d_bo_wait(struct v3d_bo *bo, uint64_t timeout_ns, const char *reason) in v3d_bo_wait() argument
474 if (unlikely(V3D_DEBUG & V3D_DEBUG_PERF) && timeout_ns && reason) { in v3d_bo_wait()
477 bo->name, reason); in v3d_bo_wait()

Completed in 21 milliseconds

1...<<31323334353637383940>>...99