bsBPB              28 msdosfs/bootsect.h 	int8_t		bsBPB[19];		/* BIOS parameter block */
bsBPB              50 msdosfs/bootsect.h 	int8_t		bsBPB[25];		/* BIOS parameter block */
bsBPB              85 msdosfs/bootsect.h #define	bsBytesPerSec	bsBPB.bpbBytesPerSec
bsBPB              86 msdosfs/bootsect.h #define	bsSectPerClust	bsBPB.bpbSectPerClust
bsBPB              87 msdosfs/bootsect.h #define	bsResSectors	bsBPB.bpbResSectors
bsBPB              88 msdosfs/bootsect.h #define	bsFATS		bsBPB.bpbFATS
bsBPB              89 msdosfs/bootsect.h #define	bsRootDirEnts	bsBPB.bpbRootDirEnts
bsBPB              90 msdosfs/bootsect.h #define	bsSectors	bsBPB.bpbSectors
bsBPB              91 msdosfs/bootsect.h #define	bsMedia		bsBPB.bpbMedia
bsBPB              92 msdosfs/bootsect.h #define	bsFATsecs	bsBPB.bpbFATsecs
bsBPB              93 msdosfs/bootsect.h #define	bsSectPerTrack	bsBPB.bpbSectPerTrack
bsBPB              94 msdosfs/bootsect.h #define	bsHeads		bsBPB.bpbHeads
bsBPB              95 msdosfs/bootsect.h #define	bsHiddenSecs	bsBPB.bpbHiddenSecs
bsBPB              96 msdosfs/bootsect.h #define	bsHugeSectors	bsBPB.bpbHugeSectors
bsBPB             301 msdosfs/msdosfs_vfsops.c 	b33 = (struct byte_bpb33 *)bsp->bs33.bsBPB;
bsBPB             302 msdosfs/msdosfs_vfsops.c 	b50 = (struct byte_bpb50 *)bsp->bs50.bsBPB;