ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS | ReadBootCodeByHandle (IN OUT PBOOTCODE BootCodeInfo, IN HANDLE FileHandle, IN ULONG Length OPTIONAL) |
NTSTATUS | ReadBootCodeFromFile (IN OUT PBOOTCODE BootCodeInfo, IN PUNICODE_STRING FilePath, IN ULONG Length OPTIONAL) |
VOID | FreeBootCode (IN OUT PBOOTCODE BootCodeInfo) |
#define NDEBUG |
Definition at line 14 of file bootcode.c.
Definition at line 104 of file bootcode.c.
Referenced by InstallBtrfsBootCode(), InstallFat32BootCode(), InstallFatBootCode(), InstallMbrBootCode(), InstallNtfsBootCode(), IsThereAValidBootSector(), and SaveBootSector().
NTSTATUS ReadBootCodeByHandle | ( | IN OUT PBOOTCODE | BootCodeInfo, |
IN HANDLE | FileHandle, | ||
IN ULONG Length | OPTIONAL | ||
) |
Definition at line 21 of file bootcode.c.
Referenced by InstallFat32BootCode(), InstallFatBootCode(), InstallMbrBootCode(), InstallNtfsBootCode(), and ReadBootCodeFromFile().
NTSTATUS ReadBootCodeFromFile | ( | IN OUT PBOOTCODE | BootCodeInfo, |
IN PUNICODE_STRING | FilePath, | ||
IN ULONG Length | OPTIONAL | ||
) |
Definition at line 69 of file bootcode.c.
Referenced by InstallBtrfsBootCode(), InstallFat32BootCode(), InstallFatBootCode(), InstallMbrBootCode(), InstallNtfsBootCode(), IsThereAValidBootSector(), and SaveBootSector().