Searched refs:boot_size (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dbsdlabel.h90 grub_uint32_t boot_size; member in struct:grub_partition_bsd_disk_label
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimage.c961 size_t boot_size; local
1000 boot_size = grub_util_get_image_size (boot_path);
1001 if (boot_size != GRUB_DISK_SECTOR_SIZE)
1020 grub_util_write_image (boot_img, boot_size, out);
1222 size_t boot_size; local
1225 boot_size = grub_util_get_image_size (boot_path);
1229 rom_size = ALIGN_UP (core_size + boot_size, 64 * 1024);
1242 memcpy (rom_img + rom_size - boot_size, boot_img, boot_size);
1278 size_t boot_size; local
1305 size_t boot_size; local
[all...]
H A Dgrub-setup.c155 size_t boot_size, core_size; local
230 boot_size = grub_util_get_image_size (boot_path);
231 if (boot_size != GRUB_DISK_SECTOR_SIZE)

Completed in 32 milliseconds