HomeSort by: relevance | last modified time | path
    Searched defs:total_parts (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/makefs/cd9660/
cd9660_eltorito.c 707 int total_parts; local in function:cd9660_write_boot
725 total_parts = 2 + apm_partitions; /* Self + ISO9660 */
728 cd9660_write_apm_partition_entry(fd, 0, total_parts, 1,
729 total_parts, 512, "Apple", "Apple_partition_map");
738 1 + apm_partitions++, total_parts,
746 total_parts, 0, diskStructure->totalSectors *

Completed in 11 milliseconds