Searched refs:NumSectors (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/fsck_msdos/
H A Ddosfs.h70 u_int32_t NumSectors; /* how many sectors are there */ member in struct:bootblock
H A Dboot.c191 boot->NumSectors = boot->Sectors;
193 boot->NumSectors = boot->HugeSectors;
194 boot->NumClusters = (boot->NumSectors - boot->ClusterOffset) / boot->SecPerClust;

Completed in 112 milliseconds