Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfilesys.h176 int (*embed_func) (unsigned long long *start_sector, int needed_sectors); member
H A Dbuiltins.c1397 embed_func (char *arg, int flags) in embed_func() function
1493 if (fsys_table[fsys_type].embed_func == 0 in embed_func()
1494 || ! fsys_table[fsys_type].embed_func (&start_sector, size)) in embed_func()
1518 embed_func,
4586 embed_func (cmd_arg, flags); in setup_func()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog1047 * stage2/builtins.c (embed_func): When checking if the disk can
2125 * stage2/builtins.c (embed_func): Use ERR_NO_DISK_SPACE instead
2789 * stage2/builtins.c (embed_func): Call open_partition() even for
2817 previously duplicated in embed_func and install_func at several
2827 (embed_func): Don't embed after the MBR if an EZ-BIOS is detected
3323 messages when calling embed_func and install_func, and print
3325 Don't jump to the label "fail", even when embed_func failed.
4031 (embed_func) [GRUB_UTIL && __linux__]: When embedding a Stage
5079 * stage2/builtins.c (embed_func): Call open_device instead of
5085 * stage2/filesys.h (fsys_table): New entry embed_func.
[all …]