| /OK3568_Linux_fs/kernel/drivers/firmware/efi/ |
| H A D | cper-arm.c | 90 u64 error_info) in cper_print_arm_err_info() argument 108 if (error_info & CPER_ARM_ERR_VALID_TRANSACTION_TYPE) { in cper_print_arm_err_info() 109 trans_type = ((error_info >> CPER_ARM_ERR_TRANSACTION_SHIFT) in cper_print_arm_err_info() 117 if (error_info & CPER_ARM_ERR_VALID_OPERATION_TYPE) { in cper_print_arm_err_info() 118 op_type = ((error_info >> CPER_ARM_ERR_OPERATION_SHIFT) in cper_print_arm_err_info() 142 if (error_info & CPER_ARM_ERR_VALID_LEVEL) { in cper_print_arm_err_info() 143 level = ((error_info >> CPER_ARM_ERR_LEVEL_SHIFT) in cper_print_arm_err_info() 159 if (error_info & CPER_ARM_ERR_VALID_PROC_CONTEXT_CORRUPT) { in cper_print_arm_err_info() 160 proc_context_corrupt = ((error_info >> CPER_ARM_ERR_PC_CORRUPT_SHIFT) in cper_print_arm_err_info() 168 if (error_info & CPER_ARM_ERR_VALID_CORRECTED) { in cper_print_arm_err_info() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/exception/ |
| H A D | exception.hpp | 95 class error_info; 97 typedef error_info<struct throw_function_,char const *> throw_function; 98 typedef error_info<struct throw_file_,char const *> throw_file; 99 typedef error_info<struct throw_line_,int> throw_line; 103 error_info<throw_function_,char const *> class 109 error_info( value_type v ): in error_info() function in boost::error_info 117 error_info<throw_file_,char const *> class 123 error_info( value_type v ): in error_info() function in boost::error_info 131 error_info<throw_line_,int> class 137 error_info( value_type v ): in error_info() function in boost::error_info [all …]
|
| H A D | error_info.hpp | 8 namespace boost { template <class Tag,class T> class error_info; }
|
| /OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/ |
| H A D | smartpqi_sas_transport.c | 493 struct pqi_raid_error_info *error_info) in pqi_build_sas_smp_handler_reply() argument 499 job->reply_len = le16_to_cpu(error_info->sense_data_length); in pqi_build_sas_smp_handler_reply() 500 memcpy(job->reply, error_info->data, in pqi_build_sas_smp_handler_reply() 501 le16_to_cpu(error_info->sense_data_length)); in pqi_build_sas_smp_handler_reply() 504 get_unaligned_le32(&error_info->data_in_transferred); in pqi_build_sas_smp_handler_reply() 513 struct pqi_raid_error_info error_info; in pqi_sas_smp_handler() local 545 &error_info); in pqi_sas_smp_handler() 549 reslen = pqi_build_sas_smp_handler_reply(smp_buf, job, &error_info); in pqi_sas_smp_handler()
|
| H A D | smartpqi_init.c | 65 struct pqi_raid_error_info *error_info, unsigned long timeout_msecs); 572 io_request->error_info = NULL; in pqi_reinit_io_request() 605 struct pqi_raid_error_info *error_info, unsigned long timeout_msecs) in pqi_send_scsi_raid_request() argument 618 error_info, timeout_msecs); in pqi_send_scsi_raid_request() 636 struct pqi_raid_error_info *error_info) in pqi_send_ctrl_raid_with_error() argument 639 buffer, buffer_length, 0, error_info, NO_TIMEOUT); in pqi_send_ctrl_raid_with_error() 720 struct pqi_raid_error_info *error_info) in pqi_csmi_smp_passthru() argument 723 buffer, buffer_length, error_info); in pqi_csmi_smp_passthru() 2665 struct pqi_raid_error_info *error_info; in pqi_process_raid_io_error() local 2675 error_info = io_request->error_info; in pqi_process_raid_io_error() [all …]
|
| H A D | smartpqi.h | 1060 void *error_info; member 1441 struct pqi_raid_error_info *error_info);
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | cciss_ioctl.h | 13 ErrorInfo_struct error_info; member 21 ErrorInfo_struct error_info; member
|
| H A D | cper.h | 426 u64 error_info; member
|
| /OK3568_Linux_fs/kernel/sound/core/seq/ |
| H A D | seq.c | 89 goto error_info; in alsa_seq_init() 94 error_info: in alsa_seq_init()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | cciss_ioctl.h | 44 ErrorInfo_struct error_info; member 52 ErrorInfo_struct error_info; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | cciss_ioctl.h | 44 ErrorInfo_struct error_info; member 52 ErrorInfo_struct error_info; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | cciss_ioctl.h | 44 ErrorInfo_struct error_info; member 52 ErrorInfo_struct error_info; member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | opal-hmi.c | 200 const char *level, *sevstr, *error_info; in print_hmi_event_info() local 247 error_info = hmi_evt->type < ARRAY_SIZE(hmi_error_types) ? in print_hmi_event_info() 250 printk("%s Error detail: %s\n", level, error_info); in print_hmi_event_info()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | ksample.py | 46 error_info = module_name + " doesn't exist" 47 self.skipTest(error_info)
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | constants.c | 294 struct error_info { struct 307 static const struct error_info additional[] =
|
| H A D | hpsa.c | 6266 if (copy_to_user(&arg32->error_info, &arg64.error_info, in hpsa_ioctl32_passthru() 6267 sizeof(arg32->error_info))) in hpsa_ioctl32_passthru() 6297 if (copy_to_user(&arg32->error_info, &arg64.error_info, in hpsa_ioctl32_big_passthru() 6298 sizeof(arg32->error_info))) in hpsa_ioctl32_big_passthru() 6447 memcpy(&iocommand->error_info, c->err_info, in hpsa_passthru_ioctl() 6448 sizeof(iocommand->error_info)); in hpsa_passthru_ioctl() 6559 memcpy(&ioc->error_info, c->err_info, sizeof(ioc->error_info)); in hpsa_big_passthru_ioctl()
|
| H A D | pmcraid.c | 1677 struct pmcraid_ioasc_error *error_info = pmcraid_get_error_info(ioasc); in pmcraid_ioasc_logger() local 1679 if (error_info == NULL || in pmcraid_ioasc_logger() 1680 cmd->drv_inst->current_log_level < error_info->log_level) in pmcraid_ioasc_logger() 1687 ioasc, error_info->error_string); in pmcraid_ioasc_logger()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_flex_pipe.c | 770 u32 *error_info, struct ice_sq_cd *cd) in ice_aq_download_pkg() argument 778 if (error_info) in ice_aq_download_pkg() 779 *error_info = 0; in ice_aq_download_pkg() 796 if (error_info) in ice_aq_download_pkg() 797 *error_info = le32_to_cpu(resp->error_info); in ice_aq_download_pkg() 817 bool last_buf, u32 *error_offset, u32 *error_info, in ice_aq_update_pkg() argument 826 if (error_info) in ice_aq_update_pkg() 827 *error_info = 0; in ice_aq_update_pkg() 844 if (error_info) in ice_aq_update_pkg() 845 *error_info = le32_to_cpu(resp->error_info); in ice_aq_update_pkg()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/ |
| H A D | m2vd_parser.c | 1323 RK_U32 error_info = 0; in m2vd_convert_to_dxva() local 1417 error_info = mpp_frame_get_errinfo(frame0) | mpp_frame_get_errinfo(frame1); in m2vd_convert_to_dxva() 1435 error_info = mpp_frame_get_errinfo(frame); in m2vd_convert_to_dxva() 1438 error_info = 0; in m2vd_convert_to_dxva() 1444 mpp_frame_set_errinfo(frame, error_info); in m2vd_convert_to_dxva()
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | pal.h | 1234 ia64_pal_mc_error_info (u64 info_index, u64 type_index, u64 *size, u64 *error_info) in ia64_pal_mc_error_info() argument 1240 if (error_info) in ia64_pal_mc_error_info() 1241 *error_info = iprv.v1; in ia64_pal_mc_error_info()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/hisi_sas/ |
| H A D | hisi_sas_v2_hw.c | 2391 u32 *error_info = hisi_sas_status_buf_addr_mem(slot); in slot_complete_v2_hw() local 2404 error_info[0], error_info[1], in slot_complete_v2_hw() 2405 error_info[2], error_info[3]); in slot_complete_v2_hw()
|
| H A D | hisi_sas_v3_hw.c | 2239 u32 *error_info = hisi_sas_status_buf_addr_mem(slot); in slot_complete_v3_hw() local 2246 error_info[0], error_info[1], in slot_complete_v3_hw() 2247 error_info[2], error_info[3]); in slot_complete_v3_hw()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_prototype.h | 450 u32 *error_offset, u32 *error_info,
|
| H A D | i40e_common.c | 5495 u32 *error_offset, u32 *error_info, in i40e_aq_write_ddp() argument 5521 if (error_info) in i40e_aq_write_ddp() 5522 *error_info = le32_to_cpu(resp->error_info); in i40e_aq_write_ddp()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | rx.c | 46 le32_to_cpu(err_resp->error_info)); in iwlagn_rx_reply_error()
|