#include <Uefi.h>
#include <Library/BaseMemoryLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/UefiLib.h>
#include <Library/UefiApplicationEntryPoint.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/DebugLib.h>
Go to the source code of this file.
|
EFI_TPL EFIAPI | DummyRaiseTPL (IN EFI_TPL NewTpl) |
|
VOID EFIAPI | DummyRestoreTPL (IN EFI_TPL NewTpl) |
|
EFI_STATUS EFIAPI | DummyLocateProtocol (IN EFI_GUID *Protocol, IN VOID *Registration, OPTIONAL OUT VOID **Interface) |
|
EFI_STATUS EFIAPI | DummyAllocatePages (IN EFI_ALLOCATE_TYPE Type, IN EFI_MEMORY_TYPE MemoryType, IN UINTN Pages, IN OUT EFI_PHYSICAL_ADDRESS *Memory) |
|
EFI_STATUS EFIAPI | DummyInstallConfigurationTable (IN EFI_GUID *Guid, IN VOID *Table) |
|
EFI_STATUS EFIAPI | DummyCalculateCrc32 (IN VOID *Data, IN UINTN DataSize, OUT UINT32 *CrcOut) |
|
EFI_STATUS EFIAPI | NullTextOutputString (IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, IN CHAR16 *String) |
|
EFI_STATUS EFIAPI | DummyGetTime (OUT EFI_TIME *Time, OUT EFI_TIME_CAPABILITIES *Capabilities) |
|
Copyright (c) 2020, PMheart. All rights reserved. SPDX-License-Identifier: BSD-3-Clause
Definition in file UserBootServices.h.
◆ DummyAllocatePages()
EFI_STATUS EFIAPI DummyAllocatePages |
( |
IN EFI_ALLOCATE_TYPE | Type, |
|
|
IN EFI_MEMORY_TYPE | MemoryType, |
|
|
IN UINTN | Pages, |
|
|
IN OUT EFI_PHYSICAL_ADDRESS * | Memory ) |
◆ DummyCalculateCrc32()
EFI_STATUS EFIAPI DummyCalculateCrc32 |
( |
IN VOID * | Data, |
|
|
IN UINTN | DataSize, |
|
|
OUT UINT32 * | CrcOut ) |
◆ DummyGetTime()
EFI_STATUS EFIAPI DummyGetTime |
( |
OUT EFI_TIME * | Time, |
|
|
OUT EFI_TIME_CAPABILITIES * | Capabilities ) |
◆ DummyInstallConfigurationTable()
EFI_STATUS EFIAPI DummyInstallConfigurationTable |
( |
IN EFI_GUID * | Guid, |
|
|
IN VOID * | Table ) |
◆ DummyLocateProtocol()
EFI_STATUS EFIAPI DummyLocateProtocol |
( |
IN EFI_GUID * | Protocol, |
|
|
IN VOID * | Registration, |
|
|
OPTIONAL OUT VOID ** | Interface ) |
◆ DummyRaiseTPL()
EFI_TPL EFIAPI DummyRaiseTPL |
( |
IN EFI_TPL | NewTpl | ) |
|
◆ DummyRestoreTPL()
VOID EFIAPI DummyRestoreTPL |
( |
IN EFI_TPL | NewTpl | ) |
|
◆ NullTextOutputString()
EFI_STATUS EFIAPI NullTextOutputString |
( |
IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL * | This, |
|
|
IN CHAR16 * | String ) |
◆ mBootServices
EFI_BOOT_SERVICES mBootServices |
|
extern |
◆ mConOut
EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL mConOut |
|
extern |
◆ mSystemTable
EFI_SYSTEM_TABLE mSystemTable |
|
extern |