Home
last modified time | relevance | path

Searched refs:ecode (Results 1 - 25 of 83) sorted by relevance

1234

/third_party/musl/src/network/
H A Dhstrerror.c12 const char *hstrerror(int ecode) in hstrerror() argument
15 for (s=msgs, ecode--; ecode && *s; ecode--, s++) for (; *s; s++); in hstrerror()
H A Dgai_strerror.c19 const char *gai_strerror(int ecode) in gai_strerror() argument
22 for (s=msgs, ecode++; ecode && *s; ecode++, s++) for (; *s; s++); in gai_strerror()
/third_party/node/test/overlapped-checker/
H A Dmain_win.c64 int ecode = GetLastError(); in main() local
68 ecode, in main()
75 "WaitForSingleObject failed. Error %d (%s)", ecode, emsg); in main()
78 "WaitForSingleObject failed. Error %d", ecode); in main()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/pds_core/
H A Dadminq.c26 u16 ecode = le16_to_cpu(comp->event.ecode); in pdsc_process_notifyq() local
28 switch (ecode) { in pdsc_process_notifyq()
30 dev_info(pdsc->dev, "NotifyQ LINK_CHANGE ecode %d eid %lld\n", in pdsc_process_notifyq()
31 ecode, eid); in pdsc_process_notifyq()
36 dev_info(pdsc->dev, "NotifyQ RESET ecode %d eid %lld\n", in pdsc_process_notifyq()
37 ecode, eid); in pdsc_process_notifyq()
42 dev_info(pdsc->dev, "NotifyQ XCVR ecode %d eid %lld\n", in pdsc_process_notifyq()
43 ecode, eid); in pdsc_process_notifyq()
47 dev_info(pdsc->dev, "NotifyQ ecode in pdsc_process_notifyq()
[all...]
/kernel/linux/linux-6.6/arch/riscv/kvm/
H A Dvcpu_pmu.c116 u32 ecode = get_event_code(eidx); in kvm_pmu_get_perf_event_config() local
121 if (ecode < SBI_PMU_HW_GENERAL_MAX) in kvm_pmu_get_perf_event_config()
122 config = kvm_pmu_get_perf_event_hw_config(ecode); in kvm_pmu_get_perf_event_config()
125 config = kvm_pmu_get_perf_event_cache_config(ecode); in kvm_pmu_get_perf_event_config()
131 if (ecode < SBI_PMU_FW_MAX) in kvm_pmu_get_perf_event_config()
132 config = (1ULL << 63) | ecode; in kvm_pmu_get_perf_event_config()
144 u32 ecode = get_event_code(eidx); in kvm_pmu_get_fixed_pmc_index() local
149 if (ecode == SBI_PMU_HW_CPU_CYCLES) in kvm_pmu_get_fixed_pmc_index()
151 else if (ecode == SBI_PMU_HW_INSTRUCTIONS) in kvm_pmu_get_fixed_pmc_index()
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw_qp_rx.c170 enum ddp_ecode ecode; in siw_rresp_check_ntoh() local
193 ecode = DDP_ECODE_T_INVALID_STAG; in siw_rresp_check_ntoh()
200 ecode = DDP_ECODE_T_BASE_BOUNDS; in siw_rresp_check_ntoh()
208 ecode = DDP_ECODE_T_BASE_BOUNDS; in siw_rresp_check_ntoh()
214 DDP_ETYPE_TAGGED_BUF, ecode, 0); in siw_rresp_check_ntoh() local
233 enum ddp_ecode ecode; in siw_write_check_ntoh() local
247 ecode = DDP_ECODE_T_INVALID_STAG; in siw_write_check_ntoh()
255 ecode = DDP_ECODE_T_BASE_BOUNDS; in siw_write_check_ntoh()
262 DDP_ETYPE_TAGGED_BUF, ecode, 0); in siw_write_check_ntoh() local
282 enum ddp_ecode ecode; in siw_send_check_ntoh() local
326 DDP_ETYPE_UNTAGGED_BUF, ecode, 0); siw_send_check_ntoh() local
1037 enum ddp_ecode ecode; siw_get_hdr() local
1050 etype, ecode, 0); siw_get_hdr() local
[all...]
H A Diwarp.h198 __be32 ecode : 8; member
208 __be32 ecode : 8; member
253 return term->ecode; in __rdmap_term_ecode()
257 u8 ecode) in __rdmap_term_set_ecode()
259 term->ecode = ecode; in __rdmap_term_set_ecode()
256 __rdmap_term_set_ecode(struct iwarp_terminate *term, u8 ecode) __rdmap_term_set_ecode() argument
H A Dsiw_qp.c334 * RFC 5041 (DDP) lacks an ecode for insufficient access in siw_tagged_error()
365 u8 ecode, int in_tx) in siw_init_terminate()
371 qp->term_info.ecode = ecode; in siw_init_terminate()
376 layer, etype, ecode, in_tx ? "yes" : "no"); in siw_init_terminate()
443 __rdmap_term_set_ecode(term, qp->term_info.ecode); in siw_send_terminate()
512 if ((qp->term_info.ecode == RDMAP_ECODE_VERSION) || in siw_send_terminate()
513 (qp->term_info.ecode == RDMAP_ECODE_OPCODE)) in siw_send_terminate()
541 (qp->term_info.ecode == DDP_ECODE_T_VERSION)) || in siw_send_terminate()
543 (qp->term_info.ecode in siw_send_terminate()
364 siw_init_terminate(struct siw_qp *qp, enum term_elayer layer, u8 etype, u8 ecode, int in_tx) siw_init_terminate() argument
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H A Dsiw_qp_rx.c170 enum ddp_ecode ecode; in siw_rresp_check_ntoh() local
193 ecode = DDP_ECODE_T_INVALID_STAG; in siw_rresp_check_ntoh()
200 ecode = DDP_ECODE_T_BASE_BOUNDS; in siw_rresp_check_ntoh()
208 ecode = DDP_ECODE_T_BASE_BOUNDS; in siw_rresp_check_ntoh()
214 DDP_ETYPE_TAGGED_BUF, ecode, 0); in siw_rresp_check_ntoh() local
233 enum ddp_ecode ecode; in siw_write_check_ntoh() local
247 ecode = DDP_ECODE_T_INVALID_STAG; in siw_write_check_ntoh()
255 ecode = DDP_ECODE_T_BASE_BOUNDS; in siw_write_check_ntoh()
262 DDP_ETYPE_TAGGED_BUF, ecode, 0); in siw_write_check_ntoh() local
282 enum ddp_ecode ecode; in siw_send_check_ntoh() local
326 DDP_ETYPE_UNTAGGED_BUF, ecode, 0); siw_send_check_ntoh() local
1037 enum ddp_ecode ecode; siw_get_hdr() local
1050 etype, ecode, 0); siw_get_hdr() local
[all...]
H A Diwarp.h185 __be32 ecode : 8; member
195 __be32 ecode : 8; member
240 return term->ecode; in __rdmap_term_ecode()
244 u8 ecode) in __rdmap_term_set_ecode()
246 term->ecode = ecode; in __rdmap_term_set_ecode()
243 __rdmap_term_set_ecode(struct iwarp_terminate *term, u8 ecode) __rdmap_term_set_ecode() argument
H A Dsiw_qp.c337 * RFC 5041 (DDP) lacks an ecode for insufficient access in siw_tagged_error()
368 u8 ecode, int in_tx) in siw_init_terminate()
374 qp->term_info.ecode = ecode; in siw_init_terminate()
379 layer, etype, ecode, in_tx ? "yes" : "no"); in siw_init_terminate()
446 __rdmap_term_set_ecode(term, qp->term_info.ecode); in siw_send_terminate()
515 if ((qp->term_info.ecode == RDMAP_ECODE_VERSION) || in siw_send_terminate()
516 (qp->term_info.ecode == RDMAP_ECODE_OPCODE)) in siw_send_terminate()
544 (qp->term_info.ecode == DDP_ECODE_T_VERSION)) || in siw_send_terminate()
546 (qp->term_info.ecode in siw_send_terminate()
367 siw_init_terminate(struct siw_qp *qp, enum term_elayer layer, u8 etype, u8 ecode, int in_tx) siw_init_terminate() argument
[all...]
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c4019 int ecode = SWIG_AsVal_int(obj1, &val); variable
4020 if (!SWIG_IsOK(ecode)) {
4021 SWIG_exception_fail(SWIG_ArgError(ecode), "in method '" "wrap_WebPEncodeRGB" "', argument " "2"" of type '" "int""'");
4025 res2 = SWIG_AddTmpMask(ecode);
4029 int ecode = SWIG_AsVal_int(obj2, &val); variable
4030 if (!SWIG_IsOK(ecode)) {
4031 SWIG_exception_fail(SWIG_ArgError(ecode), "in method '" "wrap_WebPEncodeRGB" "', argument " "3"" of type '" "int""'");
4035 res3 = SWIG_AddTmpMask(ecode);
4139 int ecode = SWIG_AsVal_int(obj1, &val); variable
4140 if (!SWIG_IsOK(ecode)) {
4149 int ecode = SWIG_AsVal_int(obj2, &val); global() variable
4259 int ecode = SWIG_AsVal_int(obj1, &val); global() variable
4269 int ecode = SWIG_AsVal_int(obj2, &val); global() variable
4379 int ecode = SWIG_AsVal_int(obj1, &val); global() variable
4389 int ecode = SWIG_AsVal_int(obj2, &val); global() variable
4495 int ecode = SWIG_AsVal_int(obj1, &val); global() variable
4505 int ecode = SWIG_AsVal_int(obj2, &val); global() variable
4606 int ecode = SWIG_AsVal_int(obj1, &val); global() variable
4616 int ecode = SWIG_AsVal_int(obj2, &val); global() variable
4717 int ecode = SWIG_AsVal_int(obj1, &val); global() variable
4727 int ecode = SWIG_AsVal_int(obj2, &val); global() variable
4828 int ecode = SWIG_AsVal_int(obj1, &val); global() variable
4838 int ecode = SWIG_AsVal_int(obj2, &val); global() variable
[all...]
/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dkey_gen.c18 int ecode = 0; in split_key_done() local
23 ecode = caam_jr_strstatus(dev, err); in split_key_done()
25 res->err = ecode; in split_key_done()
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dkey_gen.c18 int ecode = 0; in split_key_done() local
23 ecode = caam_jr_strstatus(dev, err); in split_key_done()
25 res->err = ecode; in split_key_done()
H A Dblob_gen.c45 int ecode = 0; in caam_blob_job_done() local
50 ecode = caam_jr_strstatus(dev, err); in caam_blob_job_done()
52 res->err = ecode; in caam_blob_job_done()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dkfd_ioctl.h885 /* Mask generated by ecode in kfd_dbg_trap_exception_code */
886 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1))
914 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) \
915 (!!(KFD_EC_MASK(ecode) & KFD_EC_MASK_QUEUE))
916 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) \
917 (!!(KFD_EC_MASK(ecode) & KFD_EC_MASK_DEVICE))
918 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) \
919 (!!(KFD_EC_MASK(ecode) & KFD_EC_MASK_PROCESS))
/kernel/linux/linux-6.6/drivers/vfio/pci/pds/
H A Dpci_drv.c66 unsigned long ecode, void *data) in pds_vfio_pci_notify_handler()
73 dev_dbg(dev, "%s: event code %lu\n", __func__, ecode); in pds_vfio_pci_notify_handler()
83 if (ecode == PDS_EVENT_RESET) { in pds_vfio_pci_notify_handler()
65 pds_vfio_pci_notify_handler(struct notifier_block *nb, unsigned long ecode, void *data) pds_vfio_pci_notify_handler() argument
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Dqp.c1425 u8 *ecode) in build_term_codes()
1435 *ecode = 0; in build_term_codes()
1451 *ecode = RDMAP_CANT_INV_STAG; in build_term_codes()
1454 *ecode = RDMAP_INV_STAG; in build_term_codes()
1461 *ecode = RDMAP_CANT_INV_STAG; in build_term_codes()
1463 *ecode = RDMAP_STAG_NOT_ASSOC; in build_term_codes()
1467 *ecode = RDMAP_STAG_NOT_ASSOC; in build_term_codes()
1471 *ecode = RDMAP_ACC_VIOL; in build_term_codes()
1475 *ecode = RDMAP_TO_WRAP; in build_term_codes()
1480 *ecode in build_term_codes()
1424 build_term_codes(struct t4_cqe *err_cqe, u8 *layer_type, u8 *ecode) build_term_codes() argument
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Dqp.c1425 u8 *ecode) in build_term_codes()
1435 *ecode = 0; in build_term_codes()
1451 *ecode = RDMAP_CANT_INV_STAG; in build_term_codes()
1454 *ecode = RDMAP_INV_STAG; in build_term_codes()
1461 *ecode = RDMAP_CANT_INV_STAG; in build_term_codes()
1463 *ecode = RDMAP_STAG_NOT_ASSOC; in build_term_codes()
1467 *ecode = RDMAP_STAG_NOT_ASSOC; in build_term_codes()
1471 *ecode = RDMAP_ACC_VIOL; in build_term_codes()
1475 *ecode = RDMAP_TO_WRAP; in build_term_codes()
1480 *ecode in build_term_codes()
1424 build_term_codes(struct t4_cqe *err_cqe, u8 *layer_type, u8 *ecode) build_term_codes() argument
[all...]
/kernel/linux/linux-6.6/include/linux/pds/
H A Dpds_adminq.h62 * @ecode: event code
69 __le16 ecode; member
75 * @ecode: event code = PDS_EVENT_LINK_CHANGE
83 __le16 ecode; member
91 * @ecode: event code = PDS_EVENT_RESET
100 __le16 ecode; member
108 * @ecode: event code = PDS_EVENT_CLIENT
116 __le16 ecode; member
135 __le16 ecode; member
/third_party/python/Modules/
H A Dgetaddrinfo.c205 gai_strerror(int ecode) in gai_strerror() argument
207 if (ecode < 0 || ecode > EAI_MAX) in gai_strerror()
208 ecode = EAI_MAX; in gai_strerror()
209 return ai_errlist[ecode]; in gai_strerror()
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.c434 union otx_cpt_error_code ecode; in cpt_process_ccode() local
436 ecode.u = be64_to_cpup((__be64 *)cpt_info->out_buffer); in cpt_process_ccode()
447 ecode.s.ccode); in cpt_process_ccode()
470 if (ecode.s.ccode) { in cpt_process_ccode()
480 ecode.s.ccode == ERR_SCATTER_GATHER_WRITE_LENGTH) { in cpt_process_ccode()
487 ecode.s.ccode); in cpt_process_ccode()
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.c434 union otx_cpt_error_code ecode; in cpt_process_ccode() local
436 ecode.u = be64_to_cpup((__be64 *)cpt_info->out_buffer); in cpt_process_ccode()
447 ecode.s.ccode); in cpt_process_ccode()
470 if (ecode.s.ccode) { in cpt_process_ccode()
480 ecode.s.ccode == ERR_SCATTER_GATHER_WRITE_LENGTH) { in cpt_process_ccode()
487 ecode.s.ccode); in cpt_process_ccode()
/third_party/musl/libc-test/src/functional/
H A Diconv_test.c75 int IsExcludeToEncode(char *ecode) in IsExcludeToEncode() argument
78 if (strcmp(ecode, g_excludeToEncodeArray[i]) == 0) { in IsExcludeToEncode()
/kernel/linux/linux-5.10/net/9p/
H A Dclient.c501 int ecode; in p9_check_errors() local
526 &ename, &ecode); in p9_check_errors()
532 if (p9_is_proto_dotu(c) && ecode < 512) in p9_check_errors()
533 err = -ecode; in p9_check_errors()
539 -ecode, ename); in p9_check_errors()
543 err = p9pdu_readf(&req->rc, c->proto_version, "d", &ecode); in p9_check_errors()
546 err = -ecode; in p9_check_errors()
548 p9_debug(P9_DEBUG_9P, "<<< RLERROR (%d)\n", -ecode); in p9_check_errors()
575 int ecode; in p9_check_zc_errors() local
616 &ename, &ecode); in p9_check_zc_errors()
[all...]

Completed in 29 milliseconds

1234