OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExitBootServices
(Results
1 - 13
of
13
) sorted by null
/device/linaro/bootloader/edk2/BeagleBoardPkg/Library/ResetSystemLib/
ResetSystemLib.c
68
// Don't do anything between the GetMemoryMap() and
ExitBootServices
()
70
Status = gBS->
ExitBootServices
(gImageHandle, MapKey);
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
DxeCis.h
127
EFI_EXIT_BOOT_SERVICES
ExitBootServices
;
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsHelper.c
59
// Don't do anything between the GetMemoryMap() and
ExitBootServices
()
61
Status = gBS->
ExitBootServices
(gImageHandle, MapKey);
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
BootServicesTable.c
290
"
ExitBootServices
",
291
(CONST VOID *)gBS->
ExitBootServices
,
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Command.c
365
// Don't do anything between the GetMemoryMap() and
ExitBootServices
()
367
Status = gBS->
ExitBootServices
(gImageHandle, MapKey);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiApi.h
[
all
...]
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiSpec.h
[
all
...]
/device/linaro/bootloader/edk2/OvmfPkg/Library/LoadLinuxLib/
Linux.c
393
gBS->
ExitBootServices
(gImageHandle, MapKey);
/external/syslinux/efi32/include/efi/
efiapi.h
783
EFI_EXIT_BOOT_SERVICES
ExitBootServices
;
/external/syslinux/efi64/include/efi/
efiapi.h
783
EFI_EXIT_BOOT_SERVICES
ExitBootServices
;
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiapi.h
783
EFI_EXIT_BOOT_SERVICES
ExitBootServices
;
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiSpec.h
[
all
...]
/external/syslinux/efi/
main.c
1035
status = uefi_call_wrapper(BS->
ExitBootServices
, 2, image_handle, key);
[
all
...]
Completed in 268 milliseconds