Home
last modified time | relevance | path

Searched refs:LBAFU (Results 1 – 13 of 13) sorted by relevance

/openbmc/u-boot/lib/efi_driver/
H A Defi_block_device.c62 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 Dblkcache.c62 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 Dfb_mmc.c126 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 Dfb_nand.c203 printf("Flashing sparse image at offset " LBAFU "\n", in fastboot_nand_flash_write()
/openbmc/u-boot/fs/
H A Dfs_internal.c28 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/cmd/
H A Dblk_common.c70 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 Ddisk.c53 debug("First Block: " LBAFU ", # of blocks: " LBAFU in common_diskboot()
/openbmc/u-boot/lib/
H A Dimage-sparse.c155 printf("%s: %s" LBAFU " [" LBAFU "]\n", in write_sparse_image()
210 printf("%s: %s " LBAFU " [%d]\n", in write_sparse_image()
/openbmc/u-boot/disk/
H A Dpart_iso.c220 printf(" %2d " LBAFU " " LBAFU " %6ld %.32s\n", in part_print_iso()
H A Dpart_dos.c141 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 Dblk.h20 #define LBAFU "%" LBAFlength "u" macro
/openbmc/u-boot/drivers/ata/
H A Dahci.c793 debug("scsi_ahci: %s %u blocks starting from lba 0x" LBAFU "\n", in ata_scsiop_read_write()
/openbmc/u-boot/fs/ext4/
H A Dext4_common.c211 printf("part_offset is " LBAFU "\n", part_offset); in put_ext4()