Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs_main.c116 static int GetTPC = 1; /* Unless we're given as arg, must look it up */ variable
1146 if (GetTPC) { in lookup_floppy()
1408 if (GetSPT || GetTPC) { in find_fixed_details()
1420 wbpb->bpb.heads = (GetTPC ? dginfo.dkg_nhead : TrkPerCyl); in find_fixed_details()
1424 if (GetTPC) { in find_fixed_details()
1737 GetSize = GetSPT = GetSPC = GetTPC = GetBPF = 1; in compare_existing_with_computed()
3140 GetTPC = 0; in parse_suboptions()