Home
last modified time | relevance | path

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

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