Searched refs:LBAFU (Results 1 – 13 of 13) sorted by relevance
/openbmc/u-boot/lib/efi_driver/ |
H A D | efi_block_device.c | 62 EFI_PRINT("%s: read '%s', from block " LBAFU ", " LBAFU " blocks\n", in efi_bl_read() 91 EFI_PRINT("%s: write '%s', from block " LBAFU ", " LBAFU " blocks\n", in efi_bl_write()
|
/openbmc/u-boot/drivers/block/ |
H A D | blkcache.c | 62 debug("hit: start " LBAF ", count " LBAFU "\n", in blkcache_read() 68 debug("miss: start " LBAF ", count " LBAFU "\n", in blkcache_read() 94 debug("drop: start " LBAF ", count " LBAFU "\n", in blkcache_fill() 115 debug("fill: start " LBAF ", count " LBAFU "\n", in blkcache_fill()
|
/openbmc/u-boot/drivers/fastboot/ |
H A D | fb_mmc.c | 126 printf("........ wrote " LBAFU " bytes to '%s'\n", blkcnt * info->blksz, in write_raw_image() 417 printf("Flashing sparse image at offset " LBAFU "\n", in fastboot_mmc_flash_write() 474 printf("Erasing blocks " LBAFU " to " LBAFU " due to alignment\n", in fastboot_mmc_erase() 485 printf("........ erased " LBAFU " bytes from '%s'\n", in fastboot_mmc_erase()
|
H A D | fb_nand.c | 203 printf("Flashing sparse image at offset " LBAFU "\n", in fastboot_nand_flash_write()
|
/openbmc/u-boot/fs/ |
H A D | fs_internal.c | 28 printf("%s read outside partition " LBAFU "\n", __func__, in fs_devread() 37 debug(" <" LBAFU ", %d, %d>\n", sector, byte_offset, byte_len); in fs_devread()
|
/openbmc/u-boot/lib/ |
H A D | image-sparse.c | 155 printf("%s: %s" LBAFU " [" LBAFU "]\n", in write_sparse_image() 210 printf("%s: %s " LBAFU " [%d]\n", in write_sparse_image()
|
/openbmc/u-boot/cmd/ |
H A D | blk_common.c | 70 printf("\n%s read: device %d block # "LBAFU", count %lu ... ", in blk_common_cmd() 85 printf("\n%s write: device %d block # "LBAFU", count %lu ... ", in blk_common_cmd()
|
H A D | disk.c | 53 debug("First Block: " LBAFU ", # of blocks: " LBAFU in common_diskboot()
|
/openbmc/u-boot/disk/ |
H A D | part_iso.c | 220 printf(" %2d " LBAFU " " LBAFU " %6ld %.32s\n", in part_print_iso()
|
H A D | part_dos.c | 141 printf ("** Can't read partition table on %d:" LBAFU " **\n", in print_partition_extended() 213 printf ("** Can't read partition table on %d:" LBAFU " **\n", in part_get_info_extended()
|
/openbmc/u-boot/include/ |
H A D | blk.h | 20 #define LBAFU "%" LBAFlength "u" macro
|
/openbmc/u-boot/drivers/ata/ |
H A D | ahci.c | 793 debug("scsi_ahci: %s %u blocks starting from lba 0x" LBAFU "\n", in ata_scsiop_read_write()
|
/openbmc/u-boot/fs/ext4/ |
H A D | ext4_common.c | 211 printf("part_offset is " LBAFU "\n", part_offset); in put_ext4()
|