OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HugeSectors
(Results
1 - 2
of
2
) sorted by null
/external/fsck_msdos/
dosfs.h
60
u_int32_t
HugeSectors
; /* # of sectors if bpbSectors == 0 */
boot.c
85
boot->
HugeSectors
= block[32] + (block[33] << 8) + (block[34] << 16) + (block[35] << 24);
232
boot->
HugeSectors
= 0;
235
boot->NumSectors = boot->
HugeSectors
;
Completed in 118 milliseconds