ReactOS 0.4.15-dev-6694-g4ba8af9
|
#include "precomp.h"
#include "bldrsup.h"
#include "filesup.h"
#include "partlist.h"
#include "bootcode.h"
#include "fsutil.h"
#include "setuplib.h"
#include "bootsup.h"
#include <debug.h>
Go to the source code of this file.
Classes | |
struct | _ENUM_REACTOS_ENTRIES_DATA |
Macros | |
#define | NDEBUG |
Typedefs | |
typedef struct _ENUM_REACTOS_ENTRIES_DATA | ENUM_REACTOS_ENTRIES_DATA |
typedef struct _ENUM_REACTOS_ENTRIES_DATA * | PENUM_REACTOS_ENTRIES_DATA |
Definition at line 165 of file bootsup.c.
Referenced by InstallBtrfsBootcodeToPartition(), InstallFatBootcodeToFloppy(), InstallFatBootcodeToPartition(), and InstallNtfsBootcodeToPartition().
|
static |
Definition at line 186 of file bootsup.c.
Referenced by InstallBtrfsBootcodeToPartition(), InstallFatBootcodeToPartition(), and InstallNtfsBootcodeToPartition().
Definition at line 54 of file bootsup.c.
Referenced by CreateFreeLoaderIniForReactOS(), and CreateFreeLoaderIniForReactOSAndBootSector().
|
static |
Definition at line 248 of file bootsup.c.
Referenced by UpdateBootIni(), and UpdateFreeLoaderIni().
|
static |
Definition at line 552 of file bootsup.c.
Referenced by InstallBtrfsBootcodeToPartition(), InstallFatBootcodeToFloppy(), InstallFatBootcodeToPartition(), InstallMbrBootCodeToDisk(), and InstallNtfsBootcodeToPartition().
|
static |
Definition at line 620 of file bootsup.c.
Referenced by InstallFatBootcodeToPartition().
|
static |
Definition at line 1129 of file bootsup.c.
Referenced by InstallVBRToPartition().
NTSTATUS InstallFatBootcodeToFloppy | ( | IN PUNICODE_STRING | SourceRootPath, |
IN PUNICODE_STRING | DestinationArcPath | ||
) |
Definition at line 1378 of file bootsup.c.
Referenced by BootLoaderFloppyPage().
|
static |
Definition at line 815 of file bootsup.c.
Referenced by InstallVBRToPartition().
|
static |
Definition at line 699 of file bootsup.c.
Referenced by InstallMbrBootCodeToDisk().
NTSTATUS InstallMbrBootCodeToDisk | ( | IN PUNICODE_STRING | SystemRootPath, |
IN PUNICODE_STRING | SourceRootPath, | ||
IN PCWSTR | DestinationDevicePathBuffer | ||
) |
Definition at line 763 of file bootsup.c.
Referenced by BootLoaderInstallationPage().
|
static |
Definition at line 1232 of file bootsup.c.
Referenced by InstallVBRToPartition().
NTSTATUS InstallVBRToPartition | ( | IN PUNICODE_STRING | SystemRootPath, |
IN PUNICODE_STRING | SourceRootPath, | ||
IN PUNICODE_STRING | DestinationArcPath, | ||
IN PCWSTR | FileSystemName | ||
) |
Definition at line 1333 of file bootsup.c.
Referenced by BootLoaderInstallationPage().
Definition at line 447 of file bootsup.c.
Referenced by InstallBtrfsBootcodeToPartition(), InstallFatBootcodeToPartition(), InstallMbrBootCodeToDisk(), and InstallNtfsBootcodeToPartition().
Definition at line 487 of file bootsup.c.
Referenced by InstallBtrfsBootcodeToPartition(), InstallFatBootcodeToPartition(), InstallMbrBootCodeToDisk(), and InstallNtfsBootcodeToPartition().
|
static |
Definition at line 42 of file bootsup.c.
Referenced by InstallBootCodeToDisk(), InstallBootCodeToFile(), IsThereAValidBootSector(), and SaveBootSector().
|
static |
Definition at line 386 of file bootsup.c.
Referenced by InstallFatBootcodeToPartition().
Definition at line 328 of file bootsup.c.
Referenced by InstallBtrfsBootcodeToPartition(), InstallFatBootcodeToPartition(), and InstallNtfsBootcodeToPartition().