HomeSort by relevance Sort by last modified time
    Searched full:reserved_sectors (Results 1 - 4 of 4) sorted by null

  /system/extras/fatblock/
fs.c 161 sector_t reserved_sectors, fat_sectors, data_sectors, total_sectors; local
180 reserved_sectors = 3;
181 total_sectors = reserved_sectors + fat_sectors + data_sectors;
189 bs->reserved_sectors = htole16(reserved_sectors);
228 fs->data_offset = (reserved_sectors + fat_sectors) * sector_size;
241 reserved_sectors * sector_size, fs->fat_size,
fat.h 33 uint16_t reserved_sectors; member in struct:fat_boot_sector
  /sdk/emulator/mksdcard/
mksdcard.c 42 #define RESERVED_SECTORS 32
105 disk_size -= RESERVED_SECTORS * BYTES_PER_SECTOR; /* don't count 32 reserved sectors */
130 POKES( boot + 0xe, RESERVED_SECTORS ); /* reserved sectors before first FAT */
295 * RESERVED_SECTORS - 4 empty sectors (if backup sectors), or RESERVED_SECTORS - 2 (if no backup)
307 if ( write_empty( f, RESERVED_SECTORS - 2 - BACKUP_BOOT_SECTOR ) ) goto FailWrite;
309 else if ( write_empty( f, RESERVED_SECTORS - 2 ) ) goto FailWrite;
317 if ( write_empty( f, sectors_per_disk - RESERVED_SECTORS - 2*sectors_per_fat ) ) goto FailWrite;
  /external/qemu/block/
vvfat.c 210 uint16_t reserved_sectors; member in struct:bootsector_t
965 bootsector->reserved_sectors=cpu_to_le16(1);
    [all...]

Completed in 1445 milliseconds