OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reserved_sectors
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/mksdcard/
mksdcard.c
42
#define
RESERVED_SECTORS
32
101
disk_size -=
RESERVED_SECTORS
* BYTES_PER_SECTOR; /* don't count 32 reserved sectors */
126
POKES( boot + 0xe,
RESERVED_SECTORS
); /* reserved sectors before first FAT */
271
*
RESERVED_SECTORS
- 4 empty sectors (if backup sectors), or
RESERVED_SECTORS
- 2 (if no backup)
283
if ( write_empty( f,
RESERVED_SECTORS
- 2 - BACKUP_BOOT_SECTOR ) ) goto FailWrite;
286
if ( write_empty( f,
RESERVED_SECTORS
- 2 ) ) goto FailWrite;
294
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
964
bootsector->
reserved_sectors
=cpu_to_le16(1);
[
all
...]
Completed in 173 milliseconds