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

/openbsd-current/sys/msdosfs/
H A Dbpb.h29 u_int16_t bpbSectors; /* total number of sectors */ member in struct:bpb33
47 u_int16_t bpbSectors; /* total number of sectors */ member in struct:bpb50
53 u_int32_t bpbHugeSectors; /* # of sectors if bpbSectors == 0 */
65 u_int16_t bpbSectors; /* total number of sectors */ member in struct:bpb710
71 u_int32_t bpbHugeSectors; /* # of sectors if bpbSectors == 0 */
122 int8_t bpbSectors[2]; /* total number of sectors */ member in struct:byte_bpb33
140 int8_t bpbSectors[2]; /* total number of sectors */ member in struct:byte_bpb50
146 int8_t bpbHugeSectors[4]; /* # of sectors if bpbSectors == 0 */
158 u_int8_t bpbSectors[2]; /* total number of sectors */ member in struct:byte_bpb710
164 u_int8_t bpbHugeSectors[4]; /* # of sectors if bpbSectors
[all...]
H A Dbootsect.h90 #define bsSectors bsBPB.bpbSectors
H A Dmsdosfsmount.h120 #define pm_Sectors pm_bpb.bpbSectors
H A Dmsdosfs_vfsops.c297 pmp->pm_Sectors = getushort(b50->bpbSectors);
/openbsd-current/usr.sbin/makefs/msdos/
H A Dmsdosfsmount.h128 #define pm_Sectors pm_bpb.bpbSectors
H A Dmsdosfs_vfsops.c123 pmp->pm_Sectors = getushort(b50->bpbSectors);

Completed in 259 milliseconds