Searched refs:panic (Results 176 - 200 of 524) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/netatalk/
H A Dat_control.c152 panic( "at_control" );
262 panic( "at_control" );
276 panic( "at_control" );
582 panic( "at_entry" );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsetup_64.c509 /* reboot on panic */
512 if (ppc_md.panic)
594 panic("Cannot allocate cpu data for CPU %d\n", i);
H A Dtraps.c160 panic("Fatal exception in interrupt");
163 panic("Fatal exception");
191 * nowhere. Better to kill it and let the kernel panic.
239 panic("Unrecoverable System Reset");
496 panic("Unrecoverable Machine check");
868 panic("kernel stack overflow");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dspider-pic.c308 panic("spider_pic: can't map registers !");
314 panic("spider_pic: can't allocate irq host !");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Duic.c290 panic("Unable to initialize primary UIC %s\n", np->full_name);
306 panic("Unable to initialize a secondary UIC %s\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Dcommproc.c209 panic("Could not allocate CPM IRQ!");
214 panic("Could not allocate CPM error IRQ!");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/mm/
H A Dioremap.c205 panic("alloc_io_res(%s): cannot occupy\n",
257 panic("sh64_get_page: Out of memory already?\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsmp.c72 panic("No MID found for CPU%d at node 0x%08d", id, cpu_node);
125 panic("SMP bolixed\n");
H A Dunaligned.c172 /* This is just to make gcc think panic does return... */
175 panic(str);
413 panic("Impossible kernel unaligned trap.");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/sysdep-i386/
H A Dptrace.h173 panic("Bad register in UPT_REG : %d\n", reg); \
201 panic("Bad register in UPT_SET : %d\n", reg); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/
H A Dtracer.c111 panic("Unmapping stack failed");
113 panic("ptrace PTRACE_TRACEME failed");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dtraps.c167 * Unhandled Exceptions. Kill user task or panic if in kernel space.
488 panic("Fatal exception in interrupt");
491 panic("Fatal exception");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dio-writesw.S17 b panic
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/sim/
H A Dsimscsi.c361 panic("simscsi: unknown SCSI command %u\n", sc->cmnd[0]);
370 panic("Attempt to queue command while command is pending!!");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dio_init.c212 panic("%s: Unable to alloc memory for pcidev_info", __FUNCTION__);
216 panic("%s: Unable to alloc memory for sn_irq_info", __FUNCTION__);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dsetup.c310 panic("No configuration setup");
486 panic("no FPU");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsmp.c443 panic("smp_callin() AAAAaaaaahhhh....\n");
466 panic("SMP: fork failed for CPU:%d", cpuid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/init/
H A Ddo_mounts.c322 panic("VFS: Unable to mount root fs on %s", b);
334 panic("VFS: Unable to mount root fs on %s", b);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/mm/
H A Dnuma.c154 panic("kernel loaded out of ram");
197 panic("couldn't find a contigous place for the bootmap");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dio-writesw-armv3.S17 b panic
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_region.c257 * The panic and magic values aren't protected by any lock, so we never
264 if (renv->panic && !F_ISSET(dbenv, DB_ENV_NOPANIC)) {
397 renv->panic = 0;
597 * issue or the environment has panic'd. (If the environment panic'd,
600 * the environment in this particular call, but panic'd environments
603 * Otherwise, panic the environment and overwrite the magic number so
607 if (renv->refcnt > 0 && !LF_ISSET(DB_FORCE) && !renv->panic)
610 renv->panic = 1;
636 ((REGENV *)env->reginfo->primary)->panic
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dtlbex.c280 panic("Unsupported TLB synthesizer instruction %d", opc);
595 panic("Unsupported TLB synthesizer relocation %d",
727 * over anything important on overflow before we panic.
766 panic("TLB refill handler space exceeded");
943 panic("No TLB refill handler yet (CPU type: %d)",
1252 panic("TLB refill handler space exceeded");
1257 panic("TLB refill handler space exceeded");
1570 panic("TLB load handler fastpath space exceeded");
1605 panic("TLB store handler fastpath space exceeded");
1640 panic("TL
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Deata.c1753 panic("%s: qcomm, invalid SCpnt->sc_data_direction.\n",
1780 panic("%s: qcomm, pid %ld, SCpnt %p already active.\n",
1869 panic("%s: abort, invalid SCarg->host_scribble.\n", ha->board_name);
1885 panic("%s: abort, mbox %d, SCarg %p, cp SCpnt %p.\n",
1916 panic("%s: abort, mbox %d, invalid cp_stat.\n", ha->board_name, i);
1968 panic("%s: reset, mbox %d, SCpnt == NULL.\n", ha->board_name, i);
1983 panic("%s: reset, mbox %d, garbled SCpnt.\n", ha->board_name, i);
1986 panic("%s: reset, mbox %d, index mismatch.\n", ha->board_name, i);
1989 panic("%s: reset, mbox %d, SCpnt->scsi_done == NULL.\n",
2313 panic("
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Dsba_iommu.c398 panic("%s: I/O MMU @ %p is out of mapping resources\n",
895 panic("Check before sba_map_sg()");
931 panic("Check after sba_map_sg()\n");
1042 panic("%s() could not allocate I/O Page Table\n",
1192 panic("Couldn't allocate I/O Page Table\n");
1238 panic(__FILE__ "Unsupported system page size %d",
1560 panic("%s:%s() could not allocate resource map\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dtime.c246 panic("Couldn't register idle notifier");
298 panic("TOD clock not operational.");
338 panic("Couldn't request external interrupt 0x1004");
341 panic("Could not register TOD clock source");
346 panic("Couldn't request external interrupt 0x1406");

Completed in 301 milliseconds

1234567891011>>