Home
last modified time | relevance | path

Searched refs:PRINT_INFO (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/include/asm-s390x/
Ddebug.h225 #define PRINT_INFO(x...) printk ( KERN_INFO PRINTK_HEADER x ) macro
231 #define PRINT_INFO(x...) printk ( KERN_DEBUG PRINTK_HEADER x ) macro
260 #define kmalloc(x...) (PRINT_INFO(" kmalloc %p\n",b=kmalloc(x)),b)
261 #define kfree(x) PRINT_INFO(" kfree %p\n",x);kfree(x)
262 #define get_free_page(x...) (PRINT_INFO(" gfp %p\n",b=get_free_page(x)),b)
263 #define __get_free_pages(x...) (PRINT_INFO(" gfps %p\n",b=__get_free_pages(x)),b)
/linux-2.4.37.9/include/asm-s390/
Ddebug.h225 #define PRINT_INFO(x...) printk ( KERN_INFO PRINTK_HEADER x ) macro
231 #define PRINT_INFO(x...) printk ( KERN_DEBUG PRINTK_HEADER x ) macro
260 #define kmalloc(x...) (PRINT_INFO(" kmalloc %p\n",b=kmalloc(x)),b)
261 #define kfree(x) PRINT_INFO(" kfree %p\n",x);kfree(x)
262 #define get_free_page(x...) (PRINT_INFO(" gfp %p\n",b=get_free_page(x)),b)
263 #define __get_free_pages(x...) (PRINT_INFO(" gfps %p\n",b=__get_free_pages(x)),b)
/linux-2.4.37.9/drivers/s390/block/
Dxpram.c126 #define PRINT_INFO(x...) printk ( KERN_INFO PRINTK_HEADER "info:" x ) macro
132 #define PRINT_INFO(x...) printk ( KERN_DEBUG PRINTK_HEADER "info:" x ) macro
947 PRINT_INFO("initializing: %s\n",""); in xpram_init()
969 PRINT_INFO(" number of devices (partitions): %d \n", xpram_devs); in xpram_init()
972 PRINT_INFO(" size of partition %d: %d kB\n", i, xpram_sizes[i]); in xpram_init()
974 PRINT_INFO(" size of partition %d to be set automatically\n",i); in xpram_init()
991 PRINT_INFO(" hardsector size: %dB \n",xpram_hardsect); in xpram_init()
1029 PRINT_INFO(" %d kB expanded memory found.\n",xpram_mem_avail ); in xpram_init()
1065 PRINT_INFO(" automatically determined partition size: %d kB\n", mem_auto); in xpram_init()
1202 PRINT_INFO ("trying to load module\n"); in init_module()
[all …]
/linux-2.4.37.9/drivers/s390/char/
Dtape.c357PRINT_INFO ("using devno %04x with discipline %04x on irq %d as tape device %d\n",dinfo.devno,dinf… in tape_parm_parse()
364 PRINT_INFO ("tape: can't allocate memory for " in tape_parm_parse()
574 PRINT_INFO ( "tape: can't allocate memory for " in tape_oper_handler()
697 PRINT_INFO ("Sense data: %02X%02X%02X%02X %02X%02X%02X%02X " in tape_dump_sense()
707 PRINT_INFO ("Sense data: %02X%02X%02X%02X %02X%02X%02X%02X " in tape_dump_sense()
820 PRINT_INFO ("Using ranges supplied in parameters, disabling autoprobe mode.\n"); in tape_init()
822PRINT_INFO ("No parameters supplied, enabling autoprobe mode for all supported devices.\n"); in tape_init()
872PRINT_INFO ("using devno %04x with discipline %04x on irq %d as tape device %d\n",dinfo.devno,dinf… in tape_init()
879 PRINT_INFO ("tape: can't allocate memory for " in tape_init()
Dtape34xx.c1493 PRINT_INFO ("Drive %d not ready. No volume loaded.\n", ti->rew_minor / 2); in tape34xx_unexpect_uchk_handler()
1504 PRINT_INFO ("Media in drive %d was changed!\n", in tape34xx_unexpect_uchk_handler()
2368 PRINT_INFO ("Sense data: %02X%02X%02X%02X %02X%02X%02X%02X " in tape34xx_error_recovery_HWBUG()
2378 PRINT_INFO ("Sense data: %02X%02X%02X%02X %02X%02X%02X%02X " in tape34xx_error_recovery_HWBUG()
/linux-2.4.37.9/drivers/s390/net/
Dqeth.h1221 #ifdef PRINT_INFO
1225 #undef PRINT_INFO
1248 #define PRINT_INFO(x...) printk( KERN_INFO PRINTK_HEADER x) macro
1250 #define PRINT_INFO(x...) macro
Dqeth.c547 PRINT_INFO("ipato to be added does already " \ in qeth_add_ipato_entry()
592 PRINT_INFO("ipato to be deleted does not exist\n"); in qeth_del_ipato_entry()
2549 PRINT_INFO("allocated %i spare buffers\n",sparebuffer_count); in qeth_alloc_spare_bufs()
5495 PRINT_INFO("IP fragmentation supported on " \ in qeth_softsetup_card()
5526 PRINT_INFO("Inbound source addresses not " \ in qeth_softsetup_card()
5689 PRINT_INFO("Broadcast packets will not be " \ in qeth_softsetup_card()