OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:loaded_image
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/gnu-efi/dist/apps/
t6.c
17
EFI_LOADED_IMAGE *
loaded_image
= NULL;
local in function:efi_main
28
(void **) &
loaded_image
);
34
BS->HandleProtocol(
loaded_image
->DeviceHandle, &DevicePathProtocol, (void **) &dev_path);
37
Print(L"Image file : %s\n", DevicePathToStr(
loaded_image
->FilePath));
39
Print(L"Image base : %lx\n",
loaded_image
->ImageBase);
40
Print(L"Image size : %lx\n",
loaded_image
->ImageSize);
41
Print(L"Load options size : %lx\n",
loaded_image
->LoadOptionsSize);
42
Print(L"Load options : %s\n",
loaded_image
->LoadOptions);
t6.c
17
EFI_LOADED_IMAGE *
loaded_image
= NULL;
local in function:efi_main
28
(void **) &
loaded_image
);
34
BS->HandleProtocol(
loaded_image
->DeviceHandle, &DevicePathProtocol, (void **) &dev_path);
37
Print(L"Image file : %s\n", DevicePathToStr(
loaded_image
->FilePath));
39
Print(L"Image base : %lx\n",
loaded_image
->ImageBase);
40
Print(L"Image size : %lx\n",
loaded_image
->ImageSize);
41
Print(L"Load options size : %lx\n",
loaded_image
->LoadOptionsSize);
42
Print(L"Load options : %s\n",
loaded_image
->LoadOptions);
Completed in 21 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025