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

/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dxnu_resume.c44 grub_xnu_resume (char *imagename) argument
57 file = grub_file_open (imagename);
68 N_("premature end of file %s"), imagename);
146 N_("premature end of file %s"), imagename);
158 N_("premature end of file %s"), imagename);
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dxnu.h96 grub_err_t grub_xnu_resume (char *imagename);
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py2627 imagename = os.path.join(basepath, boot_subdir,
2629 self._make_basedir(imagename)
2639 self._grub2_mkimage_generic('bios', imagename, modlist, microconfig)
2648 for fname in [cdboot_img, imagename]:
2657 (BootConfig.OUTPUT_TYPE_FILE, imagename, None,
2668 def _grub2_mkimage_generic(self, target, imagename, modlist,
2670 """Create a GRUB2 boot image for the specified target, named imagename,
2686 img_cmd = [base_cmd, '-o', imagename, '-d', modpath,
2692 img_cmd = [base_cmd, '-o', imagename, '-d', modpath,
2881 imagename
[all...]

Completed in 1065 milliseconds