Lines Matching refs:PRINTK
46 PRINTK("Usage :\n"); in osShellCmdFormat()
47 PRINTK(" format <dev_vnodename> <sectors> <option> <label>\n"); in osShellCmdFormat()
48 PRINTK(" dev_vnodename : the name of dev\n"); in osShellCmdFormat()
49 PRINTK(" sectors : Size of allocation unit in unit of byte or sector, "); in osShellCmdFormat()
50 PRINTK("0 instead of default size\n"); in osShellCmdFormat()
51 PRINTK(" options : Index of filesystem. 1 for FAT filesystem, "); in osShellCmdFormat()
52 PRINTK("2 for FAT32 filesystem, 7 for any, 8 for erase\n"); in osShellCmdFormat()
53 …PRINTK(" label : The volume of device. It will be emptyed when this parameter is nu… in osShellCmdFormat()
54 PRINTK("Example:\n"); in osShellCmdFormat()
55 PRINTK(" format /dev/mmcblk0 128 2\n"); in osShellCmdFormat()
71 PRINTK("format %s Success \n", argv[0]); in osShellCmdFormat()