Searched defs:err_type (Results 1 - 8 of 8) sorted by relevance

/arch/mips/sgi-ip27/
H A Dip27-berr.c26 static char *err_type[2][8] = { local
52 printk("Error type is %s\n", err_type[wrb]
/arch/powerpc/kernel/
H A Drtasd.c197 void pSeries_log_error(char *buf, unsigned int err_type, int fatal) argument
210 switch (err_type & ERR_TYPE_MASK) {
213 if (!(err_type & ERR_FLAG_BOOT))
225 if (logging_enabled && !(err_type & ERR_FLAG_BOOT))
226 nvram_write_error_log(buf, len, err_type, error_log_cnt);
234 if ((err_type & ERR_TYPE_MASK) == ERR_TYPE_RTAS_LOG)
246 switch (err_type & ERR_TYPE_MASK) {
488 unsigned int err_type ; local
494 &err_type, &error_log_cnt);
498 if (err_type !
[all...]
/arch/powerpc/platforms/powernv/
H A Deeh-ioda.c955 __be16 err_type, severity; local
980 &frozen_pe_no, &err_type, &severity);
991 if (be16_to_cpu(err_type) == OPAL_EEH_NO_ERROR ||
1004 __func__, be16_to_cpu(err_type), be16_to_cpu(severity),
1006 switch (be16_to_cpu(err_type)) {
1075 __func__, be16_to_cpu(err_type));
/arch/powerpc/platforms/pseries/
H A Dnvram.c281 unsigned int err_type,
296 info.error_type = cpu_to_be32(err_type);
317 unsigned int err_type, unsigned int error_log_cnt)
320 err_type, error_log_cnt);
336 int length, unsigned int *err_type,
369 *err_type = be32_to_cpu(info.error_type);
380 unsigned int *err_type, unsigned int *error_log_cnt)
383 err_type, error_log_cnt);
570 unsigned int err_type = ERR_TYPE_KERNEL_PANIC; local
583 err_type
279 nvram_write_os_partition(struct nvram_os_partition *part, char *buff, int length, unsigned int err_type, unsigned int error_log_cnt) argument
316 nvram_write_error_log(char * buff, int length, unsigned int err_type, unsigned int error_log_cnt) argument
335 nvram_read_partition(struct nvram_os_partition *part, char *buff, int length, unsigned int *err_type, unsigned int *error_log_cnt) argument
379 nvram_read_error_log(char *buff, int length, unsigned int *err_type, unsigned int *error_log_cnt) argument
605 unsigned int err_type, id_no, size = 0; local
852 unsigned int err_type = ERR_TYPE_KERNEL_PANIC_GZ; local
[all...]
/arch/arm/mach-omap2/
H A Dcontrol.c56 u16 err_type; member in struct:omap3_scratchpad_sdrc_block
343 sdrc_block_contents.err_type =
/arch/powerpc/include/asm/
H A Dmachdep.h163 void (*log_error)(char *buf, unsigned int err_type, int fatal);
356 static inline void log_error(char *buf, unsigned int err_type, int fatal) argument
359 ppc_md.log_error(buf, err_type, fatal);
/arch/sparc/kernel/
H A Dtraps_64.c1782 /*0x13*/u8 err_type; member in struct:sun4v_error_entry
1953 printk("%s: type [%s]\n", pfx, sun4v_err_type_to_str(ent->err_type));
2026 if (local_copy.err_type == SUN4V_ERR_TYPE_SHUTDOWN_RQST) {
/arch/ia64/include/asm/
H A Dsal.h520 err_type : 1, member in struct:sal_log_pci_bus_err_info::__anon1568
532 u16 err_type; member in struct:sal_log_pci_bus_err_info

Completed in 254 milliseconds