Home
last modified time | relevance | path

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

/FileX-v6.2.1/common/src/
Dfx_partition_offset_calculate.c389 UCHAR partition_type; in _fx_partition_offset_calculate_extended() local
459partition_type = partition_sector_ptr[FX_PARTITION_TABLE_OFFSET + partition * FX_PARTITION_ENTRY_… in _fx_partition_offset_calculate_extended()
462 if (partition_type != FX_PARTITION_TYPE_FREE) in _fx_partition_offset_calculate_extended()
503 partition_type = partition_sector_ptr[i + FX_PARTITION_TYPE_OFFSET]; in _fx_partition_offset_calculate_extended()
504 …if (partition_type == FX_PARTITION_TYPE_EXTENDED || partition_type == FX_PARTITION_TYPE_EXTENDED_L… in _fx_partition_offset_calculate_extended()
557partition_type = partition_sector_ptr[FX_PARTITION_TABLE_OFFSET + FX_PARTITION_TYPE_OFFSET]; in _fx_partition_offset_calculate_extended()
558 if (partition_type != FX_PARTITION_TYPE_FREE) in _fx_partition_offset_calculate_extended()
586partition_type = partition_sector_ptr[FX_PARTITION_TABLE_OFFSET + FX_PARTITION_ENTRY_SIZE + FX_PA… in _fx_partition_offset_calculate_extended()
587 …if (partition_type == FX_PARTITION_TYPE_EXTENDED || partition_type == FX_PARTITION_TYPE_EXTENDED_L… in _fx_partition_offset_calculate_extended()