Searched refs:loaderhandle (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/stand/efi/boot1/ |
| H A D | boot1.c | 69 EFI_HANDLE loaderhandle; in try_boot() local 100 loaderbuf, loadersize, &loaderhandle)) != EFI_SUCCESS) { in try_boot() 106 status = OpenProtocolByHandle(loaderhandle, &LoadedImageGUID, in try_boot() 133 if ((status = BS->StartImage(loaderhandle, NULL, NULL)) != in try_boot()
|
| /freebsd-13.1/stand/efi/loader/ |
| H A D | main.c | 1540 EFI_HANDLE loaderhandle; in command_chain() local 1588 status = BS->LoadImage(FALSE, IH, NULL, buf, st.st_size, &loaderhandle); in command_chain() 1594 status = OpenProtocolByHandle(loaderhandle, &LoadedImageGUID, in command_chain() 1657 status = BS->StartImage(loaderhandle, NULL, NULL); in command_chain()
|