Home
last modified time | relevance | path

Searched refs:err_type (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmime_state.c408 #define REPORT_ERROR_LEN(state, err_type, text, len) do { \ argument
409 if ((state->err_flags & err_type) == 0) { \
411 state->err_print(state->app_context, err_type, text, len); \
412 state->err_flags |= err_type; \
416 #define REPORT_ERROR(state, err_type, text) do { \ argument
419 REPORT_ERROR_LEN(state, err_type, _text, _len); \
422 #define REPORT_ERROR_BUF(state, err_type, buf) \ argument
423 REPORT_ERROR_LEN(state, err_type, STR(buf), LEN(buf))
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ras_eeprom.h72 enum amdgpu_ras_eeprom_err_type err_type; member
H A Damdgpu_ras_eeprom.c300 buff[i++] = record->err_type; in __encode_table_record_to_buff()
327 record->err_type = buff[i++]; in __decode_table_record_from_buff()
H A Damdgpu_umc_v6_1.c269 err_rec->err_type = AMDGPU_RAS_EEPROM_ERR_NON_RECOVERABLE; in umc_v6_1_query_error_address()
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Daarch64.h792 enum err_type enum
878 enum err_type (* verifier) (const struct aarch64_inst *, const aarch64_insn,
1398 extern enum err_type
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Daarch64.h1125 enum err_type enum
1211 enum err_type (* verifier) (const struct aarch64_inst *, const aarch64_insn,
1842 extern enum err_type
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Daarch64-opc.h209 enum err_type
H A Daarch64-dis.c3240 enum err_type
3450 enum err_type result = verify_constraints (inst, code, pc, false, in print_aarch64_insn()
3481 enum err_type ret; in print_insn_aarch64_word()
H A Daarch64-asm.c2307 enum err_type result = opcode->verifier (inst, *code, 0, true, in aarch64_opcode_encode()
2323 enum err_type result = verify_constraints (inst, *code, 0, true, in aarch64_opcode_encode()
H A Daarch64-opc.c5382 static enum err_type
5413 static enum err_type
5436 static enum err_type
5595 enum err_type
5612 enum err_type res = ERR_OK; in verify_constraints()
H A DChangeLog-2018415 (aarch64_decode_insn, print_insn_aarch64_word): Use err_type.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Daarch64-opc.h259 enum err_type
H A Daarch64-opc.c5168 static enum err_type
5199 static enum err_type
5222 static enum err_type
5381 enum err_type
5398 enum err_type res = ERR_OK; in verify_constraints()
H A Daarch64-dis.c3630 enum err_type
4001 enum err_type result = verify_constraints (inst, code, pc, false, in print_aarch64_insn()
4032 enum err_type ret; in print_insn_aarch64_word()
H A Daarch64-asm.c2606 enum err_type result = opcode->verifier (inst, *code, 0, true, in aarch64_opcode_encode()
2622 enum err_type result = verify_constraints (inst, *code, 0, true, in aarch64_opcode_encode()
H A DChangeLog-2018415 (aarch64_decode_insn, print_insn_aarch64_word): Use err_type.
/netbsd-src/sys/dev/ic/
H A Dcissreg.h513 u_int8_t err_type[4]; member
H A Dciss.c887 err->err_info, err->err_type[3], err->err_type[2]); in ciss_error()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-dedup.c2971 ctf_id_t err_type; in ctf_dedup_emit_struct_members() local
2999 err_type = input_type; in ctf_dedup_emit_struct_members()
3009 err_type = target_type; in ctf_dedup_emit_struct_members()
3046 ctf_link_input_name (input_fp), input_num, err_type); in ctf_dedup_emit_struct_members()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-dedup.c2974 ctf_id_t err_type; in ctf_dedup_emit_struct_members() local
3002 err_type = input_type; in ctf_dedup_emit_struct_members()
3012 err_type = target_type; in ctf_dedup_emit_struct_members()
3049 ctf_link_input_name (input_fp), input_num, err_type); in ctf_dedup_emit_struct_members()
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A DChangeLog-2018237 (enum err_type): Add ERR_VFI.
249 * opcode/aarch64.h (enum err_type): New.
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-2018237 (enum err_type): Add ERR_VFI.
249 * opcode/aarch64.h (enum err_type): New.
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-2018237 (enum err_type): Add ERR_VFI.
249 * opcode/aarch64.h (enum err_type): New.
/netbsd-src/external/gpl3/binutils/dist/include/
H A DChangeLog-2018237 (enum err_type): Add ERR_VFI.
249 * opcode/aarch64.h (enum err_type): New.
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-2018415 (aarch64_decode_insn, print_insn_aarch64_word): Use err_type.

12