Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBError.cpp93 ErrorType err_type = eErrorTypeInvalid; in GetType() local
95 err_type = m_opaque_up->GetType(); in GetType()
97 return err_type; in GetType()
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ras_eeprom.h121 enum amdgpu_ras_eeprom_err_type err_type; member
H A Damdgpu_ras.h749 void amdgpu_ras_get_error_type_name(uint32_t err_type, char *err_type_name);
764 uint32_t err_type,
H A Damdgpu_ras_eeprom.c483 buf[i++] = record->err_type; in __encode_table_record_to_buf()
511 record->err_type = buf[i++]; in __decode_table_record_from_buf()
1158 record_err_type_str[record.err_type], in amdgpu_ras_debugfs_table_read()
H A Damdgpu_umc.c303 err_rec->err_type = AMDGPU_RAS_EEPROM_ERR_NON_RECOVERABLE; in amdgpu_umc_fill_error_record()
H A Damdgpu_ras.c3222 void amdgpu_ras_get_error_type_name(uint32_t err_type, char *err_type_name) in amdgpu_ras_get_error_type_name()
3227 switch (err_type) { in amdgpu_ras_get_error_type_name()
3296 uint32_t err_type, in amdgpu_ras_inst_query_ras_error_count()
3319 amdgpu_ras_get_error_type_name(err_type, err_type_name); in amdgpu_ras_inst_query_ras_error_count()
3219 amdgpu_ras_get_error_type_name(uint32_t err_type,char * err_type_name) amdgpu_ras_get_error_type_name() argument
3293 amdgpu_ras_inst_query_ras_error_count(struct amdgpu_device * adev,const struct amdgpu_ras_err_status_reg_entry * reg_list,uint32_t reg_list_size,const struct amdgpu_ras_memory_id_entry * mem_list,uint32_t mem_list_size,uint32_t instance,uint32_t err_type,unsigned long * err_count) amdgpu_ras_inst_query_ras_error_count() argument
/openbsd-src/sys/dev/ic/
H A Dcissreg.h471 u_int8_t err_type[4]; member
H A Dciss.c660 err->err_info, err->err_type[3], err->err_type[2]); in ciss_error()
/openbsd-src/sys/net/
H A Dofp.h508 uint16_t err_type; member
/openbsd-src/usr.sbin/tcpdump/
H A Dprint-ofp.c187 print_map(ntohs(err->err_type), ofp_errtype_map), in ofp_print_error()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgnu-nat.c1506 mach_msg_type_t err_type; in gnu_wait() member