Lines Matching defs:sectors
219 grub_util_error (_("the sectors of the core file are too fragmented"));
278 grub_disk_addr_t *sectors;
311 core_sectors += 2; /* Add 2 extra sectors for versioning info */
328 err = dest_partmap->embed (dest_dev->disk, &nsec, GRUB_EMBED_PCBIOS, §ors);
351 err = dest_partmap->embed (dest_dev->disk, &nsec, GRUB_EMBED_PCBIOS, §ors);
509 GRUB_EMBED_PCBIOS, §ors);
512 GRUB_EMBED_PCBIOS, §ors);
549 save_first_sector (sectors[0] + grub_partition_get_start (container),
554 save_blocklists (sectors[i] + grub_partition_get_start (container),
630 grub_disk_write (dest_dev->disk, sectors[i], 0,
635 grub_free (sectors);
752 /* Now read the core image to determine where the sectors are. */
767 grub_util_error (_("failed to read the rest sectors of the core image"));
803 /* Write the first two sectors of the core image onto the disk. */