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

/external/fsck_msdos/
H A Ddosfs.h40 #define DOSBOOTBLOCKSIZE 512 macro
H A Dboot.c55 u_char block[DOSBOOTBLOCKSIZE];
56 u_char fsinfo[2 * DOSBOOTBLOCKSIZE];
57 u_char backup[DOSBOOTBLOCKSIZE];
196 if (boot->BytesPerSec % DOSBOOTBLOCKSIZE != 0) {
268 u_char fsinfo[2 * DOSBOOTBLOCKSIZE];

Completed in 39 milliseconds