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

/freebsd-12-stable/sbin/fsck_msdosfs/
H A Ddosfs.h74 u_int32_t NumSectors; /* how many sectors are there */ member in struct:bootblock
H A Dboot.c146 boot->NumSectors = boot->bpbSectors;
152 boot->NumSectors = boot->bpbHugeSectors;
263 if (boot->FirstCluster + boot->bpbSecPerClust > boot->NumSectors) {
274 (boot->NumSectors - boot->FirstCluster) / boot->bpbSecPerClust;

Completed in 113 milliseconds