iPXE
Data Fields
EFI_BOOT_SERVICES Struct Reference

EFI Boot Services Table. More...

#include <UefiSpec.h>

Data Fields

EFI_TABLE_HEADER Hdr
 The table header for the EFI Boot Services Table. More...
 
EFI_RAISE_TPL RaiseTPL
 
EFI_RESTORE_TPL RestoreTPL
 
EFI_ALLOCATE_PAGES AllocatePages
 
EFI_FREE_PAGES FreePages
 
EFI_GET_MEMORY_MAP GetMemoryMap
 
EFI_ALLOCATE_POOL AllocatePool
 
EFI_FREE_POOL FreePool
 
EFI_CREATE_EVENT CreateEvent
 
EFI_SET_TIMER SetTimer
 
EFI_WAIT_FOR_EVENT WaitForEvent
 
EFI_SIGNAL_EVENT SignalEvent
 
EFI_CLOSE_EVENT CloseEvent
 
EFI_CHECK_EVENT CheckEvent
 
EFI_INSTALL_PROTOCOL_INTERFACE InstallProtocolInterface
 
EFI_REINSTALL_PROTOCOL_INTERFACE ReinstallProtocolInterface
 
EFI_UNINSTALL_PROTOCOL_INTERFACE UninstallProtocolInterface
 
EFI_HANDLE_PROTOCOL HandleProtocol
 
VOIDReserved
 
EFI_REGISTER_PROTOCOL_NOTIFY RegisterProtocolNotify
 
EFI_LOCATE_HANDLE LocateHandle
 
EFI_LOCATE_DEVICE_PATH LocateDevicePath
 
EFI_INSTALL_CONFIGURATION_TABLE InstallConfigurationTable
 
EFI_IMAGE_LOAD LoadImage
 
EFI_IMAGE_START StartImage
 
EFI_EXIT Exit
 
EFI_IMAGE_UNLOAD UnloadImage
 
EFI_EXIT_BOOT_SERVICES ExitBootServices
 
EFI_GET_NEXT_MONOTONIC_COUNT GetNextMonotonicCount
 
EFI_STALL Stall
 
EFI_SET_WATCHDOG_TIMER SetWatchdogTimer
 
EFI_CONNECT_CONTROLLER ConnectController
 
EFI_DISCONNECT_CONTROLLER DisconnectController
 
EFI_OPEN_PROTOCOL OpenProtocol
 
EFI_CLOSE_PROTOCOL CloseProtocol
 
EFI_OPEN_PROTOCOL_INFORMATION OpenProtocolInformation
 
EFI_PROTOCOLS_PER_HANDLE ProtocolsPerHandle
 
EFI_LOCATE_HANDLE_BUFFER LocateHandleBuffer
 
EFI_LOCATE_PROTOCOL LocateProtocol
 
EFI_INSTALL_MULTIPLE_PROTOCOL_INTERFACES InstallMultipleProtocolInterfaces
 
EFI_UNINSTALL_MULTIPLE_PROTOCOL_INTERFACES UninstallMultipleProtocolInterfaces
 
EFI_CALCULATE_CRC32 CalculateCrc32
 
EFI_COPY_MEM CopyMem
 
EFI_SET_MEM SetMem
 
EFI_CREATE_EVENT_EX CreateEventEx
 

Detailed Description

EFI Boot Services Table.

Definition at line 1917 of file UefiSpec.h.

Field Documentation

◆ Hdr

EFI_TABLE_HEADER EFI_BOOT_SERVICES::Hdr

The table header for the EFI Boot Services Table.

Definition at line 1921 of file UefiSpec.h.

◆ RaiseTPL

EFI_RAISE_TPL EFI_BOOT_SERVICES::RaiseTPL

◆ RestoreTPL

EFI_RESTORE_TPL EFI_BOOT_SERVICES::RestoreTPL

◆ AllocatePages

EFI_ALLOCATE_PAGES EFI_BOOT_SERVICES::AllocatePages

