Searched refs:LBAFU (Results 1 – 15 of 15) sorted by relevance
| /u-boot/lib/efi_driver/ |
| A D | efi_block_device.c | 67 EFI_PRINT("%s: read '%s', from block " LBAFU ", " LBAFU " blocks\n", in efi_bl_read() 96 EFI_PRINT("%s: write '%s', from block " LBAFU ", " LBAFU " blocks\n", in efi_bl_write()
|
| /u-boot/drivers/block/ |
| A D | blkcache.c | 80 debug("hit: start " LBAF ", count " LBAFU "\n", in blkcache_read() 86 debug("miss: start " LBAF ", count " LBAFU "\n", in blkcache_read() 112 debug("drop: start " LBAF ", count " LBAFU "\n", in blkcache_fill() 133 debug("fill: start " LBAF ", count " LBAFU "\n", in blkcache_fill()
|
| /u-boot/lib/ |
| A D | image-sparse.c | 96 printf("%s: Write failed, block #" LBAFU " [" LBAFU "] (%lld)\n", in write_sparse_chunk_raw() 103 printf("%s: Write failed, block #" LBAFU " [" LBAFU "]\n", in write_sparse_chunk_raw() 266 printf("%s: %s " LBAFU " [%d]\n", in write_sparse_image()
|
| /u-boot/fs/ |
| A D | fs_internal.c | 32 log_debug("read outside partition " LBAFU "\n", sector); in fs_devread() 40 log_debug(" <" LBAFU ", %d, %d>\n", sector, byte_offset, byte_len); in fs_devread()
|
| /u-boot/cmd/ |
| A D | blk_common.c | 73 printf("\n%s read: device %d block # "LBAFU", count %lu ... ", in blk_common_cmd() 91 printf("\n%s write: device %d block # "LBAFU", count %lu ... ", in blk_common_cmd()
|
| A D | disk.c | 57 debug("First Block: " LBAFU ", # of blocks: " LBAFU in common_diskboot()
|
| /u-boot/drivers/fastboot/ |
| A D | fb_mmc.c | 197 printf("........ wrote " LBAFU " bytes to '%s'\n", blkcnt * info->blksz, in write_raw_image() 628 printf("Flashing sparse image at offset " LBAFU "\n", in fastboot_mmc_flash_write() 699 printf("Erasing blocks " LBAFU " to " LBAFU " due to alignment\n", in fastboot_mmc_erase() 710 printf("........ erased " LBAFU " bytes from '%s'\n", in fastboot_mmc_erase()
|
| A D | fb_nand.c | 204 printf("Flashing sparse image at offset " LBAFU "\n", in fastboot_nand_flash_write()
|
| /u-boot/disk/ |
| A D | part_dos.c | 150 printf ("** Can't read partition table on %d:" LBAFU " **\n", in print_partition_extended() 222 printf ("** Can't read partition table on %d:" LBAFU " **\n", in part_get_info_extended()
|
| /u-boot/include/ |
| A D | blk.h | 21 #define LBAFU "%" LBAFlength "u" macro
|
| /u-boot/drivers/ata/ |
| A D | sata_mv.c | 736 debug("%s: " LBAFU " " LBAFU "\n", __func__, blknr, blkcnt); in ata_low_level_rw()
|
| A D | ahci.c | 752 debug("scsi_ahci: %s %u blocks starting from lba 0x" LBAFU "\n", in ata_scsiop_read_write()
|
| A D | dwc_ahsata.c | 521 "Firmware version: %s\n\rCapacity: " LBAFU " sectors\n\r", in dwc_ahsata_print_info()
|
| /u-boot/fs/btrfs/ |
| A D | disk-io.c | 919 log_debug("superblock end %u is larger than device size " LBAFU, in btrfs_scan_fs_devices()
|
| /u-boot/fs/ext4/ |
| A D | ext4_common.c | 214 printf("part_offset is " LBAFU "\n", part_offset); in put_ext4()
|
Completed in 36 milliseconds