|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "bootmgr.h"
Go to the source code of this file.
Classes | |
| struct | _BOOT_APPLICATION_PARAMETER_BLOCK_SCRATCH |
Typedefs | |
| typedef struct _BOOT_APPLICATION_PARAMETER_BLOCK_SCRATCH | BOOT_APPLICATION_PARAMETER_BLOCK_SCRATCH |
Variables | |
| BOOT_APPLICATION_PARAMETER_BLOCK_SCRATCH | EfiInitScratch |
| NTSTATUS AhCreateLoadOptionsList | ( | _In_ PWCHAR | CommandLine, |
| _In_ PBL_BCD_OPTION | BootOptions, | ||
| _In_ ULONG | MaximumLength, | ||
| _Out_ PULONG | OptionSize, | ||
| _In_ PBL_BCD_OPTION * | PreviousOption, | ||
| _In_ PULONG | PreviousOptionSize | ||
| ) |
| EFI_STATUS EFIAPI EfiEntry | ( | _In_ EFI_HANDLE | ImageHandle, |
| _In_ EFI_SYSTEM_TABLE * | SystemTable | ||
| ) |
Definition at line 1010 of file efiemu.c.
| PBOOT_APPLICATION_PARAMETER_BLOCK EfiInitCreateInputParametersEx | ( | _In_ EFI_HANDLE | ImageHandle, |
| _In_ EFI_SYSTEM_TABLE * | SystemTable | ||
| ) |
Definition at line 862 of file efiemu.c.
Referenced by EfiEntry().
| NTSTATUS EfiInitpAppendPathString | ( | _In_ PWCHAR | PathString, |
| _In_ ULONG | MaximumLength, | ||
| _In_ PWCHAR | NewPathString, | ||
| _In_ ULONG | NewPathLength, | ||
| _Out_ PULONG | ResultLength | ||
| ) |
Definition at line 92 of file efiemu.c.
Referenced by EfiInitpConvertEfiFilePath().
| NTSTATUS EfiInitpConvertEfiDevicePath | ( | _In_ EFI_DEVICE_PATH_PROTOCOL * | DevicePath, |
| _In_ ULONG | DeviceType, | ||
| _In_ PBL_BCD_OPTION | Option, | ||
| _In_ ULONG | MaximumLength | ||
| ) |
Definition at line 512 of file efiemu.c.
Referenced by EfiInitpCreateApplicationEntry().
| NTSTATUS EfiInitpConvertEfiFilePath | ( | _In_ EFI_DEVICE_PATH_PROTOCOL * | DevicePath, |
| _In_ ULONG | PathType, | ||
| _In_ PBL_BCD_OPTION | Option, | ||
| _In_ ULONG | MaximumLength | ||
| ) |
Definition at line 198 of file efiemu.c.
Referenced by EfiInitpCreateApplicationEntry().
| VOID EfiInitpCreateApplicationEntry | ( | __in EFI_SYSTEM_TABLE * | SystemTable, |
| __in PBL_APPLICATION_ENTRY | Entry, | ||
| __in ULONG | MaximumLength, | ||
| __in EFI_DEVICE_PATH * | DevicePath, | ||
| __in EFI_DEVICE_PATH * | FilePath, | ||
| __in PWCHAR | LoadOptions, | ||
| __in ULONG | LoadOptionsSize, | ||
| __in ULONG | Flags, | ||
| __out PULONG | ResultLength, | ||
| __out PBL_DEVICE_DESCRIPTOR * | AppEntryDevice | ||
| ) |
Definition at line 599 of file efiemu.c.
Referenced by EfiInitCreateInputParametersEx().
| EFI_DEVICE_PATH_PROTOCOL * EfiInitpGetDeviceNode | ( | _In_ EFI_DEVICE_PATH_PROTOCOL * | DevicePath | ) |
Definition at line 306 of file efiemu.c.
Referenced by EfiInitTranslateDevicePath().
| NTSTATUS EfiInitTranslateDevicePath | ( | _In_ EFI_DEVICE_PATH_PROTOCOL * | DevicePath, |
| _In_ PBL_DEVICE_DESCRIPTOR | DeviceEntry | ||
| ) |
Definition at line 347 of file efiemu.c.
Referenced by EfiInitpConvertEfiDevicePath().
| BOOT_APPLICATION_PARAMETER_BLOCK_SCRATCH EfiInitScratch |
Definition at line 25 of file efiemu.c.
Referenced by EfiInitCreateInputParametersEx().