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

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-setup.c106 char *boot_img, grub_uint64_t first_sector)
112 boot_drive = (grub_uint8_t *) (boot_img + GRUB_BOOT_MACHINE_BOOT_DRIVE);
113 kernel_sector = (grub_disk_addr_t *) (boot_img
125 kernel_byte = (grub_disk_addr_t *) (boot_img
154 char *boot_img, *core_img; local
234 boot_img = grub_util_read_image (boot_path);
448 boot_drive_check = (grub_uint16_t *) (boot_img
451 memcpy (boot_img + GRUB_BOOT_MACHINE_BPB_START,
466 memcpy (boot_img + GRUB_BOOT_MACHINE_WINDOWS_NT_MAGIC,
557 write_rootdev (core_img, root_dev, boot_img, first_secto
105 write_rootdev(char *core_img, grub_device_t root_dev, char *boot_img, grub_uint64_t first_sector) argument
[all...]
H A Dgrub-mkimage.c960 char *boot_path, *boot_img; local
1005 boot_img = grub_util_read_image (boot_path);
1009 block = (struct grub_pc_bios_boot_blocklist *) (boot_img
1020 grub_util_write_image (boot_img, boot_size, out);
1021 free (boot_img);
1221 char *boot_path, *boot_img; local
1226 boot_img = grub_util_read_image (boot_path);
1239 *((grub_int32_t *) (boot_img + GRUB_BOOT_I386_QEMU_CORE_ENTRY_ADDR))
1242 memcpy (rom_img + rom_size - boot_size, boot_img, boot_size);
1248 free (boot_img);
1277 char *boot_path, *boot_img; local
1304 char *boot_path, *boot_img; local
[all...]

Completed in 24 milliseconds