/linux-2.4.37.9/fs/jffs2/ |
D | scan.c | 57 printk(KERN_NOTICE args); \ 60 printk(KERN_NOTICE "Further such events for this erase block will not be printed\n"); \ 143 …printk(KERN_NOTICE "JFFS2: Erase block at 0x%08x is not formatted. It will be erased\n", jeb->offs… in jffs2_scan_medium() 153 … printk(KERN_NOTICE "Cowardly refusing to erase blocks on filesystem with no valid JFFS2 nodes\n"); in jffs2_scan_medium() 287 printk(KERN_NOTICE "CLEANMARKER node found at 0x%08x has totlen 0x%x != normal 0x%x\n", in jffs2_scan_eraseblock() 291 …printk(KERN_NOTICE "CLEANMARKER node found at 0x%08x, not first node in block (0x%08x)\n", ofs, je… in jffs2_scan_eraseblock() 298 printk(KERN_NOTICE "Failed to allocate node ref for clean marker\n"); in jffs2_scan_eraseblock() 315 …printk(KERN_NOTICE "Read-only compatible feature node (0x%04x) found at offset 0x%08x\n", node.nod… in jffs2_scan_eraseblock() 324 …printk(KERN_NOTICE "Incompatible feature node (0x%04x) found at offset 0x%08x\n", node.nodetype, o… in jffs2_scan_eraseblock() 328 …printk(KERN_NOTICE "Unknown but compatible feature node (0x%04x) found at offset 0x%08x\n", node.n… in jffs2_scan_eraseblock() [all …]
|
D | build.c | 223 printk(KERN_NOTICE "Eep. Child \"%s\" (ino #%u) of dir ino #%u doesn't exist!\n", in jffs2_build_inode_pass1() 229 …printk(KERN_NOTICE "Child dir \"%s\" (ino #%u) of dir ino #%u appears to be a hard link\n", fd->na… in jffs2_build_inode_pass1() 231 printk(KERN_NOTICE "This is mostly harmless, and probably caused by creating a JFFS2 image\n"); in jffs2_build_inode_pass1() 232 printk(KERN_NOTICE "using a buggy version of mkfs.jffs2. Use at least v1.17.\n"); in jffs2_build_inode_pass1() 261 printk(KERN_NOTICE "Inode #%u was a directory with children - removing those too...\n", ic->ino); in jffs2_build_remove_unlinked_inode() 274 …printk(KERN_NOTICE "Cannot remove child \"%s\", ino #%u, because it doesn't exist\n", fd->name, fd… in jffs2_build_remove_unlinked_inode()
|
/linux-2.4.37.9/drivers/mtd/maps/ |
D | solutionengine.c | 87 printk(KERN_NOTICE "Probing for flash chips at 0x00000000:\n"); in init_soleng_maps() 91 printk(KERN_NOTICE "Probing for flash chips at 0x01000000:\n"); in init_soleng_maps() 97 printk(KERN_NOTICE "Flash chips not detected at either possible location.\n"); in init_soleng_maps() 101 printk(KERN_NOTICE "Solution Engine: Flash at 0x%08lx, EPROM at 0x%08lx\n", in init_soleng_maps() 115 printk(KERN_NOTICE "Found RedBoot partition table.\n"); in init_soleng_maps() 117 printk(KERN_NOTICE "Error looking for RedBoot partitions.\n"); in init_soleng_maps() 121 printk(KERN_NOTICE "Using configured partition at 0x%08x.\n", in init_soleng_maps()
|
D | cdb89712.c | 97 printk(KERN_NOTICE "Failed to reserve Cdb89712 FLASH space\n"); in init_cdb89712_flash() 104 printk(KERN_NOTICE "Failed to ioremap Cdb89712 FLASH space\n"); in init_cdb89712_flash() 174 printk(KERN_NOTICE "Failed to reserve Cdb89712 SRAM space\n"); in init_cdb89712_sram() 181 printk(KERN_NOTICE "Failed to ioremap Cdb89712 SRAM space\n"); in init_cdb89712_sram() 245 printk(KERN_NOTICE "Failed to reserve Cdb89712 BOOTROM space\n"); in init_cdb89712_bootrom() 252 printk(KERN_NOTICE "Failed to ioremap Cdb89712 BootROM space\n"); in init_cdb89712_bootrom()
|
D | l440gx.c | 121 printk(KERN_NOTICE "L440GX flash mapping: failed to find PIIX4 ISA bridge, cannot continue\n"); in init_l440gx() 133 printk(KERN_NOTICE "window_addr = 0x%08lx\n", (unsigned long)l440gx_map.map_priv_1); in init_l440gx() 176 printk(KERN_NOTICE "Enabled WE line to L440GX BIOS flash chip.\n"); in init_l440gx() 180 printk(KERN_NOTICE "JEDEC probe on BIOS chip failed. Using ROM\n"); in init_l440gx()
|
D | ocelot.c | 103 printk(KERN_NOTICE "Failed to ioremap Ocelot PLD\n"); in init_ocelot_maps() 112 printk(KERN_NOTICE "Failed to ioremap Ocelot NVRAM space\n"); in init_ocelot_maps() 129 printk(KERN_NOTICE "Failed to ioremap Ocelot flash space\n"); in init_ocelot_maps() 144 printk(KERN_NOTICE "Ocelot flash write jumper not present. Treating as ROM\n"); in init_ocelot_maps()
|
/linux-2.4.37.9/fs/jffs/ |
D | inode-v23.c | 81 D1(printk(KERN_NOTICE "JFFS: Trying to mount device %s.\n", in jffs_read_super() 144 D1(printk(KERN_NOTICE "JFFS: GC thread pid=%d.\n", (int) c->thread_pid)); in jffs_read_super() 146 D1(printk(KERN_NOTICE "JFFS: Successfully mounted device %s.\n", in jffs_read_super() 175 D1(printk (KERN_NOTICE "jffs_put_super(): Telling gc thread to die.\n")); in jffs_put_super() 180 D1(printk (KERN_NOTICE "jffs_put_super(): Successfully waited on thread.\n")); in jffs_put_super() 183 D1(printk(KERN_NOTICE "JFFS: Successfully unmounted device %s.\n", in jffs_put_super() 210 D3(printk (KERN_NOTICE "notify_change(): down biglock\n")); in jffs_setattr() 218 D3(printk (KERN_NOTICE "notify_change(): up biglock\n")); in jffs_setattr() 238 D3(printk (KERN_NOTICE "notify_change(): up biglock\n")); in jffs_setattr() 324 D3(printk (KERN_NOTICE "n_c(): up biglock\n")); in jffs_setattr() [all …]
|
/linux-2.4.37.9/drivers/mtd/devices/ |
D | pmc551.c | 669 printk(KERN_NOTICE "pmc551: Invalid memory size [%d]\n", msize); in init_pmc551() 677 printk(KERN_NOTICE "pmc551: Invalid aperture size [%d]\n", asize); in init_pmc551() 685 printk(KERN_NOTICE "pmc551: PCI not enabled.\n"); in init_pmc551() 700 printk(KERN_NOTICE "pmc551: Found PCI V370PDC at 0x%lX\n", in init_pmc551() 712 printk(KERN_NOTICE "pmc551: Cannot init SDRAM\n"); in init_pmc551() 722 printk(KERN_NOTICE "pmc551: Using specified memory size 0x%x\n", length); in init_pmc551() 729 printk(KERN_NOTICE "pmc551: Cannot allocate new MTD device.\n"); in init_pmc551() 737 printk(KERN_NOTICE "pmc551: Cannot allocate new MTD device.\n"); in init_pmc551() 746 printk(KERN_NOTICE "pmc551: reducing aperture size to fit %dM\n",length>>20); in init_pmc551() 749 printk(KERN_NOTICE "pmc551: Using existing aperture size %dM\n", length>>20); in init_pmc551() [all …]
|
D | doc1000.c | 155 printk(KERN_NOTICE "flashcard: suspend_erase timed out, status 0x%x\n", status); in suspend_erase() 189 printk(KERN_NOTICE "flashcard: byte_write timed out, status 0x%x\n",status); in byte_write() 209 printk(KERN_NOTICE "flashcard: word_write timed out at %p, status 0x%x\n", addr, status); in word_write() 240 printk(KERN_NOTICE "flashcard: write failure at %p, status 0x%x\n", addr, status); in check_write() 249 printk(KERN_NOTICE "flashcard: write timed out at %p, status 0x%x\n", addr, status); in check_write() 417 printk(KERN_NOTICE "flashcard: erase failed, status 0x%x\n", in check_erase() 516 printk(KERN_NOTICE "flashcard: No start address for memory device.\n"); in init_doc1000() 524 printk(KERN_NOTICE "physmem: Cannot allocate memory for new MTD device.\n"); in init_doc1000() 534 printk(KERN_NOTICE "physmem: Cannot allocate memory for new MTD device's private data.\n"); in init_doc1000() 567 printk(KERN_NOTICE "MTD device registration failed!\n"); in init_doc1000()
|
/linux-2.4.37.9/arch/mips/gt64120/momenco_ocelot/ |
D | reset.c | 25 printk(KERN_NOTICE "ioremap of reset register failed\n"); in momenco_ocelot_restart() 32 printk(KERN_NOTICE "Watchdog reset failed\n"); in momenco_ocelot_restart() 37 printk(KERN_NOTICE "\n** You can safely turn off the power\n"); in momenco_ocelot_halt()
|
/linux-2.4.37.9/arch/mips/momentum/ocelot_g/ |
D | reset.c | 25 printk(KERN_NOTICE "ioremap of reset register failed\n"); in momenco_ocelot_restart() 32 printk(KERN_NOTICE "Watchdog reset failed\n"); in momenco_ocelot_restart() 37 printk(KERN_NOTICE "\n** You can safely turn off the power\n"); in momenco_ocelot_halt()
|
/linux-2.4.37.9/drivers/isdn/hysdn/ |
D | hycapi.c | 66 printk(KERN_NOTICE "HYCAPI hycapi_reset_ctr\n"); in hycapi_reset_ctr() 82 printk(KERN_NOTICE "HYCAPI hycapi_remove_ctr\n"); in hycapi_remove_ctr() 123 printk(KERN_NOTICE "hycapi_send_message\n"); in hycapi_sendmsg_internal() 164 printk(KERN_NOTICE "hycapi_register_appl\n"); in hycapi_register_internal() 274 printk(KERN_NOTICE "hycapi_release_appl\n"); in hycapi_release_internal() 330 printk(KERN_NOTICE "hycapi_capi_release\n"); in hycapi_capi_release() 350 printk(KERN_NOTICE "hycapi_capi_stop\n"); in hycapi_capi_stop() 359 printk(KERN_NOTICE "hycapi_capi_stop: cinfo but no capi_ctrl\n"); in hycapi_capi_stop() 446 printk(KERN_NOTICE "hycapi_read_proc\n"); in hycapi_read_proc() 489 printk(KERN_NOTICE "hycapi_load_firmware\n"); in hycapi_load_firmware() [all …]
|
/linux-2.4.37.9/drivers/scsi/ |
D | 3w-xxxx.c | 266 dprintk(KERN_NOTICE "3w-xxxx: tw_aen_complete(): Queue'd code 0x%x\n", aen); in tw_aen_complete() 334 dprintk(KERN_NOTICE "3w-xxxx: tw_aen_drain_queue()\n"); in tw_aen_drain_queue() 491 dprintk(KERN_NOTICE "3w-xxxx: tw_aen_read_queue()\n"); in tw_aen_read_queue() 560 dprintk(KERN_NOTICE "3w-xxxx: tw_allocate_memory()\n"); in tw_allocate_memory() 1037 dprintk(KERN_NOTICE "3w-xxxx: tw_findcards()\n"); in tw_findcards() 1211 …printk(KERN_NOTICE "scsi%d : Found a 3ware Storage Controller at 0x%x, IRQ: %d, P-chip: %d.%d\n", … in tw_findcards() 1279 dprintk(KERN_NOTICE "3w-xxxx: tw_free_device_extension()\n"); in tw_free_device_extension() 1299 printk(KERN_NOTICE "3w-xxxx: Shutting down card %d.\n", i); in tw_halt() 1319 dprintk(KERN_NOTICE "3w-xxxx: tw_initconnection()\n"); in tw_initconnection() 1374 dprintk(KERN_NOTICE "3w-xxxx: tw_initialize_device_extension()\n"); in tw_initialize_device_extension() [all …]
|
/linux-2.4.37.9/drivers/mtd/ |
D | nftlmount.c | 108 …printk(KERN_NOTICE "ANAND header found at 0x%x in mtd%d, but erase mark not present (0x%04x,0x%04x… in find_boot_record() 117 printk(KERN_NOTICE "ANAND header found at 0x%x in mtd%d, but ECC read failed (err %d)\n", in find_boot_record() 124 printk(KERN_NOTICE "ANAND header found at 0x%x in mtd%d, but went away on reread!\n", in find_boot_record() 126 printk(KERN_NOTICE "New data are: %02x %02x %02x %02x %02x %02x\n", in find_boot_record() 137 printk(KERN_NOTICE "NFTL Media Headers at 0x%x and 0x%x disagree.\n", in find_boot_record() 158 …printk(KERN_NOTICE "NFTL: UnitSizeFactor 0x00 detected. This violates the spec but we think we kno… in find_boot_record() 160 printk(KERN_NOTICE "Sorry, we don't support UnitSizeFactor 0x%02x\n", in find_boot_record() 164 printk(KERN_NOTICE "WARNING: Support for NFTL with UnitSizeFactor 0x%02x is experimental\n", in find_boot_record() 171 printk(KERN_NOTICE "NFTL Media Header sanity check failed:\n"); in find_boot_record() 172 printk(KERN_NOTICE "nb_boot_blocks (%d) + 2 > nb_blocks (%d)\n", in find_boot_record() [all …]
|
D | ftl.c | 283 printk(KERN_NOTICE "ftl_cs: FTL header not found.\n"); in scan_header() 289 printk(KERN_NOTICE "ftl_cs: FTL header corrupt!\n"); in scan_header() 293 printk(KERN_NOTICE "ftl: FTL EraseUnitSize %x != MTD erasesize %x\n", in scan_header() 346 printk(KERN_NOTICE "ftl_cs: format error: too many " in build_maps() 367 printk(KERN_NOTICE "ftl_cs: format error: erase units " in build_maps() 489 printk(KERN_NOTICE "ftl_cs: internal error: " in ftl_erase_callback() 499 printk(KERN_NOTICE "ftl_cs: erase failed: state = %d\n", in ftl_erase_callback() 757 printk(KERN_NOTICE "ftl_cs: reclaim failed: no " in reclaim_block() 787 printk(KERN_NOTICE "ftl_cs: reclaim failed: " in reclaim_block() 800 printk(KERN_NOTICE "ftl_cs: copy_erase_unit failed!\n"); in reclaim_block() [all …]
|
/linux-2.4.37.9/arch/mips/vr41xx/common/ |
D | pmu.c | 52 printk(KERN_NOTICE "\nYou can reset your system\n"); in vr41xx_restart() 59 printk(KERN_NOTICE "\nYou can turn off the power supply\n"); in vr41xx_halt() 66 printk(KERN_NOTICE "\nYou can turn off the power supply\n"); in vr41xx_power_off()
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | m8xx_wdt.c | 60 printk(KERN_NOTICE "m8xx_wdt: wdt disabled (SYPCR: 0x%08X)\n", in m8xx_wdt_handler_install() 67 printk(KERN_NOTICE in m8xx_wdt_handler_install() 100 printk(KERN_NOTICE in m8xx_wdt_handler_install()
|
/linux-2.4.37.9/fs/freevxfs/ |
D | vxfs_olt.c | 94 printk(KERN_NOTICE "vxfs: ivalid olt magic number\n"); in vxfs_read_olt() 103 printk(KERN_NOTICE "vxfs: oltsize > 1 detected.\n"); in vxfs_read_olt() 104 printk(KERN_NOTICE "vxfs: please notify hch@caldera.de\n"); in vxfs_read_olt()
|
/linux-2.4.37.9/arch/mips/pmc-sierra/big_sur/ |
D | reset.c | 32 printk(KERN_NOTICE "Watchdog reset failed\n"); in big_sur_restart() 37 printk(KERN_NOTICE "\n** You can safely turn off the power\n"); in big_sur_halt()
|
/linux-2.4.37.9/init/ |
D | do_mounts.c | 442 printk(KERN_NOTICE "VFS: Insert %s and press ENTER\n", buf); in change_floppy() 522 printk(KERN_NOTICE in identify_ramdisk_image() 532 printk(KERN_NOTICE in identify_ramdisk_image() 540 printk(KERN_NOTICE in identify_ramdisk_image() 556 printk(KERN_NOTICE in identify_ramdisk_image() 565 printk(KERN_NOTICE in identify_ramdisk_image() 572 printk(KERN_NOTICE in identify_ramdisk_image() 614 printk(KERN_NOTICE in rd_load_image() 660 printk(KERN_NOTICE "RAMDISK: Loading %d blocks [%ld disk%s] into ram disk... ", in rd_load_image() 865 printk(KERN_NOTICE "Trying to move old root to /initrd ... "); in handle_initrd() [all …]
|
/linux-2.4.37.9/arch/mips/momentum/ocelot_c/ |
D | reset.c | 43 printk(KERN_NOTICE "Watchdog reset failed\n"); in momenco_ocelot_restart() 48 printk(KERN_NOTICE "\n** You can safely turn off the power\n"); in momenco_ocelot_halt()
|
/linux-2.4.37.9/arch/mips/pmc-sierra/stretch/ |
D | reset.c | 29 printk(KERN_NOTICE "Watchdog reset failed\n"); in pmc_stretch_restart() 34 printk(KERN_NOTICE "\n** You can safely turn off the power\n"); in pmc_stretch_halt()
|
/linux-2.4.37.9/arch/mips/momentum/jaguar_atx/ |
D | reset.c | 41 printk(KERN_NOTICE "Watchdog reset failed\n"); in momenco_jaguar_restart() 46 printk(KERN_NOTICE "\n** You can safely turn off the power\n"); in momenco_jaguar_halt()
|
/linux-2.4.37.9/drivers/atm/ |
D | idt77105.c | 134 printk(KERN_NOTICE "%s(itf %d): signal detected again\n", in idt77105_restart_timer_func() 181 printk(KERN_NOTICE "%s(%d) Loopback mode is: %s\n", dev->type, in set_loopback() 195 printk(KERN_NOTICE "%s(%d) idt77105_ioctl() called\n",dev->type,dev->number); in idt77105_ioctl() 244 printk(KERN_NOTICE "%s(itf %d): signal lost\n", in idt77105_int() 252 printk(KERN_NOTICE "%s(itf %d): receive FIFO overrun\n", in idt77105_int() 259 printk(KERN_NOTICE "%s(itf %d): received cell with error\n", in idt77105_int()
|
/linux-2.4.37.9/fs/nfs/ |
D | nfsroot.c | 265 printk(KERN_NOTICE "Root-NFS: Mounting %s on server %s as root\n", in root_nfs_print() 267 printk(KERN_NOTICE "Root-NFS: rsize = %d, wsize = %d, timeo = %d, retrans = %d\n", in root_nfs_print() 269 printk(KERN_NOTICE "Root-NFS: acreg (min,max) = (%d,%d), acdir (min,max) = (%d,%d)\n", in root_nfs_print() 272 printk(KERN_NOTICE "Root-NFS: nfsd port = %d, mountd port = %d, flags = %08x\n", in root_nfs_print() 348 printk(KERN_NOTICE "Looking up port of RPC %d/%d on %u.%u.%u.%u\n", in root_nfs_getport()
|