/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextDarwin_arm64.h | 137 int GetError(int flavor, uint32_t err_idx) const { in GetError() argument 138 if (err_idx < kNumErrors) { in GetError() 143 return gpr_errs[err_idx]; in GetError() 145 return fpu_errs[err_idx]; in GetError() 147 return exc_errs[err_idx]; in GetError() 149 return dbg_errs[err_idx]; in GetError() 157 bool SetError(int flavor, uint32_t err_idx, int err) { in SetError() argument 158 if (err_idx < kNumErrors) { in SetError() 161 gpr_errs[err_idx] = err; in SetError() 165 fpu_errs[err_idx] = err; in SetError() [all …]
|
H A D | RegisterContextDarwin_arm.h | 170 int GetError(int flavor, uint32_t err_idx) const { in GetError() argument 171 if (err_idx < kNumErrors) { in GetError() 176 return gpr_errs[err_idx]; in GetError() 178 return fpu_errs[err_idx]; in GetError() 180 return exc_errs[err_idx]; in GetError() 182 return dbg_errs[err_idx]; in GetError() 190 bool SetError(int flavor, uint32_t err_idx, int err) { in SetError() argument 191 if (err_idx < kNumErrors) { in SetError() 194 gpr_errs[err_idx] = err; in SetError() 198 fpu_errs[err_idx] = err; in SetError() [all …]
|
H A D | RegisterContextDarwin_i386.h | 126 int GetError(int flavor, uint32_t err_idx) const { in GetError() argument 127 if (err_idx < kNumErrors) { in GetError() 132 return gpr_errs[err_idx]; in GetError() 134 return fpu_errs[err_idx]; in GetError() 136 return exc_errs[err_idx]; in GetError() 144 bool SetError(int flavor, uint32_t err_idx, int err) { in SetError() argument 145 if (err_idx < kNumErrors) { in SetError() 148 gpr_errs[err_idx] = err; in SetError() 152 fpu_errs[err_idx] = err; in SetError() 156 exc_errs[err_idx] = err; in SetError()
|
H A D | RegisterContextDarwin_x86_64.h | 131 int GetError(int flavor, uint32_t err_idx) const { in GetError() argument 132 if (err_idx < kNumErrors) { in GetError() 137 return gpr_errs[err_idx]; in GetError() 139 return fpu_errs[err_idx]; in GetError() 141 return exc_errs[err_idx]; in GetError() 149 bool SetError(int flavor, uint32_t err_idx, int err) { in SetError() argument 150 if (err_idx < kNumErrors) { in SetError() 153 gpr_errs[err_idx] = err; in SetError() 157 fpu_errs[err_idx] = err; in SetError() 161 exc_errs[err_idx] = err; in SetError()
|
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_response.c | 65 rcb_t *rcb, uint16_t err_idx) in pqisrc_process_internal_raid_response_error() argument 72 (err_idx * PQI_ERROR_BUFFER_ELEMENT_LENGTH); in pqisrc_process_internal_raid_response_error() 295 rcb_t *rcb, uint16_t err_idx) in pqisrc_process_aio_response_error() argument 305 err_idx; in pqisrc_process_aio_response_error() 308 DBG_ERR("err_info structure is NULL err_idx :%x\n", err_idx); in pqisrc_process_aio_response_error() 330 rcb_t *rcb, uint16_t err_idx) in pqisrc_process_raid_response_error() argument 340 err_idx; in pqisrc_process_raid_response_error() 343 DBG_ERR("err_info structure is NULL err_idx :%x\n", err_idx); in pqisrc_process_raid_response_error()
|
H A D | smartpqi_request.c | 308 aio_req->err_idx); 357 aio_req->err_idx = aio_req->req_id; in pqisrc_build_aio_common() 433 DBG_INFO("%15s: 0x%x\n", "err_idx", aio_req->err_idx); in pqisrc_show_aio_common() 485 aio_req->err_idx = aio_req->req_id; in pqisrc_build_aio_R1_write() 553 DBG_INFO("%15s: 0x%x\n", "err_idx", aio_req->err_idx); in pqisrc_show_aio_R1_write() 631 aio_req->err_idx = aio_req->req_id; in pqisrc_build_aio_R5or6_write() 707 DBG_INFO("%15s: 0x%x\n", "err_idx", aio_req->err_idx); in pqisrc_show_aio_R5or6_write()
|
H A D | smartpqi_structures.h | 695 uint16_t err_idx; member 717 uint16_t err_idx; member 741 uint16_t err_idx; member
|
/freebsd/contrib/opencsd/decoder/source/etmv4/ |
H A D | trc_pkt_decode_etmv4i.cpp | 718 ocsd_trc_index_t err_idx = 0; in commitElements() local 729 err_idx = pElem->getRootIndex(); // save index in case of error. in commitElements() 876 … err = handlePacketSeqErr(OCSD_ERR_COMMIT_PKT_OVERRUN, err_idx, "Not enough elements to commit"); in commitElements()
|