EFI_BOOT_SERVICES

EFI Boot Services Table.

extern (C)
struct EFI_BOOT_SERVICES {}

Members

Variables

AllocatePages
EFI_ALLOCATE_PAGES AllocatePages;
Undocumented in source.
AllocatePool
EFI_ALLOCATE_POOL AllocatePool;
Undocumented in source.
CalculateCrc32
EFI_CALCULATE_CRC32 CalculateCrc32;
Undocumented in source.
CheckEvent
EFI_CHECK_EVENT CheckEvent;
Undocumented in source.
CloseEvent
EFI_CLOSE_EVENT CloseEvent;
Undocumented in source.
CloseProtocol
EFI_CLOSE_PROTOCOL CloseProtocol;
Undocumented in source.
ConnectController
EFI_CONNECT_CONTROLLER ConnectController;
Undocumented in source.
CopyMem
EFI_COPY_MEM CopyMem;
Undocumented in source.
CreateEvent
EFI_CREATE_EVENT CreateEvent;
Undocumented in source.
CreateEventEx
EFI_CREATE_EVENT_EX CreateEventEx;
Undocumented in source.
DisconnectController
EFI_DISCONNECT_CONTROLLER DisconnectController;
Undocumented in source.
Exit
EFI_EXIT Exit;
Undocumented in source.
ExitBootServices
EFI_EXIT_BOOT_SERVICES ExitBootServices;
Undocumented in source.
FreePages
EFI_FREE_PAGES FreePages;
Undocumented in source.
FreePool
EFI_FREE_POOL FreePool;
Undocumented in source.
GetMemoryMap
EFI_GET_MEMORY_MAP GetMemoryMap;
Undocumented in source.
GetNextMonotonicCount
EFI_GET_NEXT_MONOTONIC_COUNT GetNextMonotonicCount;
Undocumented in source.
HandleProtocol
EFI_HANDLE_PROTOCOL HandleProtocol;
Undocumented in source.
Hdr
EFI_TABLE_HEADER Hdr;

The table header for the EFI Boot Services Table.

InstallConfigurationTable
EFI_INSTALL_CONFIGURATION_TABLE InstallConfigurationTable;
Undocumented in source.
InstallMultipleProtocolInterfaces
EFI_INSTALL_MULTIPLE_PROTOCOL_INTERFACES InstallMultipleProtocolInterfaces;
Undocumented in source.
InstallProtocolInterface
EFI_INSTALL_PROTOCOL_INTERFACE InstallProtocolInterface;
Undocumented in source.
LoadImage
EFI_IMAGE_LOAD LoadImage;
Undocumented in source.
LocateDevicePath
EFI_LOCATE_DEVICE_PATH LocateDevicePath;
Undocumented in source.
LocateHandle
EFI_LOCATE_HANDLE LocateHandle;
Undocumented in source.
LocateHandleBuffer
EFI_LOCATE_HANDLE_BUFFER LocateHandleBuffer;
Undocumented in source.
LocateProtocol
EFI_LOCATE_PROTOCOL LocateProtocol;
Undocumented in source.
OpenProtocol
EFI_OPEN_PROTOCOL OpenProtocol;
Undocumented in source.
OpenProtocolInformation
EFI_OPEN_PROTOCOL_INFORMATION OpenProtocolInformation;
Undocumented in source.
ProtocolsPerHandle
EFI_PROTOCOLS_PER_HANDLE ProtocolsPerHandle;
Undocumented in source.
RaiseTPL
EFI_RAISE_TPL RaiseTPL;
Undocumented in source.
RegisterProtocolNotify
EFI_REGISTER_PROTOCOL_NOTIFY RegisterProtocolNotify;
Undocumented in source.
ReinstallProtocolInterface
EFI_REINSTALL_PROTOCOL_INTERFACE ReinstallProtocolInterface;
Undocumented in source.
Reserved
VOID* Reserved;
Undocumented in source.
RestoreTPL
EFI_RESTORE_TPL RestoreTPL;
Undocumented in source.
SetMem
EFI_SET_MEM SetMem;
Undocumented in source.
SetTimer
EFI_SET_TIMER SetTimer;
Undocumented in source.
SetWatchdogTimer
EFI_SET_WATCHDOG_TIMER SetWatchdogTimer;
Undocumented in source.
SignalEvent
EFI_SIGNAL_EVENT SignalEvent;
Undocumented in source.
Stall
EFI_STALL Stall;
Undocumented in source.
StartImage
EFI_IMAGE_START StartImage;
Undocumented in source.
UninstallMultipleProtocolInterfaces
EFI_UNINSTALL_MULTIPLE_PROTOCOL_INTERFACES UninstallMultipleProtocolInterfaces;
Undocumented in source.
UninstallProtocolInterface
EFI_UNINSTALL_PROTOCOL_INTERFACE UninstallProtocolInterface;
Undocumented in source.
UnloadImage
EFI_IMAGE_UNLOAD UnloadImage;
Undocumented in source.
WaitForEvent
EFI_WAIT_FOR_EVENT WaitForEvent;
Undocumented in source.

Meta