Searched refs:boot_sector (Results 1 – 1 of 1) sorted by relevance
120 UCHAR *boot_sector; in _fx_media_boot_info_extract() local124 boot_sector = media_ptr -> fx_media_driver_buffer; in _fx_media_boot_info_extract()127 …media_ptr -> fx_media_bytes_per_sector = _fx_utility_16_unsigned_read(&boot_sector[FX_BYTES_SEC… in _fx_media_boot_info_extract()134 …media_ptr -> fx_media_sectors_per_track = _fx_utility_16_unsigned_read(&boot_sector[FX_SECTORS_P… in _fx_media_boot_info_extract()137 … media_ptr -> fx_media_heads = _fx_utility_16_unsigned_read(&boot_sector[FX_HEADS]); in _fx_media_boot_info_extract()140 …media_ptr -> fx_media_total_sectors = _fx_utility_16_unsigned_read(&boot_sector[FX_SECTORS]); in _fx_media_boot_info_extract()143 … media_ptr -> fx_media_total_sectors = _fx_utility_32_unsigned_read(&boot_sector[FX_HUGE_SECTORS]); in _fx_media_boot_info_extract()152 …media_ptr -> fx_media_reserved_sectors = _fx_utility_16_unsigned_read(&boot_sector[FX_RESERVED_… in _fx_media_boot_info_extract()159 media_ptr -> fx_media_sectors_per_cluster = ((UINT)boot_sector[FX_SECTORS_CLUSTER] & 0xFF); in _fx_media_boot_info_extract()168 …media_ptr -> fx_media_sectors_per_FAT = _fx_utility_16_unsigned_read(&boot_sector[FX_SECTORS_P… in _fx_media_boot_info_extract()[all …]