ReactOS 0.4.15-dev-7127-g2dd0c6c
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
VOID | GetPartitionTypeString (IN PPARTENTRY PartEntry, OUT PSTR strBuffer, IN ULONG cchBuffer) |
VOID | PrettifySize1 (IN OUT PULONGLONG Size, OUT PCSTR *Unit) |
VOID | PrettifySize2 (IN OUT PULONGLONG Size, OUT PCSTR *Unit) |
VOID | PartitionDescription (IN PPARTENTRY PartEntry, OUT PSTR strBuffer, IN SIZE_T cchBuffer) |
VOID | DiskDescription (IN PDISKENTRY DiskEntry, OUT PSTR strBuffer, IN SIZE_T cchBuffer) |
VOID | InitPartitionListUi (IN OUT PPARTLIST_UI ListUi, IN PPARTLIST List, IN PPARTENTRY CurrentEntry OPTIONAL, IN SHORT Left, IN SHORT Top, IN SHORT Right, IN SHORT Bottom) |
static VOID | PrintEmptyLine (IN PPARTLIST_UI ListUi) |
static VOID | PrintPartitionData (IN PPARTLIST_UI ListUi, IN PDISKENTRY DiskEntry, IN PPARTENTRY PartEntry) |
static VOID | PrintDiskData (IN PPARTLIST_UI ListUi, IN PDISKENTRY DiskEntry) |
VOID | DrawPartitionList (IN PPARTLIST_UI ListUi) |
VOID | ScrollDownPartitionList (IN PPARTLIST_UI ListUi) |
VOID | ScrollUpPartitionList (IN PPARTLIST_UI ListUi) |
#define NDEBUG |
Definition at line 29 of file partlist.c.
Definition at line 301 of file partlist.c.
Referenced by CheckFileSystemPage(), CreatePartitionPage(), DeletePartitionPage(), FormatPartitionPage(), PrintDiskData(), and SelectFileSystemPage().
VOID DrawPartitionList | ( | IN PPARTLIST_UI | ListUi | ) |
Definition at line 582 of file partlist.c.
Referenced by ScrollDownPartitionList(), and ScrollUpPartitionList().
Definition at line 35 of file partlist.c.
Referenced by PartitionDescription().
VOID InitPartitionListUi | ( | IN OUT PPARTLIST_UI | ListUi, |
IN PPARTLIST | List, | ||
IN PPARTENTRY CurrentEntry | OPTIONAL, | ||
IN SHORT | Left, | ||
IN SHORT | Top, | ||
IN SHORT | Right, | ||
IN SHORT | Bottom | ||
) |
Definition at line 351 of file partlist.c.
Referenced by SelectPartitionPage().
Definition at line 148 of file partlist.c.
Referenced by CheckFileSystemPage(), DeletePartitionPage(), FormatPartitionPage(), PrintPartitionData(), and SelectFileSystemPage().
Definition at line 96 of file partlist.c.
Referenced by DiskDescription().
Definition at line 119 of file partlist.c.
Referenced by PartitionDescription().
|
static |
Definition at line 501 of file partlist.c.
Referenced by DrawPartitionList().
|
static |
Definition at line 408 of file partlist.c.
Referenced by PrintDiskData().
|
static |
Definition at line 442 of file partlist.c.
Referenced by PrintDiskData().
VOID ScrollDownPartitionList | ( | IN PPARTLIST_UI | ListUi | ) |
Definition at line 837 of file partlist.c.
Referenced by SelectPartitionPage().
VOID ScrollUpPartitionList | ( | IN PPARTLIST_UI | ListUi | ) |
Definition at line 850 of file partlist.c.
Referenced by SelectPartitionPage().