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

/freebsd-13-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-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_ioctl.c242 raid_path_error_info_elem_t error_info; local
248 memset(&error_info, 0, sizeof(error_info));
363 memset(&iocommand->error_info, 0, sizeof(iocommand->error_info));
369 memcpy(&error_info, rcb->error_info, sizeof(error_info));
370 iocommand->error_info.ScsiStatus = error_info
[all...]
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);
65 switch (error_info.data_out_result) {
67 if (error_info
[all...]
H A Dsmartpqi_ioctl.h135 ErrorInfo_struct error_info; member in struct:pqi_ioctl_passthruCmd_struct
H A Dsmartpqi_discovery.c138 raid_path_error_info_elem_t *error_info)
306 if(error_info) {
307 memcpy(error_info,
308 rcb->error_info,
309 sizeof(*error_info));
311 if (error_info->data_out_result ==
324 if(error_info) {
326 memset(error_info, 0, sizeof(*error_info));
649 raid_path_error_info_elem_t error_info; local
136 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
[all...]
H A Dsmartpqi_request.c971 raid_path_error_info_elem_t *error_info)
1013 if(error_info) {
1017 if(error_info) {
1019 memset(error_info, 0, sizeof(*error_info));
968 pqisrc_build_send_vendor_request( pqisrc_softstate_t *softs, pqi_vendor_general_request_t *request, raid_path_error_info_elem_t *error_info) argument
H A Dsmartpqi_structures.h1070 void *error_info; member in struct:request_container_block
H A Dsmartpqi_cam.c640 rcb->error_info = NULL;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c_bionic.cpp52 struct scudo_error_info *error_info, uintptr_t fault_addr,
55 Allocator.getErrorInfo(error_info, fault_addr, stack_depot, region_info,
51 __scudo_get_error_info( struct scudo_error_info *error_info, uintptr_t fault_addr, const char *stack_depot, const char *region_info, const char *memory, const char *memory_tags, uintptr_t memory_addr, size_t memory_size) argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/include/scudo/
H A Dinterface.h29 // the error_info data structure. Up to three possible causes are returned in
72 void __scudo_get_error_info(struct scudo_error_info *error_info,
/freebsd-13-stable/sys/dev/ciss/
H A Dcissio.h184 ErrorInfo_struct error_info; /* 48 */ member in struct:__anon11786
193 ErrorInfo_struct error_info; /* 48 */ member in struct:__anon11787
H A Dcissreg.h142 u_int32_t error_info; member in struct:ciss_error_info::__anon11791::__anon11792
167 struct ciss_error_info_pointer error_info; member in struct:ciss_command
H A Dciss.c2516 * Note that we set up the error_info structure here, since the
2526 cc->error_info.error_info_address = cmdphys + sizeof(struct ciss_command);
2527 cc->error_info.error_info_length = CISS_COMMAND_ALLOC_SIZE - sizeof(struct ciss_command);
2689 bcopy(ce, &ioc->error_info, sizeof(*ce));
4700 ioc_swab.error_info = ioc32->error_info;
/freebsd-13-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-13-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-13-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.h2535 __le32 error_info; member in struct:ice_aqc_download_pkg_resp
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dfs.c315 bfd->bdb->error_info->user_callback = db_errcall_fcn;

Completed in 602 milliseconds