/third_party/ffmpeg/libavformat/ |
H A D | network.h | 223 const char *ff_gai_strerror(int ecode);
|
/kernel/linux/linux-5.10/arch/mips/include/asm/sn/sn0/ |
H A D | hubio.h | 451 ecode: 3, /* Error Code */ member 473 ecode: 4, /* Error Code */ member 494 * values for "ecode" field
|
/kernel/linux/linux-6.6/arch/mips/include/asm/sn/sn0/ |
H A D | hubio.h | 451 ecode: 3, /* Error Code */ member 473 ecode: 4, /* Error Code */ member 494 * values for "ecode" field
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | nv50.c | 647 u32 ecode = nvkm_rd32(device, 0x400110); in nv50_gr_intr() local 648 en = nvkm_enum_find(nv50_data_error_names, ecode); in nv50_gr_intr() 650 ecode, en ? en->name : ""); in nv50_gr_intr()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | nv50.c | 647 u32 ecode = nvkm_rd32(device, 0x400110); in nv50_gr_intr() local 648 en = nvkm_enum_find(nv50_data_error_names, ecode); in nv50_gr_intr() 650 ecode, en ? en->name : ""); in nv50_gr_intr()
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/ |
H A D | siw_qp_tx.c | 796 enum rdmap_ecode ecode = RDMAP_ECODE_CATASTROPHIC_STREAM; in siw_qp_sq_proc_tx() local 820 ecode = siw_rdmap_error(-rv); in siw_qp_sq_proc_tx() 919 if (ecode != RDMAP_ECODE_CATASTROPHIC_STREAM) in siw_qp_sq_proc_tx() 921 RDMAP_ETYPE_REMOTE_PROTECTION, ecode, 1); in siw_qp_sq_proc_tx()
|
H A D | siw.h | 463 u8 ecode; member 519 u8 etype, u8 ecode, int in_tx);
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | netmisc.c | 791 ntstatus_to_dos(__u32 ntstatus, __u8 *eclass, __u16 *ecode) in ntstatus_to_dos() argument 796 *ecode = 0; in ntstatus_to_dos() 802 *ecode = ntstatus_to_dos_map[i].dos_code; in ntstatus_to_dos() 807 *ecode = ERRgeneral; in ntstatus_to_dos()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | netmisc.c | 790 ntstatus_to_dos(__u32 ntstatus, __u8 *eclass, __u16 *ecode) in ntstatus_to_dos() argument 795 *ecode = 0; in ntstatus_to_dos() 801 *ecode = ntstatus_to_dos_map[i].dos_code; in ntstatus_to_dos() 806 *ecode = ERRgeneral; in ntstatus_to_dos()
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/ |
H A D | siw_qp_tx.c | 805 enum rdmap_ecode ecode = RDMAP_ECODE_CATASTROPHIC_STREAM; in siw_qp_sq_proc_tx() local 829 ecode = siw_rdmap_error(-rv); in siw_qp_sq_proc_tx() 928 if (ecode != RDMAP_ECODE_CATASTROPHIC_STREAM) in siw_qp_sq_proc_tx() 930 RDMAP_ETYPE_REMOTE_PROTECTION, ecode, 1); in siw_qp_sq_proc_tx()
|
H A D | siw.h | 465 u8 ecode; member 521 u8 etype, u8 ecode, int in_tx);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_if.h | 2410 * @ecode: event code 2418 __le16 ecode; member 2425 * @ecode: event code = IONIC_EVENT_LINK_CHANGE 2433 __le16 ecode; member 2442 * @ecode: event code = IONIC_EVENT_RESET 2451 __le16 ecode; member 2460 * @ecode: event code = IONIC_EVENT_HEARTBEAT 2464 __le16 ecode; member 2471 * @ecode: event code = IONIC_EVENT_LOG 2476 __le16 ecode; member 2487 __le16 ecode; global() member [all...] |
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamalg_qi.c | 919 int ecode = 0; in aead_done() local 924 ecode = caam_jr_strstatus(qidev, status); in aead_done() 929 aead_request_complete(aead_req, ecode); in aead_done() 1213 int ecode = 0; in skcipher_done() local 1220 ecode = caam_jr_strstatus(qidev, status); in skcipher_done() 1236 if (!ecode) in skcipher_done() 1241 skcipher_request_complete(req, ecode); in skcipher_done()
|
H A D | caamalg.c | 977 int ecode = 0; in aead_crypt_done() local 986 ecode = caam_jr_strstatus(jrdev, err); in aead_crypt_done() 997 aead_request_complete(req, ecode); in aead_crypt_done() 999 crypto_finalize_aead_request(jrp->engine, req, ecode); in aead_crypt_done() 1011 int ecode = 0; in skcipher_crypt_done() local 1019 ecode = caam_jr_strstatus(jrdev, err); in skcipher_crypt_done() 1028 if (ivsize && !ecode) { in skcipher_crypt_done() 1048 skcipher_request_complete(req, ecode); in skcipher_crypt_done() 1050 crypto_finalize_skcipher_request(jrp->engine, req, ecode); in skcipher_crypt_done()
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamalg_qi.c | 924 int ecode = 0; in aead_done() local 929 ecode = caam_jr_strstatus(qidev, status); in aead_done() 934 aead_request_complete(aead_req, ecode); in aead_done() 1224 int ecode = 0; in skcipher_done() local 1231 ecode = caam_jr_strstatus(qidev, status); in skcipher_done() 1247 if (!ecode) in skcipher_done() 1251 skcipher_request_complete(req, ecode); in skcipher_done()
|
H A D | caamalg.c | 986 int ecode = 0; in aead_crypt_done() local 995 ecode = caam_jr_strstatus(jrdev, err); in aead_crypt_done() 1006 aead_request_complete(req, ecode); in aead_crypt_done() 1008 crypto_finalize_aead_request(jrp->engine, req, ecode); in aead_crypt_done() 1027 int ecode = 0; in skcipher_crypt_done() local 1035 ecode = caam_jr_strstatus(jrdev, err); in skcipher_crypt_done() 1044 if (ivsize && !ecode) { in skcipher_crypt_done() 1063 skcipher_request_complete(req, ecode); in skcipher_crypt_done() 1065 crypto_finalize_skcipher_request(jrp->engine, req, ecode); in skcipher_crypt_done()
|
/kernel/linux/linux-5.10/kernel/debug/ |
H A D | debug_core.c | 852 kgdb_handle_exception(int evector, int signo, int ecode, struct pt_regs *regs) in kgdb_handle_exception() argument 873 ks->err_code = ecode; in kgdb_handle_exception()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/pds_core/ |
H A D | core.c | 536 .reset.ecode = cpu_to_le16(PDS_EVENT_RESET), in pdsc_fw_down() 562 .reset.ecode = cpu_to_le16(PDS_EVENT_RESET), in pdsc_fw_up()
|
/kernel/linux/linux-6.6/kernel/debug/ |
H A D | debug_core.c | 836 kgdb_handle_exception(int evector, int signo, int ecode, struct pt_regs *regs) in kgdb_handle_exception() argument 857 ks->err_code = ecode; in kgdb_handle_exception()
|
/kernel/linux/linux-5.10/arch/x86/events/ |
H A D | perf_event.h | 60 static inline bool constraint_match(struct event_constraint *c, u64 ecode) in constraint_match() argument 62 return ((ecode & c->cmask) - c->code) <= (u64)c->size; in constraint_match()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | iw_cxgb4.h | 478 u8 ecode; member 720 u8 ecode; member
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | iw_cxgb4.h | 472 u8 ecode; member 708 u8 ecode; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | hw.c | 520 int ecode; in ath9k_hw_post_init() local 528 ecode = ar9002_hw_rf_claim(ah); in ath9k_hw_post_init() 529 if (ecode != 0) in ath9k_hw_post_init() 530 return ecode; in ath9k_hw_post_init() 533 ecode = ath9k_hw_eeprom_init(ah); in ath9k_hw_post_init() 534 if (ecode != 0) in ath9k_hw_post_init() 535 return ecode; in ath9k_hw_post_init()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | hw.c | 519 int ecode; in ath9k_hw_post_init() local 527 ecode = ar9002_hw_rf_claim(ah); in ath9k_hw_post_init() 528 if (ecode != 0) in ath9k_hw_post_init() 529 return ecode; in ath9k_hw_post_init() 532 ecode = ath9k_hw_eeprom_init(ah); in ath9k_hw_post_init() 533 if (ecode != 0) in ath9k_hw_post_init() 534 return ecode; in ath9k_hw_post_init()
|
/kernel/linux/linux-6.6/arch/x86/events/ |
H A D | perf_event.h | 64 static inline bool constraint_match(struct event_constraint *c, u64 ecode) in constraint_match() argument 66 return ((ecode & c->cmask) - c->code) <= (u64)c->size; in constraint_match()
|