HomeSort by relevance Sort by last modified time
    Searched refs:DOSBOOTBLOCKSIZE (Results 1 - 2 of 2) sorted by null

  /external/fsck_msdos/
boot.c 55 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];
dosfs.h 40 #define DOSBOOTBLOCKSIZE 512

Completed in 139 milliseconds