Home
last modified time | relevance | path

Searched refs:boot_sector (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/include/
Dfat.h91 typedef struct boot_sector { struct
115 } boot_sector; argument
/external/u-boot/fs/fat/
Dfat.c480 read_bootsectandvi(boot_sector *bs, volume_info *volinfo, int *fatsize) in read_bootsectandvi()
502 memcpy(bs, block, sizeof(boot_sector)); in read_bootsectandvi()
517 vistart = (volume_info *)(block + sizeof(boot_sector)); in read_bootsectandvi()
549 boot_sector bs; in get_fs_info()
964 boot_sector bs; in file_fat_detectfs()
Dfat_write.c908 boot_sector bs; in do_fat_write()
/external/avb/examples/uefi/
Duefi_avb_boot.c40 UINT8 boot_sector[0x01f1]; member