Searched refs:DOSBOOTBLOCKSIZE_REAL (Results 1 – 2 of 2) sorted by relevance
85 if (boot->bpbBytesPerSec % DOSBOOTBLOCKSIZE_REAL != 0 || in readboot()86 boot->bpbBytesPerSec / DOSBOOTBLOCKSIZE_REAL == 0) { in readboot()
36 #define DOSBOOTBLOCKSIZE_REAL 512 macro