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
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.
5087 * stage2/disk_io.c (fsys_table): Fill embed_func entries. The
5213 If embed_func fails (i.e. ERRNUM is non-zero), goto fail.
6415 (embed_func): Likewise.
6530 * stage2/builtins.c (embed_func): Set BUF_TRACK to -1 before
[all …]