Searched refs:err_type (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/arch/powerpc/kernel/ |
D | rtasd.c | 192 void pSeries_log_error(char *buf, unsigned int err_type, int fatal) in pSeries_log_error() argument 205 switch (err_type & ERR_TYPE_MASK) { in pSeries_log_error() 208 if (!(err_type & ERR_FLAG_BOOT)) in pSeries_log_error() 220 if (logging_enabled && !(err_type & ERR_FLAG_BOOT)) in pSeries_log_error() 221 nvram_write_error_log(buf, len, err_type, error_log_cnt); in pSeries_log_error() 229 if ((err_type & ERR_TYPE_MASK) == ERR_TYPE_RTAS_LOG) in pSeries_log_error() 241 switch (err_type & ERR_TYPE_MASK) { in pSeries_log_error() 441 unsigned int err_type ; in retreive_nvram_error_log() local 447 &err_type, &error_log_cnt); in retreive_nvram_error_log() 451 if (err_type != ERR_FLAG_ALREADY_LOGGED) { in retreive_nvram_error_log() [all …]
|
/linux-2.6.39/arch/powerpc/platforms/pseries/ |
D | nvram.c | 206 int length, unsigned int err_type, unsigned int error_log_cnt) in nvram_write_os_partition() argument 220 info.error_type = err_type; in nvram_write_os_partition() 241 unsigned int err_type, unsigned int error_log_cnt) in nvram_write_error_log() argument 244 err_type, error_log_cnt); in nvram_write_error_log() 255 unsigned int * err_type, unsigned int * error_log_cnt) in nvram_read_error_log() argument 282 *err_type = info.error_type; in nvram_read_error_log()
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | nvram.h | 35 unsigned int err_type, unsigned int err_seq); 37 unsigned int * err_type, unsigned int *err_seq);
|
D | machdep.h | 156 void (*log_error)(char *buf, unsigned int err_type, int fatal); 330 static inline void log_error(char *buf, unsigned int err_type, int fatal) in log_error() argument 333 ppc_md.log_error(buf, err_type, fatal); in log_error()
|
D | rtas.h | 203 extern void pSeries_log_error(char *buf, unsigned int err_type, int fatal);
|
/linux-2.6.39/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-2.6.39/arch/x86/kernel/ |
D | kdebugfs.c | 102 goto err_type; in create_setup_data_node() 106 err_type: in create_setup_data_node()
|
/linux-2.6.39/include/linux/ |
D | cper.h | 315 uuid_le err_type; member
|
/linux-2.6.39/arch/arm/mach-omap2/ |
D | control.c | 67 u16 err_type; member 350 sdrc_block_contents.err_type = in omap3_save_scratchpad_contents()
|
/linux-2.6.39/arch/ia64/include/asm/ |
D | sal.h | 521 err_type : 1, member 533 u16 err_type; member
|
/linux-2.6.39/arch/sparc/kernel/ |
D | traps_64.c | 1766 u32 err_type; member 1818 ent->err_type, in sun4v_log_error() 1819 sun4v_err_type_to_str(ent->err_type)); in sun4v_log_error() 1877 if (ent->err_type == SUN4V_ERR_TYPE_WARNING_RES) { in sun4v_resum_error()
|