Home
last modified time | relevance | path

Searched refs:DOSBOOTBLOCKSIZE (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sbin/fsck_msdosfs/
Dboot.c50 u_char block[DOSBOOTBLOCKSIZE]; in readboot()
51 u_char fsinfo[2 * DOSBOOTBLOCKSIZE]; in readboot()
73 boot->bpbBytesPerSec > DOSBOOTBLOCKSIZE || in readboot()
341 u_char fsinfo[2 * DOSBOOTBLOCKSIZE]; in writefsinfo()
Ddosfs.h37 #define DOSBOOTBLOCKSIZE 4096 macro