Searched refs:error_info (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dbdb-err.c62 child_errors = bdb_baton->error_info->pending_errors;
63 bdb_baton->error_info->pending_errors = NULL;
80 child_errors = bdb_baton->error_info->pending_errors;
81 bdb_baton->error_info->pending_errors = NULL;
101 svn_error_clear(bfd->bdb->error_info->pending_errors);
102 bfd->bdb->error_info->pending_errors = NULL;
H A Denv.c111 apr_threadkey_t *error_info; /* Points to a bdb_error_info_t. */ member in struct:bdb_env_t
113 bdb_error_info_t error_info; member in struct:bdb_env_t
186 apr_threadkey_private_get(&priv, bdb->error_info);
190 apr_threadkey_private_set(priv, bdb->error_info);
195 #define get_error_info(bdb) (&(bdb)->error_info)
208 bdb_baton.error_info = get_error_info(bdb);
226 bdb_error_info_t *error_info = get_error_info((const bdb_env_t *) baton);
232 if (error_info->pending_errors)
233 svn_error_compose(error_info->pending_errors, new_err);
235 error_info
225 bdb_error_info_t *error_info = get_error_info((const bdb_env_t *) baton); local
271 bdb_error_info_t *error_info = baton; local
[all...]
H A Dbdb-err.h94 svn_error_clear((bdb)->error_info->pending_errors); \
95 (bdb)->error_info->pending_errors = NULL; \
H A Denv.h89 bdb_error_info_t *error_info;
88 bdb_error_info_t *error_info; member in struct:bdb_env_baton_t
/freebsd-12-stable/sys/dev/smartpqi/
H A Dsmartpqi_response.c51 raid_path_error_info_elem_t error_info; local
55 rcb->error_info = (char *) (softs->err_buf_dma_mem.virt_addr) +
58 memcpy(&error_info, rcb->error_info, sizeof(error_info));
61 error_info.status, error_info.data_in_result, error_info.data_out_result);
63 if (error_info.status != 0)
65 if (error_info
[all...]
H A Dsmartpqi_ioctl.c226 raid_path_error_info_elem_t error_info; local
232 memset(&error_info, 0, sizeof(error_info));
342 memset(&iocommand->error_info, 0, sizeof(iocommand->error_info));
348 memcpy(&error_info, rcb->error_info, sizeof(error_info));
349 iocommand->error_info.ScsiStatus = error_info
[all...]
H A Dsmartpqi_ioctl.h137 ErrorInfo_struct error_info; member in struct:pqi_ioctl_passthruCmd_struct
H A Dsmartpqi_discovery.c127 raid_path_error_info_elem_t *error_info)
284 if(error_info) {
285 memcpy(error_info,
286 rcb->error_info,
287 sizeof(*error_info));
289 if (error_info->data_out_result ==
302 if(error_info) {
304 memset(error_info, 0, sizeof(*error_info));
550 raid_path_error_info_elem_t error_info; local
125 pqisrc_build_send_raid_request(pqisrc_softstate_t *softs, pqisrc_raid_req_t *request, void *buff, size_t datasize, uint8_t cmd, uint16_t vpd_page, uint8_t *scsi3addr, raid_path_error_info_elem_t *error_info) argument
638 raid_path_error_info_elem_t error_info; local
[all...]
H A Dsmartpqi_cam.c566 rcb->error_info = NULL;
H A Dsmartpqi_structures.h908 void *error_info; member in struct:request_container_block
/freebsd-12-stable/sys/dev/ciss/
H A Dcissio.h184 ErrorInfo_struct error_info; /* 48 */ member in struct:__anon12529
193 ErrorInfo_struct error_info; /* 48 */ member in struct:__anon12530
H A Dcissreg.h142 u_int32_t error_info; member in struct:ciss_error_info::__anon12534::__anon12535
167 struct ciss_error_info_pointer error_info; member in struct:ciss_command
H A Dciss.c2522 * Note that we set up the error_info structure here, since the
2532 cc->error_info.error_info_address = cmdphys + sizeof(struct ciss_command);
2533 cc->error_info.error_info_length = CISS_COMMAND_ALLOC_SIZE - sizeof(struct ciss_command);
2695 bcopy(ce, &ioc->error_info, sizeof(*ce));
4711 ioc_swab.error_info = ioc32->error_info;
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dstrerror.c59 struct error_info struct
74 static const struct error_info error_table[] =
508 const struct error_info *eip;
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dstrerror.c59 struct error_info struct
74 static const struct error_info error_table[] =
508 const struct error_info *eip;
/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
H A Dtext_delta.c111 const char *error_info; /* Optional extra info for error returns. */
818 const char *error_info,
841 if (error_info)
842 ab->error_info = apr_pstrdup(subpool, error_info);
844 ab->error_info = NULL;
110 const char *error_info; /* Optional extra info for error returns. */ member in struct:apply_baton
807 svn_txdelta_apply(svn_stream_t *source, svn_stream_t *target, unsigned char *result_digest, const char *error_info, apr_pool_t *pool, svn_txdelta_window_handler_t *handler, void **handler_baton) argument
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_delta.h494 * If @a error_info is non-NULL, it is inserted parenthetically into
504 * @note To avoid lifetime issues, @a error_info is copied into
511 const char *error_info,
/freebsd-12-stable/sys/dev/ice/
H A Dice_flex_pipe.c795 * @error_info: returns error information
803 u32 *error_info, struct ice_sq_cd *cd)
813 if (error_info)
814 *error_info = 0;
831 if (error_info)
832 *error_info = LE32_TO_CPU(resp->error_info);
867 * @error_info: returns error information
874 bool last_buf, u32 *error_offset, u32 *error_info,
885 if (error_info)
801 ice_aq_download_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, u16 buf_size, bool last_buf, u32 *error_offset, u32 *error_info, struct ice_sq_cd *cd) argument
873 ice_aq_update_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, u16 buf_size, bool last_buf, u32 *error_offset, u32 *error_info, struct ice_sq_cd *cd) argument
[all...]
H A Dice_adminq_cmd.h2522 __le32 error_info; member in struct:ice_aqc_download_pkg_resp
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dfs.c315 bfd->bdb->error_info->user_callback = db_errcall_fcn;

Completed in 163 milliseconds