Searched refs:b710 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/libfs-13/
H A DFSFormatName.c489 struct byte_bpb710 *b710; local
521 b710 = (struct byte_bpb710 *)bsp->bs710.bsBPB;
535 BytesPerSector = getushort(b710->bpbBytesPerSec);
541 SectorsPerCluster = b710->bpbSecPerClust;
546 RootDirSectors = ((getushort(b710->bpbRootDirEnts) * 32) + (BytesPerSector - 1)) / BytesPerSector;
548 if (getushort(b710->bpbFATsecs)) {
549 FATSectors = getushort(b710->bpbFATsecs);
551 FATSectors = getulong(b710->bpbBigFATsecs);
554 if (getushort(b710->bpbSectors)) {
555 TotalSectors = getushort(b710
[all...]
/macosx-10.10.1/msdosfs-209.1.1/msdos_util.tproj/
H A Ddosutil.c294 struct byte_bpb710 *b710; local
323 b710 = (struct byte_bpb710 *)bsp->bs710.bsBPB;
374 if (getuint16(b33->bpbRootDirEnts) == 0 && getuint32(b710->bpbRootClust) == 0)
391 struct byte_bpb710 *b710; local
408 b710 = (struct byte_bpb710 *)bsp->bs710.bsBPB;
455 cluster = getuint32(b710->bpbRootClust);
461 readOffset = getuint16(b710->bpbResSectors) + (b710->bpbFATs * getuint32(b710->bpbBigFATsecs));
494 readOffset = getuint16(b710
687 struct byte_bpb710 *b710; local
[all...]
/macosx-10.10.1/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_vfsops.c337 struct byte_bpb710 *b710; local
382 b710 = (struct byte_bpb710 *)bsp->bs710.bsBPB;
427 fat_sectors = getuint32(b710->bpbBigFATsecs);
537 if (FAT32(pmp) && (getuint16(b710->bpbExtFlags) & FATMIRROR))
539 pmp->pm_curfat = getuint16(b710->bpbExtFlags) & FATNUM;
552 fsinfo = getuint16(b710->bpbFSInfo);
553 pmp->pm_rootdirblk = getuint32(b710->bpbRootClust);
567 if (getuint16(b710->bpbFSVers) != 0)
/macosx-10.10.1/msdosfs-209.1.1/userfs_plugin/
H A Dmsdosfs.c1601 struct byte_bpb710 *b710 = (struct byte_bpb710 *)boot->bs710.bsBPB; local
1634 fatSectors = getuint32(b710->bpbBigFATsecs);
1724 // TODO: Check b710->bpbExtFlags to see if FAT mirroring is on, and which
1804 v->fsInfoSector = getuint16(b710->bpbFSInfo);
1805 v->rootCluster = getuint32(b710->bpbRootClust);
1819 if (getuint16(b710->bpbFSVers) != 0)

Completed in 187 milliseconds