Home
last modified time | relevance | path

Searched refs:grub_longjmp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dsetjmp.S70 ENTRY(grub_longjmp)
H A Dshared.h982 # define grub_longjmp longjmp macro
985 void grub_longjmp (grub_jmp_buf env, int val);
H A Dbuiltins.c760 grub_longjmp (restart_env, 0); in configfile_func()
4993 grub_longjmp (restart_cmdline_env, 0); in terminal_func()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog3128 * stage2/asm.S (grub_longjmp): Moved to ...
3129 * stage2/setjmp.S (grub_longjmp): ... here.
3839 (grub_longjmp): Likewise.
3849 in the command-line interface, call grub_longjmp with
3858 [GRUB_UTIL] (grub_longjmp): Defined as longjmp.
5837 (grub_longjmp): Likewise.
5841 (grub_longjmp): Likewise.
5845 (grub_longjmp): Likewise.
5847 * stage2/builtins.c (configfile_func): Use grub_longjmp instead