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.c91 static int GetTPC = 1; /* Unless we're given as arg, must look it up */ variable
1248 if (GetTPC) { in lookup_floppy()
1502 if (GetSPT || GetTPC) { in find_fixed_details()
1514 wbpb->bpb.heads = (GetTPC ? dginfo.dkg_nhead : TrkPerCyl); in find_fixed_details()
1518 if (GetTPC) { in find_fixed_details()
1951 GetSize = GetSPT = GetSPC = GetTPC = GetBPF = 1; in compare_existing_with_computed()
3424 GetTPC = 0; in parse_suboptions()