Searched refs:preboot_rest_func (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dmisc.c1159 grub_err_t (*preboot_rest_func) (void); member in struct:grub_preboot
1179 cur->preboot_rest_func ();
1193 err = cur->preboot_rest_func ();
1195 cur->preboot_rest_func ();
1202 grub_err_t (*preboot_rest_func) (void),
1207 if (! preboot_func && ! preboot_rest_func)
1219 new_preboot->preboot_rest_func = preboot_rest_func;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dmisc.h448 grub_err_t (*preboot_rest_func) (void),

Completed in 20 milliseconds