Searched refs:err_type (Results 1 – 9 of 9) sorted by relevance
/arch/powerpc/platforms/pseries/ |
D | rtasd.c | 190 void pSeries_log_error(char *buf, unsigned int err_type, int fatal) in pSeries_log_error() argument 203 switch (err_type & ERR_TYPE_MASK) { in pSeries_log_error() 206 if (!(err_type & ERR_FLAG_BOOT)) in pSeries_log_error() 217 if (logging_enabled && !(err_type & ERR_FLAG_BOOT)) in pSeries_log_error() 218 nvram_write_error_log(buf, len, err_type, error_log_cnt); in pSeries_log_error() 225 if ((err_type & ERR_TYPE_MASK) == ERR_TYPE_RTAS_LOG) in pSeries_log_error() 237 switch (err_type & ERR_TYPE_MASK) { in pSeries_log_error() 415 unsigned int err_type; in rtasd() local 427 &err_type, &error_log_cnt); in rtasd() 432 if (err_type != ERR_FLAG_ALREADY_LOGGED) { in rtasd() [all …]
|
/arch/powerpc/include/asm/ |
D | nvram.h | 72 unsigned int err_type, unsigned int err_seq); 74 unsigned int * err_type, unsigned int *err_seq);
|
D | machdep.h | 154 void (*log_error)(char *buf, unsigned int err_type, int fatal); 333 static inline void log_error(char *buf, unsigned int err_type, int fatal) in log_error() argument 336 ppc_md.log_error(buf, err_type, fatal); in log_error()
|
D | rtas.h | 188 extern void pSeries_log_error(char *buf, unsigned int err_type, int fatal);
|
/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()
|
/arch/x86/kernel/ |
D | kdebugfs.c | 103 goto err_type; in create_setup_data_node() 107 err_type: in create_setup_data_node()
|
/arch/powerpc/kernel/ |
D | nvram_64.c | 629 unsigned int err_type, unsigned int error_log_cnt) in nvram_write_error_log() argument 643 info.error_type = err_type; in nvram_write_error_log() 668 unsigned int * err_type, unsigned int * error_log_cnt) in nvram_read_error_log() argument 695 *err_type = info.error_type; in nvram_read_error_log()
|
/arch/ia64/include/asm/ |
D | sal.h | 521 err_type : 1, member 533 u16 err_type; member
|
/arch/sparc/kernel/ |
D | traps_64.c | 1764 u32 err_type; member 1816 ent->err_type, in sun4v_log_error() 1817 sun4v_err_type_to_str(ent->err_type)); in sun4v_log_error() 1875 if (ent->err_type == SUN4V_ERR_TYPE_WARNING_RES) { in sun4v_resum_error()
|