Searched refs:DOSBOOTBLOCKSIZE (Results 1 – 2 of 2) sorted by relevance
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];
40 #define DOSBOOTBLOCKSIZE 512 macro