Home
last modified time | relevance | path

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

/dports/emulators/libdsk/libdsk-1.4.2/tools/
H A Dbootsec.c82 int fatcopies= buf[16]; in pcdos_to_apricot() local
90 long dataoff = bootsecs + (fatcopies * fatsize) + ((dirsize + 15) / 16); in pcdos_to_apricot()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/dos/
H A Ddrive_fat.cpp403 for(int fc=0;fc<bootbuffer.fatcopies;fc++) { in setClusterValue()
824 bootbuffer.fatcopies = 2;
864 (bootbuffer.fatcopies == 0) ||
882 …DataSectors = bootbuffer.totalsectorcount - (bootbuffer.reservedsectors + (bootbuffer.fatcopies * …
884 …DataSectors = bootbuffer.totalsecdword - (bootbuffer.reservedsectors + (bootbuffer.fatcopies * boo…
889 …firstDataSector = (bootbuffer.reservedsectors + (bootbuffer.fatcopies * bootbuffer.sectorsperfat) …
890 …firstRootDirSect = bootbuffer.reservedsectors + (bootbuffer.fatcopies * bootbuffer.sectorsperfat) …
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/dos/
H A Ddrive_fat.cpp387 for(int fc=0;fc<bootbuffer.fatcopies;fc++) { in setClusterValue()
705 bootbuffer.fatcopies = 2; in fatDrive()
749 …DataSectors = bootbuffer.totalsectorcount - (bootbuffer.reservedsectors + (bootbuffer.fatcopies * … in fatDrive()
751 …DataSectors = bootbuffer.totalsecdword - (bootbuffer.reservedsectors + (bootbuffer.fatcopies * boo… in fatDrive()
756 …firstDataSector = (bootbuffer.reservedsectors + (bootbuffer.fatcopies * bootbuffer.sectorsperfat) … in fatDrive()
757 …firstRootDirSect = bootbuffer.reservedsectors + (bootbuffer.fatcopies * bootbuffer.sectorsperfat) … in fatDrive()
H A Ddrives.h103 Bit8u fatcopies; member
/dports/emulators/dosbox/dosbox-0.74-3/src/dos/
H A Ddrive_fat.cpp388 for(int fc=0;fc<bootbuffer.fatcopies;fc++) { in setClusterValue()
701 …DataSectors = bootbuffer.totalsectorcount - (bootbuffer.reservedsectors + (bootbuffer.fatcopies * … in fatDrive()
703 …DataSectors = bootbuffer.totalsecdword - (bootbuffer.reservedsectors + (bootbuffer.fatcopies * boo… in fatDrive()
708 …firstDataSector = (bootbuffer.reservedsectors + (bootbuffer.fatcopies * bootbuffer.sectorsperfat) … in fatDrive()
709 …firstRootDirSect = bootbuffer.reservedsectors + (bootbuffer.fatcopies * bootbuffer.sectorsperfat) … in fatDrive()
H A Ddrives.h99 Bit8u fatcopies; member
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/include/
H A Ddrives.h107 Bit8u fatcopies; member