Home
last modified time | relevance | path

Searched refs:embed_func (Results 1 – 3 of 3) sorted by relevance

/external/grub/stage2/
Dfilesys.h155 int (*embed_func) (int *start_sector, int needed_sectors); member
Dbuiltins.c1020 embed_func (char *arg, int flags) in embed_func() function
1116 if (fsys_table[fsys_type].embed_func == 0 in embed_func()
1117 || ! fsys_table[fsys_type].embed_func (&start_sector, size)) in embed_func()
1141 embed_func,
3908 embed_func (cmd_arg, flags); in setup_func()
/external/grub/
DChangeLog888 * stage2/builtins.c (embed_func): When checking if the disk can
1966 * stage2/builtins.c (embed_func): Use ERR_NO_DISK_SPACE instead
2630 * stage2/builtins.c (embed_func): Call open_partition() even for
2658 previously duplicated in embed_func and install_func at several
2668 (embed_func): Don't embed after the MBR if an EZ-BIOS is detected
3164 messages when calling embed_func and install_func, and print
3166 Don't jump to the label "fail", even when embed_func failed.
3872 (embed_func) [GRUB_UTIL && __linux__]: When embedding a Stage
4920 * stage2/builtins.c (embed_func): Call open_device instead of
4926 * stage2/filesys.h (fsys_table): New entry embed_func.
[all …]