Home
last modified time | relevance | path

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

/titanic_41/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) { in lookup_floppy()
1394 Fatentsize = BitsPerFAT; in compute_cluster_size()
3321 BitsPerFAT = atoi(value); in parse_suboptions()
3381 if (BitsPerFAT == 32) in sanity_check_options()
3411 BitsPerFAT != 12 && BitsPerFAT != 16 && BitsPerFAT != 32) { in sanity_check_options()