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

/freebsd-13-stable/stand/efi/boot1/
H A Dboot1.c69 EFI_HANDLE loaderhandle; local
100 loaderbuf, loadersize, &loaderhandle)) != EFI_SUCCESS) {
106 status = OpenProtocolByHandle(loaderhandle, &LoadedImageGUID,
133 if ((status = BS->StartImage(loaderhandle, NULL, NULL)) !=
/freebsd-13-stable/stand/efi/loader/
H A Dmain.c1474 EFI_HANDLE loaderhandle; local
1522 status = BS->LoadImage(FALSE, IH, NULL, buf, st.st_size, &loaderhandle);
1528 status = OpenProtocolByHandle(loaderhandle, &LoadedImageGUID,
1591 status = BS->StartImage(loaderhandle, NULL, NULL);

Completed in 113 milliseconds