taglinefilesource code
total_sectors1639drivers/scsi/seagate.cint *sizes, result, formatted_sectors, total_sectors;
total_sectors1696drivers/scsi/seagate.ctotal_sectors = (heads * cylinders * sectors);
total_sectors1707drivers/scsi/seagate.chostno, heads, cylinders, sectors, total_sectors, formatted_sectors);
total_sectors1712drivers/scsi/seagate.ccylinders -= ((total_sectors - formatted_sectors) / (heads * sectors));