Home
last modified time | relevance | path

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

/freebsd/stand/efi/boot1/
H A Dproto.c141 if (mod->load(PATH_LOADER_EFI, dev, bufp, bufsize) == in load_loader()
216 printf("Failed to load '%s'\n", PATH_LOADER_EFI); in choice_protocol()
H A Dboot1.c138 DPRINTF("Starting '%s' in 5 seconds...", PATH_LOADER_EFI); in try_boot()
217 printf(" Loader path: %s\n\n", PATH_LOADER_EFI); in efi_main()
/freebsd/stand/common/
H A Dpaths.h34 #define PATH_LOADER_EFI "/boot/loader.efi" macro
/freebsd/stand/efi/gptboot/
H A Dproto.c229 const char *fn = PATH_LOADER_EFI; in choice_protocol()