OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DOSBOOTBLOCKSIZE
(Results
1 - 2
of
2
) sorted by null
/external/fsck_msdos/
dosfs.h
40
#define
DOSBOOTBLOCKSIZE
512
boot.c
55
u_char block[
DOSBOOTBLOCKSIZE
];
56
u_char fsinfo[2 *
DOSBOOTBLOCKSIZE
];
57
u_char backup[
DOSBOOTBLOCKSIZE
];
202
if (boot->BytesPerSec %
DOSBOOTBLOCKSIZE
!= 0) {
259
u_char fsinfo[2 *
DOSBOOTBLOCKSIZE
];
Completed in 694 milliseconds