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

/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c67 static int Fatentsize = 0; variable
1035 Fatentsize = 12; /* Size of fat entry in bits */
1036 set_fat_string(wbpb, Fatentsize);
1256 Fatentsize = 12; /* Size of fat entry in bits */
1257 if (!GetBPF && BitsPerFAT != Fatentsize) {
1260 set_fat_string(wbpb, Fatentsize);
1390 Fatentsize = 32;
1392 Fatentsize = newfat;
1394 Fatentsize = BitsPerFAT;
1396 if (Fatentsize
[all...]

Completed in 60 milliseconds