|
ReactOS 0.4.16-dev-2279-gc890759
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| static VOID | PrintSize (_In_ ULONGLONG ullSize, _Out_ PWSTR pszOutBuffer, _In_ ULONG ulOutBufferSize) |
| static ULONGLONG | GetFreeDiskSize (_In_ PDISKENTRY DiskEntry) |
| VOID | PrintDisk (_In_ PDISKENTRY DiskEntry) |
| EXIT_CODE | ListDisk (_In_ INT argc, _In_ PWSTR *argv) |
| EXIT_CODE | ListPartition (_In_ INT argc, _In_ PWSTR *argv) |
| VOID | PrintVolume (_In_ PVOLENTRY VolumeEntry) |
| EXIT_CODE | ListVolume (_In_ INT argc, _In_ PWSTR *argv) |
| EXIT_CODE | ListVirtualDisk (_In_ INT argc, _In_ PWSTR *argv) |
|
static |
Definition at line 64 of file list.c.
Referenced by PrintDisk().
Definition at line 161 of file list.c.
Definition at line 190 of file list.c.
Definition at line 417 of file list.c.
| VOID PrintDisk | ( | _In_ PDISKENTRY | DiskEntry | ) |
Definition at line 129 of file list.c.
Referenced by DetailVolume(), and ListDisk().
|
static |
Definition at line 18 of file list.c.
Referenced by ListPartition(), PrintDisk(), and PrintVolume().
Definition at line 365 of file list.c.
Referenced by DetailDisk(), DetailPartition(), and ListVolume().