Searched refs:loaderhandle (Results 1 – 2 of 2) sorted by relevance
/freebsd/stand/efi/boot1/ |
H A D | boot1.c | 66 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 D | main.c | 1832 EFI_HANDLE loaderhandle; in command_chain() local 1880 status = BS->LoadImage(FALSE, IH, NULL, buf, st.st_size, &loaderhandle); in command_chain() 1886 status = OpenProtocolByHandle(loaderhandle, &LoadedImageGUID, in command_chain() 1949 status = BS->StartImage(loaderhandle, NULL, NULL); in command_chain()
|