Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c96 static int BitsPerFAT; /* Total size of FS in # of sectors */ variable
1259 if (!GetBPF && BitsPerFAT != Fatentsize) { in lookup_floppy()
1396 Fatentsize = BitsPerFAT; in compute_cluster_size()
3439 BitsPerFAT = atoi(value); in parse_suboptions()
3499 if (BitsPerFAT == 32) in sanity_check_options()
3529 BitsPerFAT != 12 && BitsPerFAT != 16 && BitsPerFAT != 32) { in sanity_check_options()