Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c89 static int GetSPT = 1; /* Unless we're given as arg, must look it up */ variable
1238 if (GetSPT) { in lookup_floppy()
1502 if (GetSPT || GetTPC) { in find_fixed_details()
1515 wbpb->bpb.sectors_per_track = (GetSPT ? dginfo.dkg_nsect : SecPerTrk); in find_fixed_details()
1523 if (GetSPT) { in find_fixed_details()
1951 GetSize = GetSPT = GetSPC = GetTPC = GetBPF = 1; in compare_existing_with_computed()
3416 GetSPT = 0; in parse_suboptions()