Home
last modified time | relevance | path

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

/freebsd/stand/efi/boot1/
H A Dboot1.c68 EFI_HANDLE loaderhandle; in try_boot() local
119 loaderbuf, loadersize, &loaderhandle)) != EFI_SUCCESS) { in try_boot()
125 status = OpenProtocolByHandle(loaderhandle, &LoadedImageGUID, in try_boot()
152 if ((status = BS->StartImage(loaderhandle, NULL, NULL)) != in try_boot()
/freebsd/stand/efi/loader/
H A Dmain.c1844 EFI_HANDLE loaderhandle; in command_chain() local
1894 status = BS->LoadImage(FALSE, IH, NULL, buf, st.st_size, &loaderhandle); in command_chain()
1900 status = OpenProtocolByHandle(loaderhandle, &LoadedImageGUID, in command_chain()
1964 status = BS->StartImage(loaderhandle, &ExitDataSize, &ExitData); in command_chain()