| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | mime_state.c | 408 #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 D | amdgpu_ras_eeprom.h | 72 enum amdgpu_ras_eeprom_err_type err_type; member
|
| H A D | amdgpu_ras_eeprom.c | 300 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 D | amdgpu_umc_v6_1.c | 269 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 D | aarch64.h | 792 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 D | aarch64.h | 1125 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 D | aarch64-opc.h | 209 enum err_type
|
| H A D | aarch64-dis.c | 3240 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 D | aarch64-asm.c | 2307 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 D | aarch64-opc.c | 5382 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 D | ChangeLog-2018 | 415 (aarch64_decode_insn, print_insn_aarch64_word): Use err_type.
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | aarch64-opc.h | 259 enum err_type
|
| H A D | aarch64-opc.c | 5168 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 D | aarch64-dis.c | 3630 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 D | aarch64-asm.c | 2606 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 D | ChangeLog-2018 | 415 (aarch64_decode_insn, print_insn_aarch64_word): Use err_type.
|
| /netbsd-src/sys/dev/ic/ |
| H A D | cissreg.h | 513 u_int8_t err_type[4]; member
|
| H A D | ciss.c | 887 err->err_info, err->err_type[3], err->err_type[2]); in ciss_error()
|
| /netbsd-src/external/gpl3/binutils/dist/libctf/ |
| H A D | ctf-dedup.c | 2971 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 D | ctf-dedup.c | 2974 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 D | ChangeLog-2018 | 237 (enum err_type): Add ERR_VFI. 249 * opcode/aarch64.h (enum err_type): New.
|
| /netbsd-src/external/gpl3/gdb/dist/include/ |
| H A D | ChangeLog-2018 | 237 (enum err_type): Add ERR_VFI. 249 * opcode/aarch64.h (enum err_type): New.
|
| /netbsd-src/external/gpl3/gdb.old/dist/include/ |
| H A D | ChangeLog-2018 | 237 (enum err_type): Add ERR_VFI. 249 * opcode/aarch64.h (enum err_type): New.
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | ChangeLog-2018 | 237 (enum err_type): Add ERR_VFI. 249 * opcode/aarch64.h (enum err_type): New.
|
| /netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
| H A D | ChangeLog-2018 | 415 (aarch64_decode_insn, print_insn_aarch64_word): Use err_type.
|