Home | History | Annotate | Download | only in cd9660

Lines Matching defs:sector

162 	new_image->sector = -1;
295 cd9660_731(disk->sector, ie->load_rba);
298 "load segment %04x, system type %d, sector count %d, "
301 disk->num_sectors, disk->sector));
339 cd9660_731(disk->sector, se->load_rba);
361 int sector;
377 /* Point to catalog: For now assume it consumes one sector */
378 ELTORITO_DPRINTF(("Boot catalog will go in sector %d\n", first_sector));
418 /* Populate sector numbers */
419 sector = first_sector + catalog_sectors;
421 tmp_disk->sector = sector;
422 sector += tmp_disk->num_sectors /
645 printf("Writing boot catalog to sector %" PRId64 "\n",
666 t->filename, t->sector);
668 cd9660_copy_file(diskStructure, fd, t->sector, t->filename);
697 t->sector * (diskStructure->sectorSize / 512),
739 t->sector * (diskStructure->sectorSize / 512),