ReactOS 0.4.15-dev-8614-gbc76250
|
#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 187 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 314 of file bootsup.c.
Referenced by UpdateBootIni(), and UpdateFreeLoaderIni().
|
static |
Definition at line 620 of file bootsup.c.
Referenced by InstallBtrfsBootcodeToPartition(), InstallFatBootcodeToFloppy(), InstallFatBootcodeToPartition(), InstallMbrBootCodeToDisk(), and InstallNtfsBootcodeToPartition().
|
static |
Definition at line 688 of file bootsup.c.
Referenced by InstallFatBootcodeToPartition().
|
static |
Definition at line 1177 of file bootsup.c.
Referenced by InstallVBRToPartition().
NTSTATUS InstallFatBootcodeToFloppy | ( | IN PUNICODE_STRING | SourceRootPath, |
IN PUNICODE_STRING | DestinationArcPath | ||
) |
Definition at line 1426 of file bootsup.c.
Referenced by BootLoaderRemovableDiskPage().
|
static |
Definition at line 883 of file bootsup.c.
Referenced by InstallVBRToPartition().
|
static |
Definition at line 767 of file bootsup.c.
Referenced by InstallMbrBootCodeToDisk().
NTSTATUS InstallMbrBootCodeToDisk | ( | IN PUNICODE_STRING | SystemRootPath, |
IN PUNICODE_STRING | SourceRootPath, | ||
IN PCWSTR | DestinationDevicePathBuffer | ||
) |
Definition at line 831 of file bootsup.c.
Referenced by BootLoaderHardDiskPage().
|
static |
Definition at line 1280 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 1381 of file bootsup.c.
Referenced by BootLoaderHardDiskPage().
Definition at line 515 of file bootsup.c.
Referenced by InstallBtrfsBootcodeToPartition(), InstallFatBootcodeToPartition(), InstallMbrBootCodeToDisk(), and InstallNtfsBootcodeToPartition().
Definition at line 555 of file bootsup.c.
Referenced by InstallBtrfsBootcodeToPartition(), InstallFatBootcodeToPartition(), InstallMbrBootCodeToDisk(), and InstallNtfsBootcodeToPartition().
|
static |
Definition at line 42 of file bootsup.c.
Referenced by CreateFreeLoaderIniForReactOSAndBootSector(), InstallBootCodeToDisk(), InstallBootCodeToFile(), IsThereAValidBootSector(), and SaveBootSector().
|
static |
Definition at line 453 of file bootsup.c.
Referenced by InstallFatBootcodeToPartition().
Definition at line 394 of file bootsup.c.
Referenced by InstallBtrfsBootcodeToPartition(), InstallFatBootcodeToPartition(), and InstallNtfsBootcodeToPartition().