Home
last modified time | relevance | path

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

/freebsd-12.1/stand/efi/boot1/
H A Dboot1.c202 EFI_HANDLE loaderhandle; in try_boot() local
243 loaderbuf, loadersize, &loaderhandle)) != EFI_SUCCESS) { in try_boot()
249 status = OpenProtocolByHandle(loaderhandle, &LoadedImageGUID, in try_boot()
276 if ((status = BS->StartImage(loaderhandle, NULL, NULL)) != in try_boot()
/freebsd-12.1/stand/efi/loader/
H A Dmain.c1279 EFI_HANDLE loaderhandle; in command_chain() local
1319 status = BS->LoadImage(FALSE, IH, NULL, buf, st.st_size, &loaderhandle); in command_chain()
1325 status = OpenProtocolByHandle(loaderhandle, &LoadedImageGUID, in command_chain()
1388 status = BS->StartImage(loaderhandle, NULL, NULL); in command_chain()