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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c100 ulong_t TotSec; member in struct:fstyp_pcfs
292 h->TotSec = PC_NSEC(h);
294 h->TotSec = h->bs.totalsec;
308 h->DataSec = h->TotSec - h->FirstDataSector;
601 ADD_UINT32(h, "total_sectors", h->TotSec);
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c1574 int TotSec; local
1585 TotSec = wbpb->bpb.sectors_in_volume;
1591 TotSec = wbpb->bpb.sectors_in_logical_volume;
1594 DataSec = TotSec -

Completed in 57 milliseconds