Home | History | Annotate | Download | only in fsck_msdos

Lines Matching refs:BytesPerSec

84 	off *= boot->BytesPerSec;
86 buffer = malloc(boot->BytesPerSec);
97 if (read(fs, buffer, boot->BytesPerSec) != boot->BytesPerSec) {
174 (boot->FATsecs * boot->BytesPerSec) / 1024);
176 *buffer = malloc(boot->FATsecs * boot->BytesPerSec);
183 off *= boot->BytesPerSec;
190 if (read(fs, *buffer, boot->FATsecs * boot->BytesPerSec)
191 != boot->FATsecs * boot->BytesPerSec) {
562 buffer = malloc(fatsz = boot->FATsecs * boot->BytesPerSec);
646 off *= boot->BytesPerSec;