Searched refs:error_info (Results 1 - 18 of 18) sorted by last modified time

/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dfs.c315 bfd->bdb->error_info->user_callback = db_errcall_fcn;
/freebsd-11-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-11-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-11-stable/sys/dev/ciss/
H A Dciss.c2517 * Note that we set up the error_info structure here, since the
2527 cc->error_info.error_info_address = cmdphys + sizeof(struct ciss_command);
2528 cc->error_info.error_info_length = CISS_COMMAND_ALLOC_SIZE - sizeof(struct ciss_command);
2690 bcopy(ce, &ioc->error_info, sizeof(*ce));
4706 ioc_swab.error_info = ioc32->error_info;
H A Dcissio.h182 ErrorInfo_struct error_info; /* 48 */ member in struct:__anon9510
191 ErrorInfo_struct error_info; /* 48 */ member in struct:__anon9511
H A Dcissreg.h140 u_int32_t error_info; member in struct:ciss_error_info::__anon9515::__anon9516
165 struct ciss_error_info_pointer error_info; member in struct:ciss_command
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_cam.c567 rcb->error_info = NULL;
H A Dsmartpqi_structures.h908 void *error_info; member in struct:request_container_block
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.h137 ErrorInfo_struct error_info; member in struct:pqi_ioctl_passthruCmd_struct
H A Dsmartpqi_ioctl.c226 raid_path_error_info_elem_t error_info; local
232 memset(&error_info, 0, sizeof(error_info));
337 memset(&iocommand->error_info, 0, sizeof(iocommand->error_info));
343 memcpy(&error_info, rcb->error_info, sizeof(error_info));
344 iocommand->error_info.ScsiStatus = error_info
[all...]
H A Dsmartpqi_discovery.c95 raid_path_error_info_elem_t *error_info)
251 if(error_info) {
252 memcpy(error_info,
253 rcb->error_info,
254 sizeof(*error_info));
256 if (error_info->data_out_result ==
269 if(error_info) {
271 memset(error_info, 0, sizeof(*error_info));
520 raid_path_error_info_elem_t error_info; local
93 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
608 raid_path_error_info_elem_t error_info; local
[all...]
/freebsd-11-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 Dbdb-err.h94 svn_error_clear((bdb)->error_info->pending_errors); \
95 (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 Denv.h89 bdb_error_info_t *error_info;
88 bdb_error_info_t *error_info; member in struct:bdb_env_baton_t
/freebsd-11-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-11-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;

Completed in 197 milliseconds