Home
last modified time | relevance | path

Searched refs:bpb (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/sbin/newfs_msdos/
Dnewfs_msdos.c148 struct bpb { struct
171 struct bpb bpb; member
221 static void getstdfmt(const char *, struct bpb *);
223 struct bpb *);
224 static void print_bpb(struct bpb *);
250 struct bpb bpb; in main() local
386 memset(&bpb, 0, sizeof(bpb)); in main()
388 getstdfmt(opt_f, &bpb); in main()
389 bpb.bpbHugeSectors = bpb.bpbSectors; in main()
390 bpb.bpbSectors = 0; in main()
[all …]
/freebsd-9-stable/lib/libstand/
Ddosfs.c95 DOS_BPB bpb; /* BPB */ member
435 bs->bpb.media < 0xf0) in parsebs()
437 if (cv2(bs->bpb.secsiz) != SECSIZ) in parsebs()
439 if (!(fs->spc = bs->bpb.spc) || fs->spc & (fs->spc - 1)) in parsebs()
443 if ((fs->spf = cv2(bs->bpb.spf))) { in parsebs()
444 if (bs->bpb.fats != 2) in parsebs()
446 if (!(fs->dirents = cv2(bs->bpb.dirents))) in parsebs()
449 if (!(fs->spf = cv4(bs->bpb.lspf))) in parsebs()
451 if (!bs->bpb.fats || bs->bpb.fats > 16) in parsebs()
453 if ((fs->rdcl = cv4(bs->bpb.rdcl)) < LOCLUS) in parsebs()
[all …]
/freebsd-9-stable/sys/geom/part/
Dg_part_mbr.c161 mbr_probe_bpb(u_char *bpb) in mbr_probe_bpb() argument
167 secsz = le16dec(bpb); in mbr_probe_bpb()
170 clstsz = bpb[2]; in mbr_probe_bpb()
/freebsd-9-stable/sys/dev/ic/
Dhd64570.h350 unsigned char bpb; member
/freebsd-9-stable/sys/boot/i386/boot2/
Dboot1.S65 bpb: .word 512 # sector size (T) label
/freebsd-9-stable/
DObsoleteFiles.inc3871 OLD_FILES+=usr/libdata/perl/5.00503/mach/msdosfs/bpb.ph
5331 OLD_FILES+=usr/include/msdosfs/bpb.h