Lines Matching refs:LOG_PRINTK
41 LOG_PRINTK("\nListing dir %s ...\n", path); in lsdir()
55 LOG_PRINTK("[DIR ] %s\n", entry.name); in lsdir()
57 LOG_PRINTK("[FILE] %s (size = %zu)\n", in lsdir()
86 LOG_PRINTK("%s read count:%u (bytes: %d)\n", fname, boot_count, rc); in littlefs_increase_infile_value()
101 LOG_PRINTK("%s write new boot count %u: [wr:%d]\n", fname, in littlefs_increase_infile_value()
151 LOG_PRINTK("%02x %02x %02x %02x %02x %02x %02x %02x ", in print_pattern()
154 LOG_PRINTK("%02x %02x %02x %02x %02x %02x %02x %02x\n", in print_pattern()
160 LOG_PRINTK("\n"); in print_pattern()
165 LOG_PRINTK("%02x ", p[i]); in print_pattern()
168 LOG_PRINTK("\n"); in print_pattern()
212 LOG_PRINTK("------ FILE: %s ------\n", fname); in littlefs_binary_file_adj()
249 LOG_PRINTK("Area %u at 0x%x on %s for %u bytes\n", in littlefs_flash_erase()
298 LOG_PRINTK("FAIL: mount id %" PRIuPTR " at %s: %d\n", in littlefs_mount()
302 LOG_PRINTK("%s mount: %d\n", mp->mnt_point, rc); in littlefs_mount()
304 LOG_PRINTK("%s automounted\n", mp->mnt_point); in littlefs_mount()
348 LOG_PRINTK("Sample program to r/w files on littlefs\n"); in main()
360 LOG_PRINTK("FAIL: statvfs: %d\n", rc); in main()
364 LOG_PRINTK("%s: bsize = %lu ; frsize = %lu ;" in main()
372 LOG_PRINTK("FAIL: lsdir %s: %d\n", mountpoint->mnt_point, rc); in main()
388 LOG_PRINTK("%s unmount: %d\n", mountpoint->mnt_point, rc); in main()