Lines Matching refs:boot_sector
120 UCHAR *boot_sector; in _fx_media_boot_info_extract() local
124 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()
171 …media_ptr -> fx_media_sectors_per_FAT = _fx_utility_32_unsigned_read(&boot_sector[FX_SECTORS_PER_F… in _fx_media_boot_info_extract()
180 media_ptr -> fx_media_number_of_FATs = ((UINT)boot_sector[FX_NUMBER_OF_FATS] & 0xFF); in _fx_media_boot_info_extract()
188 …media_ptr -> fx_media_hidden_sectors = _fx_utility_64_unsigned_read(&boot_sector[FX_HIDDEN_SE… in _fx_media_boot_info_extract()
190 …media_ptr -> fx_media_hidden_sectors = _fx_utility_32_unsigned_read(&boot_sector[FX_HIDDEN_SE… in _fx_media_boot_info_extract()
193 …media_ptr -> fx_media_root_directory_entries = _fx_utility_16_unsigned_read(&boot_sector[FX_ROOT_… in _fx_media_boot_info_extract()
196 …media_ptr -> fx_media_root_cluster_32 = _fx_utility_32_unsigned_read(&boot_sector[FX_ROOT_CLUSTER_… in _fx_media_boot_info_extract()