Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_msdosfs/
H A Dboot.c48 u_char block[DOSBOOTBLOCKSIZE]; in readboot()
49 u_char fsinfo[2 * DOSBOOTBLOCKSIZE]; in readboot()
71 boot->bpbBytesPerSec > DOSBOOTBLOCKSIZE || in readboot()
339 u_char fsinfo[2 * DOSBOOTBLOCKSIZE]; in writefsinfo()
H A Ddosfs.h36 #define DOSBOOTBLOCKSIZE 4096 macro