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

/illumos-gate/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);
550 TotSize = usesize;
928 if (TotSize > 0xffff)
931 wbpb->bpb.sectors_in_volume = (short)TotSize;
932 wbpb->bpb.sectors_in_logical_volume = TotSize;
1223 TotSize = tsize;
1231 gettext("FDIOGCHAR call"), tsize, TotSize);
1990 if (!*prtfdisk && TotSize != wbpb->bpb.sectors_in_volume &&
1991 TotSize !
[all...]

Completed in 59 milliseconds