Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qemu-iotests/
H A Dfat16.py222 self.boot_sector = FatBootSector(self.sector_reader(start_sector, 1))
225 self.boot_sector.sectors_per_fat * self.boot_sector.fat_count
228 self.boot_sector.reserved_sectors, fat_size_in_sectors
273 self.boot_sector.root_dir_start(), self.boot_sector.root_dir_size()
276 root_dir, self.boot_sector.root_dir_start()
304 sector = self.boot_sector.reserved_sectors + sector
360 self.boot_sector.first_sector_of_cluster(cluster),
361 self.boot_sector.sectors_per_cluster,
368 assert len(data) == self.boot_sector.cluster_bytes()
370 self.boot_sector.first_sector_of_cluster(cluster),
[all …]
/openbmc/u-boot/include/
H A Dfat.h91 typedef struct boot_sector { struct
115 } boot_sector; argument
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dvvfat177 self.assertEqual(fat16.boot_sector.bytes_per_sector, 512)
178 self.assertEqual(fat16.boot_sector.volume_label, "QEMU VVFAT")
219 fat16.boot_sector.root_dir_start(), 1)
/openbmc/u-boot/fs/fat/
H A Dfat.c478 read_bootsectandvi(boot_sector *bs, volume_info *volinfo, int *fatsize) in read_bootsectandvi()
500 memcpy(bs, block, sizeof(boot_sector)); in read_bootsectandvi()
515 vistart = (volume_info *)(block + sizeof(boot_sector)); in read_bootsectandvi()
547 boot_sector bs; in get_fs_info()
1016 boot_sector bs; in file_fat_detectfs()