Definition at line 1932 of file UefiSpec.h.

Referenced by efi_allocate_pages_wrapper(), efi_urealloc(), and efi_wrap_bs().

◆ FreePages

EFI_FREE_PAGES EFI_BOOT_SERVICES::FreePages

Definition at line 1933 of file UefiSpec.h.

Referenced by efi_free_pages_wrapper(), efi_urealloc(), and efi_wrap_bs().

◆ GetMemoryMap

EFI_GET_MEMORY_MAP EFI_BOOT_SERVICES::GetMemoryMap

◆ AllocatePool

EFI_ALLOCATE_POOL EFI_BOOT_SERVICES::AllocatePool

◆ FreePool

EFI_FREE_POOL EFI_BOOT_SERVICES::FreePool

◆ CreateEvent

EFI_CREATE_EVENT EFI_BOOT_SERVICES::CreateEvent

◆ SetTimer

EFI_SET_TIMER EFI_BOOT_SERVICES::SetTimer

◆ WaitForEvent

EFI_WAIT_FOR_EVENT EFI_BOOT_SERVICES::WaitForEvent

Definition at line 1943 of file UefiSpec.h.

Referenced by efi_entropy_tick(), efi_wait_for_event_wrapper(), and efi_wrap_bs().

◆ SignalEvent

EFI_SIGNAL_EVENT EFI_BOOT_SERVICES::SignalEvent

◆ CloseEvent

EFI_CLOSE_EVENT EFI_BOOT_SERVICES::CloseEvent

◆ CheckEvent

EFI_CHECK_EVENT EFI_BOOT_SERVICES::CheckEvent

Definition at line 1946 of file UefiSpec.h.

Referenced by efi_iskey(), and efi_wrap_bs().

◆ InstallProtocolInterface

EFI_INSTALL_PROTOCOL_INTERFACE EFI_BOOT_SERVICES::InstallProtocolInterface

Definition at line 1951 of file UefiSpec.h.

Referenced by efi_install_protocol_interface_wrapper(), and efi_wrap_bs().

◆ ReinstallProtocolInterface

EFI_REINSTALL_PROTOCOL_INTERFACE EFI_BOOT_SERVICES::ReinstallProtocolInterface

Definition at line 1952 of file UefiSpec.h.

Referenced by efi_reinstall_protocol_interface_wrapper(), and efi_wrap_bs().

◆ UninstallProtocolInterface

EFI_UNINSTALL_PROTOCOL_INTERFACE EFI_BOOT_SERVICES::UninstallProtocolInterface

Definition at line 1953 of file UefiSpec.h.

Referenced by efi_uninstall_protocol_interface_wrapper(), and efi_wrap_bs().

◆ HandleProtocol

EFI_HANDLE_PROTOCOL EFI_BOOT_SERVICES::HandleProtocol

◆ Reserved

VOID* EFI_BOOT_SERVICES::Reserved

Definition at line 1955 of file UefiSpec.h.

◆ RegisterProtocolNotify

EFI_REGISTER_PROTOCOL_NOTIFY EFI_BOOT_SERVICES::RegisterProtocolNotify

Definition at line 1956 of file UefiSpec.h.

Referenced by efi_register_protocol_notify_wrapper(), and efi_wrap_bs().

◆ LocateHandle

EFI_LOCATE_HANDLE EFI_BOOT_SERVICES::LocateHandle

Definition at line 1957 of file UefiSpec.h.

Referenced by efi_locate_handle_wrapper(), and efi_wrap_bs().

◆ LocateDevicePath

EFI_LOCATE_DEVICE_PATH EFI_BOOT_SERVICES::LocateDevicePath

◆ InstallConfigurationTable

EFI_INSTALL_CONFIGURATION_TABLE EFI_BOOT_SERVICES::InstallConfigurationTable

Definition at line 1959 of file UefiSpec.h.

Referenced by efi_install_configuration_table_wrapper(), and efi_wrap_bs().

◆ LoadImage

