Searched refs:imagename (Results 1 - 3 of 3) sorted by relevance
| /osnet-11/usr/src/grub/grub2/grub-core/loader/ |
| H A D | xnu_resume.c | 44 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 D | xnu.h | 96 grub_err_t grub_xnu_resume (char *imagename);
|
| /osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/ |
| H A D | grub2.py | 2627 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 30 milliseconds