OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumSectors
(Results
1 - 2
of
2
) sorted by null
/external/fsck_msdos/
dosfs.h
77
u_int32_t
NumSectors
; /* how many sectors are there */
boot.c
212
boot->
NumSectors
= boot->Sectors;
214
boot->
NumSectors
= boot->HugeSectors;
215
boot->NumClusters = (boot->
NumSectors
- boot->ClusterOffset) / boot->SecPerClust;
Completed in 31 milliseconds