Home
last modified time | relevance | path

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

/external/grub/stage2/
Dsetjmp.S70 ENTRY(grub_longjmp)
Dshared.h893 # define grub_longjmp longjmp macro
896 void grub_longjmp (grub_jmp_buf env, int val);
Dbuiltins.c722 grub_longjmp (restart_env, 0); in configfile_func()
4311 grub_longjmp (restart_cmdline_env, 0); in terminal_func()
/external/grub/
DChangeLog2969 * stage2/asm.S (grub_longjmp): Moved to ...
2970 * stage2/setjmp.S (grub_longjmp): ... here.
3680 (grub_longjmp): Likewise.
3690 in the command-line interface, call grub_longjmp with
3699 [GRUB_UTIL] (grub_longjmp): Defined as longjmp.
5678 (grub_longjmp): Likewise.
5682 (grub_longjmp): Likewise.
5686 (grub_longjmp): Likewise.
5688 * stage2/builtins.c (configfile_func): Use grub_longjmp instead