#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
|
NTSTATUS NTAPI | NtAddBootEntry (IN PBOOT_ENTRY Entry, IN ULONG Id) |
|
NTSTATUS NTAPI | NtAddDriverEntry (IN PEFI_DRIVER_ENTRY Entry, IN ULONG Id) |
|
NTSTATUS NTAPI | NtDeleteBootEntry (IN ULONG Id) |
|
NTSTATUS NTAPI | NtDeleteDriverEntry (IN ULONG Id) |
|
NTSTATUS NTAPI | NtEnumerateBootEntries (IN PVOID Buffer, IN PULONG BufferLength) |
|
NTSTATUS NTAPI | NtEnumerateDriverEntries (IN PVOID Buffer, IN PULONG BufferLength) |
|
NTSTATUS NTAPI | NtModifyBootEntry (IN PBOOT_ENTRY BootEntry) |
|
NTSTATUS NTAPI | NtModifyDriverEntry (IN PEFI_DRIVER_ENTRY DriverEntry) |
|
NTSTATUS NTAPI | NtQueryBootEntryOrder (IN PULONG Ids, IN PULONG Count) |
|
NTSTATUS NTAPI | NtQueryDriverEntryOrder (IN PULONG Ids, IN PULONG Count) |
|
NTSTATUS NTAPI | NtQueryBootOptions (IN PBOOT_OPTIONS BootOptions, IN PULONG BootOptionsLength) |
|
NTSTATUS NTAPI | NtSetBootEntryOrder (IN PULONG Ids, IN PULONG Count) |
|
NTSTATUS NTAPI | NtSetDriverEntryOrder (IN PULONG Ids, IN PULONG Count) |
|
NTSTATUS NTAPI | NtSetBootOptions (IN PBOOT_OPTIONS BootOptions, IN ULONG FieldsToChange) |
|
NTSTATUS NTAPI | NtTranslateFilePath (PFILE_PATH InputFilePath, ULONG OutputType, PFILE_PATH OutputFilePath, ULONG OutputFilePathLength) |
|
◆ NDEBUG
Definition at line 12 of file efi.c.
◆ NtAddBootEntry()
Definition at line 19 of file efi.c.
21{
24}
#define STATUS_NOT_IMPLEMENTED
◆ NtAddDriverEntry()
Definition at line 28 of file efi.c.
◆ NtDeleteBootEntry()
Definition at line 37 of file efi.c.
◆ NtDeleteDriverEntry()
Definition at line 45 of file efi.c.
◆ NtEnumerateBootEntries()
Definition at line 53 of file efi.c.
◆ NtEnumerateDriverEntries()
Definition at line 62 of file efi.c.
◆ NtModifyBootEntry()
Definition at line 71 of file efi.c.
◆ NtModifyDriverEntry()
Definition at line 79 of file efi.c.
◆ NtQueryBootEntryOrder()
Definition at line 87 of file efi.c.
◆ NtQueryBootOptions()
◆ NtQueryDriverEntryOrder()
Definition at line 96 of file efi.c.
◆ NtSetBootEntryOrder()
◆ NtSetBootOptions()
◆ NtSetDriverEntryOrder()
◆ NtTranslateFilePath()