bpbSectors         90 msdosfs/bootsect.h #define	bsSectors	bsBPB.bpbSectors
bpbSectors         29 msdosfs/bpb.h  	u_int16_t	bpbSectors;	/* total number of sectors */
bpbSectors         47 msdosfs/bpb.h  	u_int16_t	bpbSectors;	/* total number of sectors */
bpbSectors         65 msdosfs/bpb.h  	u_int16_t	bpbSectors;	/* total number of sectors */
bpbSectors        122 msdosfs/bpb.h  	int8_t bpbSectors[2];		/* total number of sectors */
bpbSectors        140 msdosfs/bpb.h  	int8_t bpbSectors[2];		/* total number of sectors */
bpbSectors        158 msdosfs/bpb.h  	u_int8_t bpbSectors[2];		/* total number of sectors */
bpbSectors        319 msdosfs/msdosfs_vfsops.c 	pmp->pm_Sectors = getushort(b50->bpbSectors);
bpbSectors        123 msdosfs/msdosfsmount.h #define	pm_Sectors	pm_bpb.bpbSectors