Searched refs:LBAFU (Results 1 – 16 of 16) sorted by relevance
/u-boot/lib/efi_driver/ |
A D | efi_block_device.c | 66 EFI_PRINT("%s: read '%s', from block " LBAFU ", " LBAFU " blocks\n", in efi_bl_read() 95 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/fs/ |
A D | fs_internal.c | 32 log_err("%s read outside partition " LBAFU "\n", __func__, in fs_devread() 41 log_debug(" <" LBAFU ", %d, %d>\n", sector, byte_offset, byte_len); in fs_devread()
|
/u-boot/cmd/ |
A D | blk_common.c | 71 printf("\n%s read: device %d block # "LBAFU", count %lu ... ", in blk_common_cmd() 86 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/lib/ |
A D | image-sparse.c | 158 printf("%s: %s" LBAFU " [" LBAFU "]\n", in write_sparse_image() 213 printf("%s: %s " LBAFU " [%d]\n", in write_sparse_image()
|
/u-boot/drivers/fastboot/ |
A D | fb_mmc.c | 203 printf("........ wrote " LBAFU " bytes to '%s'\n", blkcnt * info->blksz, in write_raw_image() 619 printf("Flashing sparse image at offset " LBAFU "\n", 690 printf("Erasing blocks " LBAFU " to " LBAFU " due to alignment\n", 701 printf("........ erased " LBAFU " bytes from '%s'\n",
|
A D | fb_nand.c | 205 printf("Flashing sparse image at offset " LBAFU "\n", in fastboot_nand_flash_write()
|
/u-boot/disk/ |
A D | part_iso.c | 223 printf(" %2d " LBAFU " " LBAFU " %6ld %.32s\n", in part_print_iso()
|
A D | part_dos.c | 152 printf ("** Can't read partition table on %d:" LBAFU " **\n", in print_partition_extended() 224 printf ("** Can't read partition table on %d:" LBAFU " **\n", in part_get_info_extended()
|
/u-boot/include/ |
A D | blk.h | 20 #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 | 794 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 | 881 error("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 25 milliseconds