Home | History | Annotate | Download | only in pending

Lines Matching defs:bytes

502   unsigned long long bytes = ((unsigned long long)total_number_sectors << 9);
503 long mbytes = bytes/1000000;
505 if (mbytes < 10000) xprintf("Disk %s: %lu MB, %llu bytes\n", disk_device, mbytes, bytes);
506 else xprintf("Disk %s: %lu.%lu GB, %llu bytes\n", disk_device, mbytes/1000, (mbytes/100)%10, bytes);
510 xprintf("Units = sectors of 1 * %ld = %ld bytes\n",g_sect_size, g_sect_size);
511 } else xprintf("\nUnits = cylinders of %ld * %ld = %ld bytes\n\n",
769 unsigned long long bytes = (unsigned long long) val * absolute;
773 bytes += unit/2; // rounding
774 bytes /= unit;
775 val = bytes;
940 //Populate partition table entry - 16 bytes