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

  /src/usr.sbin/makefs/cd9660/
cd9660_eltorito.c 637 int mbr_partitions = 0; local in function:cd9660_write_boot
673 mbr_partitions++;
677 if (mbr_partitions > 0 || diskStructure->chrp_boot) {
684 mbr_partitions = 0;
688 cd9660_write_mbr_partition_entry(fd, mbr_partitions++,
696 cd9660_write_mbr_partition_entry(fd, mbr_partitions++,
cd9660_eltorito.c 637 int mbr_partitions = 0; local in function:cd9660_write_boot
673 mbr_partitions++;
677 if (mbr_partitions > 0 || diskStructure->chrp_boot) {
684 mbr_partitions = 0;
688 cd9660_write_mbr_partition_entry(fd, mbr_partitions++,
696 cd9660_write_mbr_partition_entry(fd, mbr_partitions++,

Completed in 22 milliseconds