Searched refs:bpb (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/newfs_msdos/
H A Dnewfs_msdos.c158 struct bpb { struct
182 struct bpb bpb; member in struct:__anon5486
231 static void getstdfmt(const char *, struct bpb *);
232 static void getbpbinfo(int, const char *, const char *, int, struct bpb *, int);
233 static void print_bpb(struct bpb *);
259 struct bpb bpb; local
393 memset(&bpb, 0, sizeof(bpb));
785 getstdfmt(const char *fmt, struct bpb *bpb) argument
800 getbpbinfo(int fd, const char *fname, const char *dtype, int oflag, struct bpb *bpb, int create) argument
863 print_bpb(struct bpb *bpb) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/msdosfs/
H A DMakefile5 INCS= bootsect.h bpb.h denode.h direntry.h fat.h msdosfsmount.h
H A Dmsdosfs_denode.c69 #include <fs/msdosfs/bpb.h>
H A Dmsdosfs_fat.c70 #include <fs/msdosfs/bpb.h>
H A Dmsdosfs_lookup.c62 #include <fs/msdosfs/bpb.h>
H A Dmsdosfs_vfsops.c81 #include <fs/msdosfs/bpb.h>
543 * Compute several useful quantities from the bpb in the
544 * bootsector. Copy in the dos 5 variant of the bpb then fix up
H A Dmsdosfs_vnops.c76 #include <fs/msdosfs/bpb.h>
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Ddosfs.c43 #include <fs/msdosfs/bpb.h>
96 struct byte_bpb710 bpb; /* BPB */ member in struct:__anon8904
428 bs->bpb.bpbMedia < 0xf0)
430 if (getushort(bs->bpb.bpbBytesPerSec) != SECSIZ)
432 if (!(fs->spc = bs->bpb.bpbSecPerClust) || fs->spc & (fs->spc - 1))
436 if ((fs->spf = getushort(bs->bpb.bpbFATsecs))) {
437 if (bs->bpb.bpbFATs != 2)
439 if (!(fs->dirents = getushort(bs->bpb.bpbRootDirEnts)))
442 if (!(fs->spf = getulong(bs->bpb.bpbBigFATsecs)))
444 if (!bs->bpb
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/installboot/arch/
H A Di386.c421 struct mbr_bpbFAT16 *bpb = (void *)(disk_buf.b + 3 + 8); local
423 u = le16toh(bpb->bpbBytesPerSec)
424 * le16toh(bpb->bpbResSectors);
430 /* Check we have enough space for the old bpb */
/netbsd-6-1-5-RELEASE/sys/compat/netbsd32/
H A Dnetbsd32_fs.c53 #include <fs/msdosfs/bpb.h>
/netbsd-6-1-5-RELEASE/usr.bin/fstat/
H A Dfstat.c75 #include <msdosfs/bpb.h>

Completed in 316 milliseconds