Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c69 static int Fatentsize = 0; variable
1037 Fatentsize = 12; /* Size of fat entry in bits */ in prepare_image_file()
1038 set_fat_string(wbpb, Fatentsize); in prepare_image_file()
1258 Fatentsize = 12; /* Size of fat entry in bits */ in lookup_floppy()
1259 if (!GetBPF && BitsPerFAT != Fatentsize) { in lookup_floppy()
1262 set_fat_string(wbpb, Fatentsize); in lookup_floppy()
1392 Fatentsize = 32; in compute_cluster_size()
1394 Fatentsize = newfat; in compute_cluster_size()
1396 Fatentsize = BitsPerFAT; in compute_cluster_size()
1398 if (Fatentsize == 12 && in compute_cluster_size()
[all …]