Searched refs:boot_sector (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | fat16.py | 222 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 D | fat.h | 91 typedef struct boot_sector { struct 115 } boot_sector; argument
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | vvfat | 177 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 D | fat.c | 478 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()
|
/openbmc/linux/fs/exfat/ |
H A D | super.c | 93 struct boot_sector *p_boot = (struct boot_sector *)sbi->boot_bh->b_data; in exfat_set_vol_flags() 414 struct boot_sector *p_boot; in exfat_read_boot_sector() 426 p_boot = (struct boot_sector *)sbi->boot_bh->b_data; in exfat_read_boot_sector()
|
H A D | exfat_raw.h | 88 struct boot_sector { struct
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 10581 unsigned int boot_sector = (boot_addr * 1024); in t4_load_boot() local 10592 if ((boot_sector + size) >> 16 > FLASH_FW_START_SEC) { in t4_load_boot() 10636 ret = t4_flash_erase_sectors(adap, boot_sector >> 16, in t4_load_boot() 10637 (boot_sector >> 16) + i - 1); in t4_load_boot() 10665 addr = boot_sector; in t4_load_boot() 10675 ret = t4_write_flash(adap, boot_sector, SF_PAGE_SIZE, in t4_load_boot()
|