Searched refs:grub_longjmp (Results 1 – 4 of 4) sorted by relevance
70 ENTRY(grub_longjmp)
979 # define grub_longjmp longjmp macro982 void grub_longjmp (grub_jmp_buf env, int val);
757 grub_longjmp (restart_env, 0); in configfile_func()4934 grub_longjmp (restart_cmdline_env, 0); in terminal_func()
3128 * 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 with3858 [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