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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Drtasd.c178 void pSeries_log_error(char *buf, unsigned int err_type, int fatal) argument
191 switch (err_type & ERR_TYPE_MASK) {
194 if (!(err_type & ERR_FLAG_BOOT))
206 if (logging_enabled && !(err_type & ERR_FLAG_BOOT))
207 nvram_write_error_log(buf, len, err_type, error_log_cnt);
215 if ((err_type & ERR_TYPE_MASK) == ERR_TYPE_RTAS_LOG)
227 switch (err_type & ERR_TYPE_MASK) {
425 unsigned int err_type ; local
431 &err_type, &error_log_cnt);
435 if (err_type !
[all...]
H A Dnvram_64.c604 unsigned int err_type, unsigned int error_log_cnt)
618 info.error_type = err_type;
643 unsigned int * err_type, unsigned int * error_log_cnt)
670 *err_type = info.error_type;
603 nvram_write_error_log(char * buff, int length, unsigned int err_type, unsigned int error_log_cnt) argument
642 nvram_read_error_log(char * buff, int length, unsigned int * err_type, unsigned int * error_log_cnt) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dnvram.h72 unsigned int err_type, unsigned int err_seq);
74 unsigned int * err_type, unsigned int *err_seq);
H A Dmachdep.h158 void (*log_error)(char *buf, unsigned int err_type, int fatal);
338 static inline void log_error(char *buf, unsigned int err_type, int fatal) argument
341 ppc_md.log_error(buf, err_type, fatal);
H A Drtas.h202 extern void pSeries_log_error(char *buf, unsigned int err_type, int fatal);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dkdebugfs.c101 goto err_type;
105 err_type:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dcontrol.c60 u16 err_type; member in struct:omap3_scratchpad_sdrc_block
269 sdrc_block_contents.err_type =
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcper.h272 uuid_le err_type; member in struct:cper_ia_err_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dsal.h521 err_type : 1, member in struct:sal_log_pci_bus_err_info::__anon9326
533 u16 err_type; member in struct:sal_log_pci_bus_err_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_syntree.cpp2001 void php_report_error(PHP_MSG_TYPE err_type, const char *msg, ...) argument
2013 switch(err_type) {
2034 assert(err_type != PHP_INTERNAL_ERROR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dtraps_64.c1756 u32 err_type; member in struct:sun4v_error_entry
1805 printk("%s: err_handle[%llx] err_stick[%llx] err_type[%08x:%s]\n",
1808 ent->err_type,
1809 sun4v_err_type_to_str(ent->err_type));
1867 if (ent->err_type == SUN4V_ERR_TYPE_WARNING_RES) {
1868 /* If err_type is 0x4, it's a powerdown request. Do

Completed in 307 milliseconds