Home
last modified time | relevance | path

Searched defs:err_idx (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_response.c65 rcb_t *rcb, uint16_t err_idx) in pqisrc_process_internal_raid_response_error()
295 rcb_t *rcb, uint16_t err_idx) in pqisrc_process_aio_response_error()
330 rcb_t *rcb, uint16_t err_idx) in pqisrc_process_raid_response_error()
H A Dsmartpqi_structures.h695 uint16_t err_idx; member
717 uint16_t err_idx; member
741 uint16_t err_idx; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.h137 int GetError(int flavor, uint32_t err_idx) const { in GetError()
157 bool SetError(int flavor, uint32_t err_idx, int err) { in SetError()
H A DRegisterContextDarwin_arm.h170 int GetError(int flavor, uint32_t err_idx) const { in GetError()
190 bool SetError(int flavor, uint32_t err_idx, int err) { in SetError()
H A DRegisterContextDarwin_i386.h126 int GetError(int flavor, uint32_t err_idx) const { in GetError()
144 bool SetError(int flavor, uint32_t err_idx, int err) { in SetError()
H A DRegisterContextDarwin_x86_64.h131 int GetError(int flavor, uint32_t err_idx) const { in GetError()
149 bool SetError(int flavor, uint32_t err_idx, int err) { in SetError()
/freebsd/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_decode_etmv4i.cpp718 ocsd_trc_index_t err_idx = 0; in commitElements() local