ReactOS
0.4.15-dev-4570-g4f8bbd1
|
#include <stdio.h>
#include <stdlib.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <wincon.h>
#include <errno.h>
#include <conutils.h>
#include <ndk/cmfuncs.h>
#include <ndk/exfuncs.h>
#include <ndk/iofuncs.h>
#include <ndk/kefuncs.h>
#include <ndk/mmfuncs.h>
#include <ndk/obfuncs.h>
#include <ndk/psfuncs.h>
#include <ndk/rtlfuncs.h>
#include <ndk/setypes.h>
#include <ndk/umfuncs.h>
#include "resource.h"
Go to the source code of this file.
Classes | |
struct | _COMMAND |
struct | _PARTENTRY |
struct | _BIOSDISKENTRY |
struct | _DISKENTRY |
struct | _VOLENTRY |
Macros | |
#define | WIN32_NO_STATUS |
#define | NTOS_MODE_USER |
#define | MAX_STRING_SIZE 1024 |
#define | MAX_ARGS_COUNT 256 |
Typedefs | |
typedef struct _COMMAND | COMMAND |
typedef struct _COMMAND * | PCOMMAND |
typedef enum _FORMATSTATE | FORMATSTATE |
typedef enum _FORMATSTATE * | PFORMATSTATE |
typedef struct _PARTENTRY | PARTENTRY |
typedef struct _PARTENTRY * | PPARTENTRY |
typedef struct _BIOSDISKENTRY | BIOSDISKENTRY |
typedef struct _BIOSDISKENTRY * | PBIOSDISKENTRY |
typedef struct _DISKENTRY | DISKENTRY |
typedef struct _DISKENTRY * | PDISKENTRY |
typedef struct _VOLENTRY | VOLENTRY |
typedef struct _VOLENTRY * | PVOLENTRY |
Enumerations | |
enum | _FORMATSTATE { Unformatted, UnformattedOrDamaged, UnknownFormat, Preformatted, Formatted, Unformatted, UnformattedOrDamaged, UnknownFormat, Preformatted, Formatted } |
Variables | |
COMMAND | cmds [] |
LIST_ENTRY | DiskListHead |
LIST_ENTRY | BiosDiskListHead |
LIST_ENTRY | VolumeListHead |
PDISKENTRY | CurrentDisk |
PPARTENTRY | CurrentPartition |
PVOLENTRY | CurrentVolume |
#define MAX_ARGS_COUNT 256 |
Definition at line 74 of file diskpart.h.
#define MAX_STRING_SIZE 1024 |
Definition at line 73 of file diskpart.h.
#define NTOS_MODE_USER |
Definition at line 37 of file diskpart.h.
#define WIN32_NO_STATUS |
Definition at line 17 of file diskpart.h.
typedef struct _BIOSDISKENTRY BIOSDISKENTRY |
typedef struct _DISKENTRY DISKENTRY |
typedef enum _FORMATSTATE FORMATSTATE |
typedef struct _PARTENTRY PARTENTRY |
typedef struct _BIOSDISKENTRY * PBIOSDISKENTRY |
typedef struct _DISKENTRY * PDISKENTRY |
typedef enum _FORMATSTATE * PFORMATSTATE |
typedef struct _PARTENTRY * PPARTENTRY |
Enumerator | |
---|---|
Unformatted | |
UnformattedOrDamaged | |
UnknownFormat | |
Preformatted | |
Formatted | |
Unformatted | |
UnformattedOrDamaged | |
UnknownFormat | |
Preformatted | |
Formatted |
Definition at line 77 of file diskpart.h.
Definition at line 11 of file attributes.c.
Definition at line 11 of file automount.c.
Definition at line 1847 of file partlist.c.
Referenced by LoadSetupData(), rescan_main(), SelectPartitionPage(), UpgradeRepairPage(), and wmain().
Definition at line 46 of file create.c.
Definition at line 1250 of file partlist.c.
Referenced by rescan_main(), and wmain().
Definition at line 1123 of file partlist.c.
Definition at line 1288 of file partlist.c.
Referenced by rescan_main(), and wmain().
Definition at line 48 of file detail.c.
Definition at line 11 of file filesystems.c.
Definition at line 58 of file misc.c.
Referenced by AcpiExGetNameString(), CreatePrimaryPartition(), and UniqueIdDisk().
Definition at line 43 of file help.c.
Referenced by help_main(), InterpretCmd(), and main().
Definition at line 16 of file help.c.
Referenced by help_main(), and InterpretCmd().
Definition at line 11 of file inactive.c.
Definition at line 14 of file misc.c.
Referenced by SelectDisk(), SelectPartition(), and SelectVolume().
Definition at line 17 of file list.c.
Definition at line 78 of file list.c.
Definition at line 219 of file list.c.
Definition at line 17 of file select.c.
Definition at line 79 of file select.c.
Definition at line 169 of file select.c.
Definition at line 17 of file uniqueid.c.
LIST_ENTRY BiosDiskListHead |
Definition at line 71 of file partlist.c.
Referenced by AddDiskToList(), CreatePartitionList(), DestroyPartitionList(), and EnumerateBiosDiskEntries().
COMMAND cmds[] |
Definition at line 21 of file main.c.
Referenced by DoCommand(), handle_arrow_key(), handle_edit_event(), help_main(), HelpCommand(), HelpCommandList(), InterpretCmd(), PrintCommandList(), test_ioctlsocket(), test_OleCommandTarget(), and wmain().
PDISKENTRY CurrentDisk |
Definition at line 74 of file partlist.c.
Referenced by CreateExtendedPartition(), CreateLogicalPartition(), CreatePartitionList(), DestroyPartitionList(), DetailDisk(), DetailPartition(), DumpDisk(), DumpPartition(), GetNextPartition(), GetPrevPartition(), ListDisk(), ListPartition(), SelectDisk(), SelectPartition(), SelectVolume(), and UniqueIdDisk().
PPARTENTRY CurrentPartition |
Definition at line 75 of file partlist.c.
Referenced by CreatePartitionList(), and DestroyPartitionList().
PVOLENTRY CurrentVolume |
Definition at line 76 of file partlist.c.
Referenced by CreateVolumeList(), DestroyVolumeList(), DetailVolume(), and SelectVolume().
LIST_ENTRY DiskListHead |
Definition at line 70 of file partlist.c.
Referenced by AddDiskToList(), CreatePartitionList(), DestroyPartitionList(), ListDisk(), and SelectDisk().
LIST_ENTRY VolumeListHead |
Definition at line 72 of file partlist.c.
Referenced by AddVolumeToList(), CreateVolumeList(), DestroyVolumeList(), ListVolume(), and SelectVolume().