/linux-4.1.27/arch/powerpc/kernel/ |
D | rtasd.c | 197 void pSeries_log_error(char *buf, unsigned int err_type, int fatal) in pSeries_log_error() argument 210 switch (err_type & ERR_TYPE_MASK) { in pSeries_log_error() 213 if (!(err_type & ERR_FLAG_BOOT)) in pSeries_log_error() 225 if (logging_enabled && !(err_type & ERR_FLAG_BOOT)) in pSeries_log_error() 226 nvram_write_error_log(buf, len, err_type, error_log_cnt); in pSeries_log_error() 234 if ((err_type & ERR_TYPE_MASK) == ERR_TYPE_RTAS_LOG) in pSeries_log_error() 246 switch (err_type & ERR_TYPE_MASK) { in pSeries_log_error() 488 unsigned int err_type ; in retreive_nvram_error_log() local 494 &err_type, &error_log_cnt); in retreive_nvram_error_log() 498 if (err_type != ERR_FLAG_ALREADY_LOGGED) { in retreive_nvram_error_log() [all …]
|
D | nvram_64.c | 193 unsigned int err_type, in nvram_write_os_partition() argument 206 info.error_type = cpu_to_be32(err_type); in nvram_write_os_partition() 232 int length, unsigned int *err_type, in nvram_read_partition() argument 265 *err_type = be32_to_cpu(info.error_type); in nvram_read_partition() 414 unsigned int err_type = ERR_TYPE_KERNEL_PANIC; in nvram_pstore_write() local 429 err_type = ERR_TYPE_KERNEL_PANIC_GZ; in nvram_pstore_write() 432 (int) (sizeof(*oops_hdr) + size), err_type, count); in nvram_pstore_write() 451 unsigned int err_type, id_no, size = 0; in nvram_pstore_read() local 518 if (nvram_read_partition(part, buff, part->size, &err_type, &id_no)) { in nvram_pstore_read() 550 if (err_type == ERR_TYPE_KERNEL_PANIC_GZ) in nvram_pstore_read() [all …]
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | nvram.h | 50 unsigned int err_type, unsigned int err_seq); 52 unsigned int * err_type, unsigned int *err_seq); 92 int length, unsigned int *err_type, 98 unsigned int err_type,
|
D | machdep.h | 158 void (*log_error)(char *buf, unsigned int err_type, int fatal); 332 static inline void log_error(char *buf, unsigned int err_type, int fatal) in log_error() argument 335 ppc_md.log_error(buf, err_type, fatal); in log_error()
|
D | rtas.h | 371 extern void pSeries_log_error(char *buf, unsigned int err_type, int fatal);
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | nvram.c | 142 unsigned int err_type, unsigned int error_log_cnt) in nvram_write_error_log() argument 145 err_type, error_log_cnt); in nvram_write_error_log() 161 unsigned int *err_type, unsigned int *error_log_cnt) in nvram_read_error_log() argument 164 err_type, error_log_cnt); in nvram_read_error_log()
|
/linux-4.1.27/arch/mips/sgi-ip27/ |
D | ip27-berr.c | 26 static char *err_type[2][8] = { in dump_hub_information() local 52 printk("Error type is %s\n", err_type[wrb] in dump_hub_information()
|
/linux-4.1.27/include/ras/ |
D | ras_event.h | 98 TP_PROTO(const unsigned int err_type, 111 TP_ARGS(err_type, error_msg, label, error_count, mc_index, 131 __entry->error_type = err_type;
|
/linux-4.1.27/arch/x86/kernel/ |
D | kdebugfs.c | 95 goto err_type; in create_setup_data_node() 99 err_type: in create_setup_data_node()
|
/linux-4.1.27/net/openvswitch/ |
D | vport.c | 38 enum vport_err_type err_type); 537 enum vport_err_type err_type) in ovs_vport_record_error() argument 539 switch (err_type) { in ovs_vport_record_error()
|
/linux-4.1.27/include/linux/ |
D | edac.h | 143 static inline char *mc_event_error_type(const unsigned int err_type) in mc_event_error_type() argument 145 switch (err_type) { in mc_event_error_type()
|
D | cper.h | 326 uuid_le err_type; member
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 1303 __be16 err_type, severity; in pnv_eeh_next_error() local 1328 &frozen_pe_no, &err_type, &severity); in pnv_eeh_next_error() 1337 if (be16_to_cpu(err_type) == OPAL_EEH_NO_ERROR || in pnv_eeh_next_error() 1350 __func__, be16_to_cpu(err_type), in pnv_eeh_next_error() 1353 switch (be16_to_cpu(err_type)) { in pnv_eeh_next_error() 1427 __func__, be16_to_cpu(err_type)); in pnv_eeh_next_error()
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | cq.c | 380 item->err_type = IB_SIG_BAD_GUARD; in get_sig_err_item() 385 item->err_type = IB_SIG_BAD_REFTAG; in get_sig_err_item() 390 item->err_type = IB_SIG_BAD_APPTAG; in get_sig_err_item() 534 mr->sig->err_item.err_type, in mlx5_poll_one()
|
D | mr.c | 1456 mr_status->sig_err.err_type = IB_SIG_BAD_GUARD; in mlx5_ib_check_mr_status()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | control.c | 61 u16 err_type; member 361 sdrc_block_contents.err_type = in omap3_save_scratchpad_contents()
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | sal.h | 520 err_type : 1, member 532 u16 err_type; member
|
/linux-4.1.27/drivers/edac/ |
D | amd64_edac.c | 2142 enum hw_event_mc_err_type err_type; in __log_bus_error() local 2146 err_type = HW_EVENT_ERR_CORRECTED; in __log_bus_error() 2148 err_type = HW_EVENT_ERR_UNCORRECTED; in __log_bus_error() 2172 edac_mc_handle_error(err_type, mci, 1, in __log_bus_error()
|
/linux-4.1.27/drivers/infiniband/ulp/iser/ |
D | iser_verbs.c | 1254 mr_status.sig_err.err_type, in iser_check_task_pi_status() 1259 switch (mr_status.sig_err.err_type) { in iser_check_task_pi_status()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_scsi.c | 2888 int err_type, len, data_len; in lpfc_calc_bg_err() local 2893 err_type = BGS_GUARD_ERR_MASK; in lpfc_calc_bg_err() 2954 err_type = BGS_GUARD_ERR_MASK; in lpfc_calc_bg_err() 2962 err_type = BGS_REFTAG_ERR_MASK; in lpfc_calc_bg_err() 2970 err_type = BGS_APPTAG_ERR_MASK; in lpfc_calc_bg_err() 3012 if (err_type == BGS_GUARD_ERR_MASK) { in lpfc_calc_bg_err() 3023 } else if (err_type == BGS_REFTAG_ERR_MASK) { in lpfc_calc_bg_err() 3035 } else if (err_type == BGS_APPTAG_ERR_MASK) { in lpfc_calc_bg_err()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_resource.c | 114 goto err_type; in ldlm_proc_setup() 132 err_type: in ldlm_proc_setup()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | traps_64.c | 1782 /*0x13*/u8 err_type; member 1953 printk("%s: type [%s]\n", pfx, sun4v_err_type_to_str(ent->err_type)); in sun4v_log_error() 2026 if (local_copy.err_type == SUN4V_ERR_TYPE_SHUTDOWN_RQST) { in sun4v_resum_error()
|
/linux-4.1.27/include/rdma/ |
D | ib_verbs.h | 598 enum ib_sig_err_type err_type; member
|
/linux-4.1.27/drivers/infiniband/ulp/isert/ |
D | ib_isert.c | 1867 switch (mr_status.sig_err.err_type) { in isert_check_pi_status() 1884 mr_status.sig_err.err_type, in isert_check_pi_status()
|