Lines Matching refs:PRINTK
54 PRINTK("Usage :\n");
55 PRINTK(" format <dev_vnodename> <sectors> <option> <label>\n");
56 PRINTK(" dev_vnodename : the name of dev\n");
57 PRINTK(" sectors : Size of allocation unit in unit of byte or sector, ");
58 PRINTK("0 instead of default size\n");
59 PRINTK(" options : Index of filesystem. 1 for FAT filesystem, 2 for FAT32 filesystem, ");
60 PRINTK("7 for any, 8 for erase\n");
61 PRINTK(" label : The volume of device. It will be emptyed when this parameter is null\n");
62 PRINTK("Example:\n");
63 PRINTK(" format /dev/mmcblk0 128 2\n");