Lines Matching refs:bpbBytesPerSec
591 off *= boot->bpbBytesPerSec;
593 buffer = malloc(len = boot->bpbBytesPerSec);
604 if ((size_t)read(fs, buffer, boot->bpbBytesPerSec) !=
605 boot->bpbBytesPerSec) {
658 off *= boot->bpbBytesPerSec;
660 buffer = malloc(len = boot->bpbBytesPerSec);
704 fat->fatsize = boot->FATsecs * boot->bpbBytesPerSec;
707 off *= boot->bpbBytesPerSec;
737 fat->fat32_offset = boot->bpbResSectors * boot->bpbBytesPerSec;
1160 dst_off *= boot->bpbBytesPerSec;
1228 dst_base *= boot->bpbBytesPerSec;