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

/freebsd-9.3-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c148 struct bpb { struct
171 struct bpb bpb; member in struct:__anon5473
221 static void getstdfmt(const char *, struct bpb *);
223 struct bpb *);
224 static void print_bpb(struct bpb *);
250 struct bpb bpb; local
386 memset(&bpb, 0, sizeof(bpb));
776 getstdfmt(const char *fmt, struct bpb *bpb) argument
791 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag, struct bpb *bpb) argument
876 print_bpb(struct bpb *bpb) argument
[all...]
/freebsd-9.3-release/lib/libstand/
H A Ddosfs.c95 DOS_BPB bpb; /* BPB */ member in struct:__anon5308
435 bs->bpb.media < 0xf0)
437 if (cv2(bs->bpb.secsiz) != SECSIZ)
439 if (!(fs->spc = bs->bpb.spc) || fs->spc & (fs->spc - 1))
443 if ((fs->spf = cv2(bs->bpb.spf))) {
444 if (bs->bpb.fats != 2)
446 if (!(fs->dirents = cv2(bs->bpb.dirents)))
449 if (!(fs->spf = cv4(bs->bpb.lspf)))
451 if (!bs->bpb.fats || bs->bpb
[all...]
/freebsd-9.3-release/lib/libprocstat/
H A Dmsdosfs.c49 #include <fs/msdosfs/bpb.h>
/freebsd-9.3-release/sys/fs/msdosfs/
H A Dmsdosfs_fileno.c55 #include <fs/msdosfs/bpb.h>
H A Dmsdosfs_denode.c63 #include <fs/msdosfs/bpb.h>
H A Dmsdosfs_fat.c57 #include <fs/msdosfs/bpb.h>
H A Dmsdosfs_lookup.c58 #include <fs/msdosfs/bpb.h>
H A Dmsdosfs_vfsops.c72 #include <fs/msdosfs/bpb.h>
500 * Compute several useful quantities from the bpb in the
501 * bootsector. Copy in the dos 5 variant of the bpb then fix up
H A Dmsdosfs_conv.c57 #include <fs/msdosfs/bpb.h>
H A Dmsdosfs_vnops.c71 #include <fs/msdosfs/bpb.h>
/freebsd-9.3-release/sys/geom/part/
H A Dg_part_mbr.c161 mbr_probe_bpb(u_char *bpb) argument
167 secsz = le16dec(bpb);
170 clstsz = bpb[2];
/freebsd-9.3-release/sys/dev/ic/
H A Dhd64570.h350 unsigned char bpb; member in struct:sca_descriptor
/freebsd-9.3-release/sys/boot/i386/boot2/
H A Dboot1.S65 bpb: .word 512 # sector size (T) label

Completed in 131 milliseconds