Searched refs:err_idx (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h126 int GetError(int flavor, uint32_t err_idx) const {
127 if (err_idx < kNumErrors) {
132 return gpr_errs[err_idx];
134 return fpu_errs[err_idx];
136 return exc_errs[err_idx];
144 bool SetError(int flavor, uint32_t err_idx, int err) { argument
145 if (err_idx < kNumErrors) {
148 gpr_errs[err_idx] = err;
152 fpu_errs[err_idx] = err;
156 exc_errs[err_idx]
[all...]
H A DRegisterContextDarwin_x86_64.h131 int GetError(int flavor, uint32_t err_idx) const {
132 if (err_idx < kNumErrors) {
137 return gpr_errs[err_idx];
139 return fpu_errs[err_idx];
141 return exc_errs[err_idx];
149 bool SetError(int flavor, uint32_t err_idx, int err) { argument
150 if (err_idx < kNumErrors) {
153 gpr_errs[err_idx] = err;
157 fpu_errs[err_idx] = err;
161 exc_errs[err_idx]
[all...]
H A DRegisterContextDarwin_arm.h170 int GetError(int flavor, uint32_t err_idx) const {
171 if (err_idx < kNumErrors) {
176 return gpr_errs[err_idx];
178 return fpu_errs[err_idx];
180 return exc_errs[err_idx];
182 return dbg_errs[err_idx];
190 bool SetError(int flavor, uint32_t err_idx, int err) { argument
191 if (err_idx < kNumErrors) {
194 gpr_errs[err_idx] = err;
198 fpu_errs[err_idx]
[all...]
H A DRegisterContextDarwin_arm64.h137 int GetError(int flavor, uint32_t err_idx) const {
138 if (err_idx < kNumErrors) {
143 return gpr_errs[err_idx];
145 return fpu_errs[err_idx];
147 return exc_errs[err_idx];
149 return dbg_errs[err_idx];
157 bool SetError(int flavor, uint32_t err_idx, int err) { argument
158 if (err_idx < kNumErrors) {
161 gpr_errs[err_idx] = err;
165 fpu_errs[err_idx]
[all...]
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_response.c49 rcb_t *rcb, uint16_t err_idx)
56 (err_idx * PQI_ERROR_BUFFER_ELEMENT_LENGTH);
92 rcb_t *rcb, uint16_t err_idx)
100 err_idx;
103 DBG_ERR("err_info structure is NULL err_idx :%x", err_idx);
116 rcb_t *rcb, uint16_t err_idx)
124 err_idx;
127 DBG_ERR("err_info structure is NULL err_idx :%x", err_idx);
48 pqisrc_process_internal_raid_response_error(pqisrc_softstate_t *softs, rcb_t *rcb, uint16_t err_idx) argument
91 pqisrc_process_aio_response_error(pqisrc_softstate_t *softs, rcb_t *rcb, uint16_t err_idx) argument
115 pqisrc_process_raid_response_error(pqisrc_softstate_t *softs, rcb_t *rcb, uint16_t err_idx) argument
[all...]
H A Dsmartpqi_request.c269 aio_req->err_idx = aio_req->req_id;
310 DBG_IO("aio_req->err_idx : 0x%x \n",aio_req->err_idx);
H A Dsmartpqi_structures.h604 uint16_t err_idx; member in struct:pqi_aio_req

Completed in 87 milliseconds