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