Home
last modified time | relevance | path

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

/NextBSD/sbin/fsck_msdosfs/
HDboot.c45 u_char block[DOSBOOTBLOCKSIZE]; in readboot()
46 u_char fsinfo[2 * DOSBOOTBLOCKSIZE]; in readboot()
47 u_char backup[DOSBOOTBLOCKSIZE]; in readboot()
240 u_char fsinfo[2 * DOSBOOTBLOCKSIZE]; in writefsinfo()
HDdosfs.h35 #define DOSBOOTBLOCKSIZE 4096 macro