Home | History | Annotate | Download | only in msdos

Lines Matching defs:SecPerClust

92 	uint8_t SecPerClust;
127 SecPerClust = b50->bpbSecPerClust;
145 if (!pmp->pm_BytesPerSec || !SecPerClust
147 DPRINTF(("bytespersec %d secperclust %d "
149 pmp->pm_BytesPerSec, SecPerClust,
212 if ( (SecPerClust == 0)
213 || (SecPerClust & (SecPerClust - 1))
236 SecPerClust *= tmp;
262 SecPerClust;
305 pmp->pm_bpcluster = SecPerClust * pmp->pm_BytesPerSec;