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

/macosx-10.10/msdosfs-209.1.1/newfs_msdos.tproj/
H A Dnewfs_msdos.c182 u_int8_t infs[2]; /* file system info sector */ member in struct:bsxbpb
221 u_int infs; /* file system info sector */ member in struct:bpb
572 bpb.infs = opt_i;
709 if (!bpb.infs) {
712 bpb.infs = x;
714 if (bpb.infs != MAXU16 && x <= bpb.infs)
715 x = bpb.infs + 1;
723 } else if (bpb.bkbs != MAXU16 && bpb.bkbs == bpb.infs)
891 mk2(bsxbpb->infs, bp
[all...]

Completed in 77 milliseconds