|
ReactOS 0.4.16-dev-2104-gb84fa49
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| 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 18 of file list.c.
Referenced by PrintDisk().
Definition at line 152 of file list.c.
Definition at line 181 of file list.c.
Definition at line 530 of file list.c.
| VOID PrintDisk | ( | _In_ PDISKENTRY | DiskEntry | ) |
Definition at line 83 of file list.c.
Referenced by DetailVolume(), and ListDisk().
Definition at line 471 of file list.c.
Referenced by DetailDisk(), DetailPartition(), and ListVolume().