Searched refs:total_parts (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c648 int total_parts; local
666 total_parts = 2 + apm_partitions; /* Self + ISO9660 */
669 cd9660_write_apm_partition_entry(fd, 0, total_parts, 1,
670 total_parts, 512, "Apple", "Apple_partition_map");
673 cd9660_write_apm_partition_entry(fd, 1, total_parts, 0,
685 2 + apm_partitions++, total_parts,

Completed in 53 milliseconds