Searched refs:grub_longjmp (Results 1 – 4 of 4) sorted by relevance
70 ENTRY(grub_longjmp)
893 # define grub_longjmp longjmp macro896 void grub_longjmp (grub_jmp_buf env, int val);
722 grub_longjmp (restart_env, 0); in configfile_func()4311 grub_longjmp (restart_cmdline_env, 0); in terminal_func()
2969 * 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 with3699 [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