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

/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c94 static int BitsPerFAT; /* Total size of FS in # of sectors */ variable
1257 if (!GetBPF && BitsPerFAT != Fatentsize) {
1394 Fatentsize = BitsPerFAT;
3321 BitsPerFAT = atoi(value);
3381 if (BitsPerFAT == 32)
3411 BitsPerFAT != 12 && BitsPerFAT != 16 && BitsPerFAT != 32) {

Completed in 60 milliseconds