Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c82 static ulong_t TotSize; /* Total size of FS in # of sectors */ variable
546 ltohi(part[partno].numsect), TotSize); in fill_bpb_sizes()
550 TotSize = usesize; in fill_bpb_sizes()
928 if (TotSize > 0xffff) in seek_nofdisk()
931 wbpb->bpb.sectors_in_volume = (short)TotSize; in seek_nofdisk()
932 wbpb->bpb.sectors_in_logical_volume = TotSize; in seek_nofdisk()
1223 TotSize = tsize; in lookup_floppy()
1231 gettext("FDIOGCHAR call"), tsize, TotSize); in lookup_floppy()
1990 if (!*prtfdisk && TotSize != wbpb->bpb.sectors_in_volume && in compare_existing_with_computed()
1991 TotSize != wbpb->bpb.sectors_in_logical_volume) { in compare_existing_with_computed()
[all …]