Home
last modified time | relevance | path

Searched refs:bsBPB (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/msdosfs/
H A Dbootsect.h28 int8_t bsBPB[19]; /* BIOS parameter block */ member
50 int8_t bsBPB[25]; /* BIOS parameter block */ member
62 int8_t bsBPB[53]; /* BIOS parameter block */ member
85 #define bsBytesPerSec bsBPB.bpbBytesPerSec
86 #define bsSectPerClust bsBPB.bpbSectPerClust
87 #define bsResSectors bsBPB.bpbResSectors
88 #define bsFATS bsBPB.bpbFATS
89 #define bsRootDirEnts bsBPB.bpbRootDirEnts
90 #define bsSectors bsBPB.bpbSectors
91 #define bsMedia bsBPB.bpbMedia
[all …]
H A Dmsdosfs_vfsops.c280 b33 = (struct byte_bpb33 *)bsp->bs33.bsBPB; in msdosfs_mountfs()
281 b50 = (struct byte_bpb50 *)bsp->bs50.bsBPB; in msdosfs_mountfs()
282 b710 = (struct byte_bpb710 *)bsp->bs710.bsBPB; in msdosfs_mountfs()
/openbsd-src/usr.sbin/makefs/msdos/
H A Dmsdosfs_vfsops.c98 b33 = (struct byte_bpb33 *)bsp->bs33.bsBPB; in msdosfs_mount()
99 b50 = (struct byte_bpb50 *)bsp->bs50.bsBPB; in msdosfs_mount()
100 b710 = (struct byte_bpb710 *)bsp->bs710.bsBPB; in msdosfs_mount()