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

/netbsd-6-1-5-RELEASE/sbin/newfs_msdos/
H A Dnewfs_msdos.c130 u_int8_t bspf[4]; /* big sectors per FAT */ member in struct:bsxbpb
171 u_int bspf; /* big sectors per FAT */ member in struct:bpb
398 bpb.bspf = bpb.spf;
483 bpb.bspf = opt_a;
561 if (fat != 32 && bpb.bspf > MAXU16)
564 x = bpb.bspf ? bpb.bspf : 1;
572 if (!bpb.bspf) {
573 bpb.bspf = x2;
574 x1 += (bpb.bspf
[all...]

Completed in 82 milliseconds