Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/makefs/msdos/
Dmsdosfs_vfsops.c99 b50 = (struct byte_bpb50 *)bsp->bs50.bsBPB; in msdosfs_mount()
102 if (bsp->bs50.bsBootSectSig0 != BOOTSIG0 in msdosfs_mount()
103 || bsp->bs50.bsBootSectSig1 != BOOTSIG1) { in msdosfs_mount()
105 bsp->bs50.bsBootSectSig0, in msdosfs_mount()
106 bsp->bs50.bsBootSectSig1)); in msdosfs_mount()
/openbsd/src/sys/msdosfs/
Dbootsect.h77 struct bootsector50 bs50; member
Dmsdosfs_vfsops.c281 b50 = (struct byte_bpb50 *)bsp->bs50.bsBPB; in msdosfs_mountfs()