/linux-2.4.37.9/kernel/ |
D | panic.c | 64 printk(KERN_EMERG "Kernel panic: %s\n",buf); in panic() 66 printk(KERN_EMERG "In interrupt handler - not syncing\n"); in panic() 68 printk(KERN_EMERG "In idle task - not syncing\n"); in panic() 85 printk(KERN_EMERG "Rebooting in %d seconds..",panic_timeout); in panic()
|
D | sys.c | 307 printk(KERN_EMERG "Restarting system.\n"); in sys_reboot() 321 printk(KERN_EMERG "System halted.\n"); in sys_reboot() 328 printk(KERN_EMERG "Power down.\n"); in sys_reboot() 341 printk(KERN_EMERG "Restarting system with command '%s'.\n", buffer); in sys_reboot()
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | bluesmoke.c | 31 …printk(KERN_EMERG "CPU %d: Machine Check Exception: %08x%08x\n", smp_processor_id(), mcgsth, mcgst… in intel_machine_check() 42 printk(KERN_EMERG "Bank %d: %08x%08x", i, high, low); in intel_machine_check() 66 printk(KERN_EMERG "Attempting to continue.\n"); in intel_machine_check() 80 …printk(KERN_EMERG "CPU#%d: Machine Check Exception: 0x%8X (type 0x%8X).\n", smp_processor_id(), l… in pentium_machine_check() 82 printk(KERN_EMERG "CPU#%d: Possible thermal failure (CPU on fire ?).\n", smp_processor_id()); in pentium_machine_check() 91 printk(KERN_EMERG "CPU#%d: Machine Check Exception.\n", smp_processor_id()); in winchip_machine_check()
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | bluesmoke.c | 53 printk(KERN_EMERG "CPU %d: Machine Check Exception: %08x%08x\n", in generic_machine_check() 57 printk(KERN_EMERG "RIP <%02lx>:%016lx RSP %016lx\n", in generic_machine_check() 76 printk(KERN_EMERG "Bank %d: %08x%08x", i, high, low); in generic_machine_check() 108 printk(KERN_EMERG "Attempting to continue.\n"); in generic_machine_check() 410 printk(KERN_EMERG "CPU %d: Machine Check Exception: %016Lx\n", cpunum, mcgst); in k8_machine_check() 413 printk(KERN_EMERG "CPU%d: RIP <%02lx>:%016lx RSP %016lx %s\n", in k8_machine_check() 433 printk(KERN_EMERG "CPU%d %s error status: %016Lx", in k8_machine_check() 465 printk(KERN_EMERG "Attempting to continue.\n"); in k8_machine_check()
|
D | traps.c | 339 printk(KERN_EMERG "Kernel BUG at %.50s:%d\n", f.filename, f.line); in handle_BUG() 347 printk(KERN_EMERG "%s: %04lx\n", str, err & 0xffff); in __die() 351 printk(KERN_EMERG "RIP "); in __die() 506 printk(KERN_EMERG in do_general_protection() 627 printk(KERN_EMERG "debug handler: wrong gs %lx expected %p\n", gs, pda); in do_debug()
|
/linux-2.4.37.9/drivers/scsi/ |
D | qlogicpti.c | 191 printk(KERN_EMERG "qlogicpti: mbox_command loop timeout #1\n"); in qlogicpti_mbox_command() 222 printk(KERN_EMERG "qlogicpti: mbox_command[%04x] loop timeout #2\n", in qlogicpti_mbox_command() 236 printk(KERN_EMERG "qlogicpti: mbox_command[%04x] loop timeout #3\n", in qlogicpti_mbox_command() 244 printk(KERN_EMERG "qlogicpti: mbox_command[%04x] loop timeout #4\n", in qlogicpti_mbox_command() 340 printk(KERN_EMERG "qlogicpti: reset_hardware loop timeout\n"); in qlogicpti_reset_hardware() 367 printk(KERN_EMERG "qlogicpti%d: Cannot execute ISP firmware.\n", in qlogicpti_reset_hardware() 378 printk(KERN_EMERG "qlogicpti%d: Cannot set initiator SCSI ID.\n", in qlogicpti_reset_hardware() 393 printk(KERN_EMERG "qlogicpti%d: Cannot init response queue.\n", in qlogicpti_reset_hardware() 405 printk(KERN_EMERG "qlogicpti%d: Cannot init request queue.\n", in qlogicpti_reset_hardware() 480 printk(KERN_EMERG "qlogicpti%d: Aieee, firmware checksum failed!", in qlogicpti_load_firmware() [all …]
|
D | eata_pio.c | 305 DBG(DBG_QUEUE, printk(KERN_EMERG "can_queue %d, x %d, y %d\n", in eata_pio_queue() 308 panic(KERN_EMERG "eata_pio: run out of queue slots cmdno:%ld " in eata_pio_queue() 311 panic(KERN_EMERG "eata_pio: run out of queue slots....\n"); in eata_pio_queue()
|
/linux-2.4.37.9/include/asm-i386/ |
D | bugs.h | 71 printk(KERN_EMERG "No coprocessor found and no math emulation present.\n"); in check_fpu() 72 printk(KERN_EMERG "Giving up.\n"); in check_fpu()
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | process.c | 162 printk(KERN_EMERG "System shut down completed.\n" in machine_power_off() 163 KERN_EMERG "Please power this system off now."); in machine_power_off()
|
/linux-2.4.37.9/arch/m68k/kernel/ |
D | setup.c | 593 printk( KERN_EMERG "*** YOU DO NOT HAVE A FLOATING POINT UNIT, " in check_bugs() 595 printk( KERN_EMERG "Upgrade your hardware or join the FPU " in check_bugs() 597 printk( KERN_EMERG "(see http://no-fpu.linux-m68k.org)\n" ); in check_bugs()
|
/linux-2.4.37.9/drivers/net/ |
D | stnic.c | 120 printk (KERN_EMERG "Unable to get memory for dev->priv.\n"); in stnic_probe() 140 printk (KERN_EMERG " unable to get IRQ %d.\n", dev->irq); in stnic_probe()
|
D | ne.c | 543 printk(KERN_EMERG "%s: DMAing conflict in ne_get_8390_hdr " in ne_get_8390_hdr() 584 printk(KERN_EMERG "%s: DMAing conflict in ne_block_input " in ne_block_input() 658 printk(KERN_EMERG "%s: DMAing conflict in ne_block_output." in ne_block_output()
|
/linux-2.4.37.9/drivers/char/ |
D | pcwd.c | 343 printk (KERN_EMERG in pcwd_ioctl() 353 printk (KERN_EMERG in pcwd_ioctl() 829 printk (KERN_EMERG in pcwd_card_init()
|
/linux-2.4.37.9/fs/xfs/support/ |
D | debug.c | 47 {KERN_EMERG, KERN_ALERT, KERN_CRIT,
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | ras.c | 157 printk(KERN_EMERG in ras_error_interrupt()
|
D | traps.c | 265 printk(KERN_EMERG "Unrecoverable Machine check.\n"); in MachineCheckException() 266 printk(KERN_EMERG "Caused by (from SRR1=%lx): ", regs->msr); in MachineCheckException()
|
/linux-2.4.37.9/fs/fat/ |
D | cvf.c | 118 printk(KERN_EMERG "FAT FS/CVF: This is a bug in cvf_version_use_count\n"); in dec_cvf_format_use_count_by_version()
|
/linux-2.4.37.9/include/linux/ |
D | kernel.h | 32 #define KERN_EMERG "<0>" /* system is unusable */ macro
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | ibm440gx_common.c | 68 printk(KERN_EMERG "invalid PLL feedback source\n"); in ibm440gx_get_clocks()
|
/linux-2.4.37.9/fs/jbd/ |
D | journal.c | 591 printk(KERN_EMERG "%s: error: j_commit_request=%d, tid=%d\n", in log_wait_commit() 895 printk(KERN_EMERG "%s: creation of journal on external " in journal_create() 1697 printk(KERN_EMERG "JBD: no memory for journal_head cache\n"); in journal_init_journal_head_cache() 1991 printk(KERN_EMERG "JBD: leaked %d journal_heads!\n", n); in journal_exit()
|
/linux-2.4.37.9/arch/sh64/kernel/ |
D | setup.c | 290 printk(KERN_EMERG "xchg() called with bad pointer !\n"); in __xchg_called_with_bad_pointer()
|
/linux-2.4.37.9/arch/cris/drivers/ |
D | axisflashmap.c | 517 printk(KERN_EMERG "axisflashmap: Cannot create an MTD RAM " in init_axis_flash()
|
/linux-2.4.37.9/arch/x86_64/mm/ |
D | fault.c | 372 printk(KERN_EMERG "CR2: %016lx\n", address); in do_page_fault()
|
/linux-2.4.37.9/drivers/s390/ |
D | s390mach.c | 147 printk(KERN_EMERG "%s\n", msg); in s390_handle_damage()
|
/linux-2.4.37.9/net/atm/ |
D | resources.c | 149 printk(KERN_EMERG "atm_dev_deregister: waiting for " in atm_dev_deregister()
|