Searched defs:b_fatsec (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c122 uchar_t b_fatsec[2]; /* number of sectors per FAT */ member in struct:bios_param_blk
690 bpb->b_fatsec[0] = 9;
691 bpb->b_fatsec[1] = 0;
697 bpb->b_fatsec[0] = 7;
698 bpb->b_fatsec[1] = 0;
703 bpb->b_fatsec[0] = 9;
704 bpb->b_fatsec[1] = 0;
710 bpb->b_fatsec[0] = 2;
711 bpb->b_fatsec[1] = 0;
716 bpb->b_fatsec[
[all...]

Completed in 45 milliseconds