taglinefilesource code
total_sectors1598drivers/scsi/seagate.cint *sizes, result, formatted_sectors, total_sectors;
total_sectors1655drivers/scsi/seagate.ctotal_sectors = (heads * cylinders * sectors);
total_sectors1666drivers/scsi/seagate.chostno, heads, cylinders, sectors, total_sectors, formatted_sectors);
total_sectors1671drivers/scsi/seagate.ccylinders -= ((total_sectors - formatted_sectors) / (heads * sectors));