EFI_IMAGE_LOAD EFI_BOOT_SERVICES::LoadImage

◆ StartImage

EFI_IMAGE_START EFI_BOOT_SERVICES::StartImage

Definition at line 1965 of file UefiSpec.h.

Referenced by efi_block_exec(), efi_image_exec(), efi_start_image_wrapper(), and efi_wrap_bs().

◆ Exit

EFI_EXIT EFI_BOOT_SERVICES::Exit

Definition at line 1966 of file UefiSpec.h.

Referenced by efi_exit_wrapper(), efi_init(), and efi_wrap_bs().

◆ UnloadImage

EFI_IMAGE_UNLOAD EFI_BOOT_SERVICES::UnloadImage

◆ ExitBootServices

EFI_EXIT_BOOT_SERVICES EFI_BOOT_SERVICES::ExitBootServices

Definition at line 1968 of file UefiSpec.h.

Referenced by efi_exit_boot_services_wrapper(), and efi_wrap_bs().

◆ GetNextMonotonicCount

EFI_GET_NEXT_MONOTONIC_COUNT EFI_BOOT_SERVICES::GetNextMonotonicCount

Definition at line 1973 of file UefiSpec.h.

Referenced by efi_get_next_monotonic_count_wrapper(), and efi_wrap_bs().

◆ Stall

EFI_STALL EFI_BOOT_SERVICES::Stall

Definition at line 1974 of file UefiSpec.h.

Referenced by efi_stall_wrapper(), efi_udelay(), and efi_wrap_bs().

◆ SetWatchdogTimer

EFI_SET_WATCHDOG_TIMER EFI_BOOT_SERVICES::SetWatchdogTimer

◆ ConnectController

EFI_CONNECT_CONTROLLER EFI_BOOT_SERVICES::ConnectController

◆ DisconnectController

EFI_DISCONNECT_CONTROLLER EFI_BOOT_SERVICES::DisconnectController

◆ OpenProtocol

EFI_OPEN_PROTOCOL EFI_BOOT_SERVICES::OpenProtocol

◆ CloseProtocol

EFI_CLOSE_PROTOCOL EFI_BOOT_SERVICES::CloseProtocol

◆ OpenProtocolInformation

EFI_OPEN_PROTOCOL_INFORMATION EFI_BOOT_SERVICES::OpenProtocolInformation

◆ ProtocolsPerHandle

EFI_PROTOCOLS_PER_HANDLE EFI_BOOT_SERVICES::ProtocolsPerHandle

◆ LocateHandleBuffer

EFI_LOCATE_HANDLE_BUFFER EFI_BOOT_SERVICES::LocateHandleBuffer

◆ LocateProtocol

EFI_LOCATE_PROTOCOL EFI_BOOT_SERVICES::LocateProtocol

◆ InstallMultipleProtocolInterfaces

EFI_INSTALL_MULTIPLE_PROTOCOL_INTERFACES EFI_BOOT_SERVICES::InstallMultipleProtocolInterfaces

◆ UninstallMultipleProtocolInterfaces

EFI_UNINSTALL_MULTIPLE_PROTOCOL_INTERFACES EFI_BOOT_SERVICES::UninstallMultipleProtocolInterfaces

◆ CalculateCrc32

EFI_CALCULATE_CRC32 EFI_BOOT_SERVICES::CalculateCrc32

Definition at line 2002 of file UefiSpec.h.

◆ CopyMem

EFI_COPY_MEM EFI_BOOT_SERVICES::CopyMem

Definition at line 2007 of file UefiSpec.h.

◆ SetMem

EFI_SET_MEM EFI_BOOT_SERVICES::SetMem

Definition at line 2008 of file UefiSpec.h.

◆ CreateEventEx

EFI_CREATE_EVENT_EX EFI_BOOT_SERVICES::CreateEventEx

Definition at line 2009 of file UefiSpec.h.

Referenced by efi_create_event_ex_wrapper(), and efi_wrap_bs().


The documentation for this struct was generated from the following file: