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

/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dmisc.c1158 grub_err_t (*preboot_func) (int); member in struct:grub_preboot
1175 err = cur->preboot_func (noreturn);
1201 grub_loader_register_preboot_hook (grub_err_t (*preboot_func) (int noreturn),
1207 if (! preboot_func && ! preboot_rest_func)
1218 new_preboot->preboot_func = preboot_func;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dmisc.h447 struct grub_preboot *EXPORT_FUNC(grub_loader_register_preboot_hook) (grub_err_t (*preboot_func) (int noret),

Completed in 286 milliseconds