Home
last modified time | relevance | path

Searched refs:grub_open (Results 1 – 7 of 7) sorted by relevance

/external/grub/stage2/
Dbuiltins.c194 if (! grub_open (arg)) in blocklist_func()
376 if (! grub_open (arg)) in cat_func()
418 if (! grub_open (file)) in chainloader_func()
507 if (! grub_open (file1)) in cmp_func()
522 if (! grub_open (file2)) in cmp_func()
704 if (! grub_open (arg)) in configfile_func()
975 if (! grub_open (from)) in dump_func()
1032 if (! grub_open (stage1_5)) in embed_func()
1223 if (grub_open (filename)) in find_func()
1256 if (grub_open (filename)) in find_func()
[all …]
Dstage1_5.c39 if (grub_open (config_file)) in cmain()
Dboot.c64 if (!grub_open (kernel)) in load_image()
769 if (!grub_open (module)) in load_module()
811 if (! grub_open (initrd)) in load_initrd()
Dstage2.c893 if (grub_open (default_file)) in cmain()
923 is_opened = grub_open (config_file); in cmain()
Dshared.h947 int grub_open (char *filename);
Ddisk_io.c1538 grub_open (char *filename) in grub_open() function
/external/grub/
DChangeLog2783 (cmain): If grub_open fails in opening the configuration file,
6258 (install_func): Set IS_OPEN to the value returned by grub_open.
6260 (setup_func): Call grub_close after grub_open.
6270 * stage2/stage1_5.c (cmain): Call grub_close after grub_open.
8447 * shared_src/diskio.c (grub_open): Call setup_part even in stage1.5.