Home
last modified time | relevance | path

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

/openbsd-src/sys/msdosfs/
H A Dbootsect.h75 union bootsector { union
H A Dmsdosfs_vfsops.c240 union bootsector *bsp; in msdosfs_mountfs()
279 bsp = (union bootsector *)bp->b_data; in msdosfs_mountfs()
289 * bootsector. Copy in the dos 5 variant of the bpb then fix up in msdosfs_mountfs()
442 * Release the bootsector buffer. in msdosfs_mountfs()
/openbsd-src/usr.sbin/makefs/msdos/
H A Dmsdosfs_vfsops.c84 union bootsector *bsp; in msdosfs_mount()
97 bsp = (union bootsector *)bp->b_data; in msdosfs_mount()