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

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

Completed in 135 milliseconds