Home
last modified time | relevance | path

Searched refs:loaderhandle (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/efi/boot1/
H A Dboot1.c66 EFI_HANDLE loaderhandle; in try_boot() local
117 loaderbuf, loadersize, &loaderhandle)) != EFI_SUCCESS) { in try_boot()
123 status = OpenProtocolByHandle(loaderhandle, &LoadedImageGUID, in try_boot()
150 if ((status = BS->StartImage(loaderhandle, NULL, NULL)) != in try_boot()
/freebsd/stand/efi/loader/
H A Dmain.c1592 EFI_HANDLE loaderhandle; in command_chain() local
1640 status = BS->LoadImage(FALSE, IH, NULL, buf, st.st_size, &loaderhandle); in command_chain()
1646 status = OpenProtocolByHandle(loaderhandle, &LoadedImageGUID, in command_chain()
1709 status = BS->StartImage(loaderhandle, NULL, NULL); in command_chain()