Home
last modified time | relevance | path

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

/netbsd/src/sbin/fsck_msdos/
Dboot.c90 boot->FATs = block[16]; in readboot()
91 if (boot->FATs == 0) { in readboot()
92 pfatal("Invalid number of FATs: %u\n", boot->FATs); in readboot()
226 + boot->FATs * boot->FATsecs; in readboot()
Ddosfs.h45 u_int FATs; /* number of FATs */ member
Dcheck.c96 for (i = 1; i < boot.FATs; i++) { in checkfilesys()
Dfat.c570 for (i = 0; i < boot->FATs; i++) { in writefat()
Ddir.c491 off = boot->ResSectors + boot->FATs * boot->FATsecs; in readDosDirSection()
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dibm600027 # GRR: this test is still too general as it catches also many FATs of DOS filesystems
Dsysex6 # GRR: original 1 byte test at offset was too general as it catches also many FATs of DOS filesyste…
Dmsdos941 # check for unrealistic high number of FATs. Then it is an unusual disk image or often a DOS execut…
968 # check for unrealistic low number of FATs. Then it is an unusual FAT disk image or often a DOS exe…
971 # if low FATs with x86 boot signature it can be unusual disk image like: boot.img (Ventoy 1.0.27) g…
1003 # check for unrealistic high number of FATs. Then it is not a disk image and it is a DOS executable
1007 # check for unrealistic low number of FATs. Then it is not a disk image and it is a DOS executable
1011 # maybe disc image with valid number of FATs or DOS executable
Dfilesystems1399 >>>>>16 ubyte >2 \b, FATs %u
1400 #>>>>>16 ubyte =2 \b, FATs %u (usual)
1525 # 0 FATs
2415 # sector number of first cluster (count sectors used by boot sector, FATs and root directory) like:…
2421 # sector number of root directory (ie, count of sectors used by boot sector and FATs) like: 3 (H1-N…