Searched refs:bpbSectors (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dbpb.h51 u_int16_t bpbSectors; /* total number of sectors */ member in struct:bpb33
69 u_int16_t bpbSectors; /* total number of sectors */ member in struct:bpb50
75 u_int32_t bpbHugeSectors; /* # of sectors if bpbSectors == 0 */
87 u_int16_t bpbSectors; /* total number of sectors */ member in struct:bpb710
93 u_int32_t bpbHugeSectors; /* # of sectors if bpbSectors == 0 */
145 u_int8_t bpbSectors[2]; /* total number of sectors */ member in struct:byte_bpb33
163 u_int8_t bpbSectors[2]; /* total number of sectors */ member in struct:byte_bpb50
169 u_int8_t bpbHugeSectors[4]; /* # of sectors if bpbSectors == 0 */
181 u_int8_t bpbSectors[2]; /* total number of sectors */ member in struct:byte_bpb710
187 u_int8_t bpbHugeSectors[4]; /* # of sectors if bpbSectors
[all...]
H A Dmsdosfs_vfsops.c422 total_sectors = getuint16(b50->bpbSectors);
573 if (getuint16(b50->bpbSectors) != 0)
594 if (total_sectors < 0x10000 && getuint16(b50->bpbSectors) == 0)
/macosx-10.10.1/libfs-13/
H A Dbpb.h75 u_int8_t bpbSectors[2]; /* total number of sectors */ member in struct:byte_bpb710
81 u_int8_t bpbHugeSectors[4]; /* # of sectors if bpbSectors == 0 */
H A DFSFormatName.c554 if (getushort(b710->bpbSectors)) {
555 TotalSectors = getushort(b710->bpbSectors);
/macosx-10.10.1/msdosfs-209.1.1/msdos_util.tproj/
H A Ddosutil.c368 if (getuint16(b33->bpbSectors) == 0 && getuint32(b50->bpbHugeSectors) == 0)
722 total_sectors = getuint16(b50->bpbSectors);
/macosx-10.10.1/msdosfs-209.1.1/userfs_plugin/
H A Dmsdosfs.c1629 uint32_t totalSectors = getuint16(b50->bpbSectors);
1825 if (getuint16(b50->bpbSectors) != 0)
1846 if (totalSectors < 0x10000 && getuint16(b50->bpbSectors) == 0)

Completed in 97 milliseconds