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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Drtasd.c174 void pSeries_log_error(char *buf, unsigned int err_type, int fatal) argument
187 switch (err_type & ERR_TYPE_MASK) {
190 if (!(err_type & ERR_FLAG_BOOT))
200 if (!no_logging && !(err_type & ERR_FLAG_BOOT))
201 nvram_write_error_log(buf, len, err_type);
208 if ((err_type & ERR_TYPE_MASK) == ERR_TYPE_RTAS_LOG)
219 switch (err_type & ERR_TYPE_MASK) {
410 unsigned int err_type; local
432 rc = nvram_read_error_log(logdata, rtas_error_log_max, &err_type);
438 if (err_type !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dnvram.h66 extern int nvram_write_error_log(char * buff, int length, unsigned int err_type);
67 extern int nvram_read_error_log(char * buff, int length, unsigned int * err_type);
H A Dmachdep.h150 void (*log_error)(char *buf, unsigned int err_type, int fatal);
319 static inline void log_error(char *buf, unsigned int err_type, int fatal) argument
322 ppc_md.log_error(buf, err_type, fatal);
H A Drtas.h187 extern void pSeries_log_error(char *buf, unsigned int err_type, int fatal);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sgi-ip27/
H A Dip27-berr.c29 static char *err_type[2][8] = { local
55 printk("Error type is %s\n", err_type[wrb]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dnvram_64.c639 int nvram_write_error_log(char * buff, int length, unsigned int err_type) argument
657 info.error_type = err_type;
681 int nvram_read_error_log(char * buff, int length, unsigned int * err_type) argument
708 *err_type = info.error_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dsal.h502 err_type : 1, member in struct:sal_log_pci_bus_err_info::__anon8882
514 u16 err_type; member in struct:sal_log_pci_bus_err_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dtraps.c1741 u32 err_type; member in struct:sun4v_error_entry
1792 printk("%s: err_handle[%lx] err_stick[%lx] err_type[%08x:%s]\n",
1795 ent->err_type,
1796 sun4v_err_type_to_str(ent->err_type));
1854 if (ent->err_type == SUN4V_ERR_TYPE_WARNING_RES) {
1855 /* If err_type is 0x4, it's a powerdown request. Do

Completed in 95 milliseconds