HomeSort by: relevance | last modified time | path
    Searched refs:NumSectors (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/fsck_msdos/
dosfs.h 70 u_int32_t NumSectors; /* how many sectors are there */
boot.c 238 boot->NumSectors = boot->Sectors;
240 boot->NumSectors = boot->HugeSectors;
242 if (boot->FirstCluster + boot->SecPerClust > boot->NumSectors) {
253 (boot->NumSectors - boot->FirstCluster) / boot->SecPerClust;

Completed in 10 milliseconds