Searched refs:grub_util_read_image (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/util/
H A Dmisc.h39 char *grub_util_read_image (const char *path);
/osnet-11/usr/src/grub/grub2/util/
H A Dmisc.c129 grub_util_read_image (const char *path) function
H A Dgrub-mkimage.c911 decompress_img = grub_util_read_image (decompress_path);
980 pxeboot_img = grub_util_read_image (pxeboot_path);
1005 boot_img = grub_util_read_image (boot_path);
1226 boot_img = grub_util_read_image (boot_path);
1288 boot_img = grub_util_read_image (boot_path);
1343 boot_img = grub_util_read_image (boot_path);
H A Dgrub-pe2elf.c525 image = grub_util_read_image (argv[optind]);
H A Dgrub-setup.c234 boot_img = grub_util_read_image (boot_path);
248 core_img = grub_util_read_image (core_path);

Completed in 22 milliseconds