Searched refs:PRINT_INFO (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/block/
H A Dxpram.c46 #define PRINT_INFO(x...) printk(KERN_INFO XPRAM_NAME " info:" x) macro
309 PRINT_INFO(" number of devices (partitions): %d \n", xpram_devs);
312 PRINT_INFO(" size of partition %d: %u kB\n",
315 PRINT_INFO(" size of partition %d to be set "
336 PRINT_INFO(" automatically determined "
431 PRINT_INFO(" %u pages expanded memory found (%lu KB).\n",
H A Ddcssblk.c30 #define PRINT_INFO(x...) printk(KERN_INFO DCSSBLK_NAME " info: " x) macro
317 PRINT_INFO("Saving segment %s\n",
323 PRINT_INFO("Segment %s is currently busy, it will "
333 PRINT_INFO("Pending save for segment %s deactivated\n",
424 PRINT_INFO("Loaded segment %s, size = %lu Byte, "
612 PRINT_INFO("Segment %s became idle and is being saved now\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Ddebug.h234 #define PRINT_INFO(x...) printk ( KERN_INFO PRINTK_HEADER x ) macro
240 #define PRINT_INFO(x...) printk ( KERN_DEBUG PRINTK_HEADER x ) macro
249 #define kmalloc(x...) (PRINT_INFO(" kmalloc %p\n",b=kmalloc(x)),b)
250 #define kfree(x) PRINT_INFO(" kfree %p\n",x);kfree(x)
251 #define get_zeroed_page(x...) (PRINT_INFO(" gfp %p\n",b=get_zeroed_page(x)),b)
252 #define __get_free_pages(x...) (PRINT_INFO(" gfps %p\n",b=__get_free_pages(x)),b)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dtape_core.c234 PRINT_INFO("(%s): Tape is unloaded\n",
239 PRINT_INFO("(%s): Tape has been mounted\n",
455 PRINT_INFO ("can't allocate memory for "
462 PRINT_INFO("can't allocate memory for modeset byte\n");
563 PRINT_INFO("tape device %s found\n", cdev->dev.bus_id);
854 PRINT_INFO("-------------------------------------------------\n");
855 PRINT_INFO("DSTAT : %02x CSTAT: %02x CPA: %04x\n",
857 PRINT_INFO("DEVICE: %s\n", device->cdev->dev.bus_id);
859 PRINT_INFO("OP : %s\n", tape_op_verbose[request->op]);
862 PRINT_INFO("Sens
[all...]
H A Dtape_block.c301 PRINT_INFO("Detecting media size...\n");
328 PRINT_INFO("Found %i blocks on media\n", nr_of_blks);
464 PRINT_INFO("tape gets major %d for block device\n", tapeblock_major);
H A Dtape_char.c481 PRINT_INFO("tape gets major %d for character devices\n", MAJOR(dev));
492 PRINT_INFO("tape releases major %d for character devices\n",
H A Dtape_std.c636 PRINT_INFO("(%s) Compression is currently on\n",
639 PRINT_INFO("(%s) Compression is currently off\n",
641 PRINT_INFO("Use 1 to switch compression on, 0 to "
H A Dtape_3590.c728 PRINT_INFO("Medium is encrypted (%04x)\n", sense->flags);
1603 PRINT_INFO("Device has crypto support\n");
H A Dtape_34xx.c840 PRINT_INFO("End of volume\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/mm/
H A Dextmem.c35 #define PRINT_INFO(x...) printk(KERN_INFO DCSS_NAME " info:" x) macro
353 PRINT_INFO ("segment_load: loaded segment %s range %p .. %p "
358 PRINT_INFO ("segment_load: loaded segment %s range %p .. %p "
450 PRINT_INFO ("segment_modify_shared: not reloading segment %s"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dnetiucv.c851 PRINT_INFO("%s: Remote dropped connection\n", netdev->name);
886 PRINT_INFO("%s: User %s is currently not available.\n",
892 PRINT_INFO("%s: User %s is currently not ready.\n",
1064 PRINT_INFO("%s: connected with remote side %s\n",
1070 PRINT_INFO(
2016 PRINT_INFO("%s: '%s'\n", dev->name, netiucv_printname(username));
2095 PRINT_INFO("NETIUCV driver initialized\n");
2122 PRINT_INFO("NETIUCV driver unloaded\n");
H A Dlcs.c1117 PRINT_INFO("Adding multicast address failed."
1229 PRINT_INFO("Not enough memory to add "
1756 PRINT_INFO("UNRECOGNIZED LGW COMMAND\n");
2159 PRINT_INFO("LCS device %s %s IPv6 support\n", card->dev->name,
2163 PRINT_INFO("LCS device %s %s Multicast support\n", card->dev->name,
2235 PRINT_INFO("Device %s successfully recovered!\n",
2238 PRINT_INFO("Device %s could not be recovered!\n",
2256 PRINT_INFO("Removing lcs group device ....\n");
2292 PRINT_INFO("Loading %s\n",version);
2315 PRINT_INFO("Terminatin
[all...]
H A Dqeth_main.c993 PRINT_INFO("Device %s successfully recovered!\n",
996 PRINT_INFO("Device %s could not be recovered!\n",
1153 PRINT_INFO("Priority Queueing not able "
1727 PRINT_INFO("Link reestablished on %s "
5970 PRINT_INFO("MAC address %2.2x:%2.2x:%2.2x:%2.2x:%2.2x:%2.2x "
7003 PRINT_INFO("Hardware IP fragmentation not supported on %s\n",
7015 PRINT_INFO("Hardware IP fragmentation enabled \n");
7030 PRINT_INFO("Inbound source address not "
7064 PRINT_INFO("VLAN enabled \n");
7094 PRINT_INFO("Multicas
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dcdu31a.c1558 printk(PRINT_INFO PFX "start track lba %u, "

Completed in 198 milliseconds