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

  /src/usr.sbin/makefs/cd9660/
cd9660_eltorito.c 636 int apm_partitions = 0; local in function:cd9660_write_boot
671 apm_partitions++;
703 if (apm_partitions > 0) {
725 total_parts = 2 + apm_partitions; /* Self + ISO9660 */
732 apm_partitions = 0;
738 1 + apm_partitions++, total_parts,
745 cd9660_write_apm_partition_entry(fd, 2 + apm_partitions,
cd9660_eltorito.c 636 int apm_partitions = 0; local in function:cd9660_write_boot
671 apm_partitions++;
703 if (apm_partitions > 0) {
725 total_parts = 2 + apm_partitions; /* Self + ISO9660 */
732 apm_partitions = 0;
738 1 + apm_partitions++, total_parts,
745 cd9660_write_apm_partition_entry(fd, 2 + apm_partitions,

Completed in 138 milliseconds