Lines Matching refs:PRINT_INFO
126 #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()
1205 PRINT_INFO ("Module loaded successfully\n"); in init_module()