OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:backup_boot_sector
(Results
1 - 4
of
4
) sorted by null
/sdk/emulator/mksdcard/
mksdcard.c
43
#define
BACKUP_BOOT_SECTOR
6
147
POKES( boot + 0x32,
BACKUP_BOOT_SECTOR
); /* sector number of a copy of this boot sector */
303
if (
BACKUP_BOOT_SECTOR
> 0 ) {
304
if ( write_empty( f,
BACKUP_BOOT_SECTOR
- 2 ) ) goto FailWrite;
307
if ( write_empty( f, RESERVED_SECTORS - 2 -
BACKUP_BOOT_SECTOR
) ) goto FailWrite;
/system/extras/fatblock/
fat.h
48
uint16_t
backup_boot_sector
;
member in struct:fat_boot_sector
fs.c
199
bs->
backup_boot_sector
= htole16(2);
/external/qemu/block/
vvfat.c
234
uint16_t
backup_boot_sector
;
member in struct:bootsector_t::__anon26613::__anon26615
[
all
...]
Completed in 86 milliseconds