ReactOS 0.4.15-dev-5865-g640e228
|
#include "partmgr.h"
Go to the source code of this file.
Variables | |
DRIVER_DISPATCH | PartMgrPower |
DRIVER_DISPATCH | PartMgrShutdownFlush |
NTSTATUS NTAPI DriverEntry | ( | _In_ PDRIVER_OBJECT | DriverObject, |
_In_ PUNICODE_STRING | RegistryPath | ||
) |
Definition at line 1382 of file partmgr.c.
|
static |
Definition at line 935 of file partmgr.c.
Referenced by PartMgrPnp().
|
static |
Definition at line 1018 of file partmgr.c.
Referenced by PartMgrPnp().
|
static |
Definition at line 833 of file partmgr.c.
Referenced by PartMgrPnp().
|
static |
Definition at line 1044 of file partmgr.c.
Referenced by PartMgrPnp().
|
static |
Definition at line 785 of file partmgr.c.
Referenced by PartMgrDeviceControl().
|
static |
Definition at line 811 of file partmgr.c.
Referenced by PartMgrDeviceControl().
|
static |
Definition at line 358 of file partmgr.c.
Referenced by PartMgrDeviceControl().
|
static |
Definition at line 486 of file partmgr.c.
Referenced by PartMgrDeviceControl().
|
static |
Definition at line 539 of file partmgr.c.
Referenced by PartMgrDeviceControl().
|
static |
Definition at line 421 of file partmgr.c.
Referenced by PartMgrDeviceControl().
|
static |
Definition at line 456 of file partmgr.c.
Referenced by PartMgrDeviceControl().
|
static |
Definition at line 575 of file partmgr.c.
Referenced by PartMgrDeviceControl().
|
static |
Definition at line 659 of file partmgr.c.
Referenced by PartMgrDeviceControl().
|
static |
Definition at line 768 of file partmgr.c.
Referenced by PartMgrDeviceControl().
|
static |
Definition at line 1076 of file partmgr.c.
Referenced by DriverEntry().
|
static |
Definition at line 20 of file partmgr.c.
Referenced by FdoIoctlDiskGetDriveLayout().
|
static |
Definition at line 72 of file partmgr.c.
Referenced by FdoIoctlDiskSetDriveLayout().
|
static |
Definition at line 1125 of file partmgr.c.
Referenced by DriverEntry().
|
static |
Definition at line 322 of file partmgr.c.
Referenced by FdoHandleDeviceRelations(), FdoIoctlDiskGetDriveLayout(), FdoIoctlDiskGetDriveLayoutEx(), and PartMgrRefreshDiskData().
Definition at line 1199 of file partmgr.c.
Referenced by DriverEntry().
Definition at line 1270 of file partmgr.c.
Referenced by DriverEntry().
|
static |
Definition at line 886 of file partmgr.c.
Referenced by FdoHandleDeviceRelations().
Definition at line 1339 of file partmgr.c.
VOID NTAPI PartMgrUnload | ( | _In_ PDRIVER_OBJECT | DriverObject | ) |
|
static |
Definition at line 120 of file partmgr.c.
Referenced by FdoHandleDeviceRelations(), FdoIoctlDiskSetDriveLayout(), and FdoIoctlDiskSetDriveLayoutEx().
DRIVER_DISPATCH PartMgrPower |
Definition at line 1295 of file partmgr.c.
Referenced by DriverEntry().
DRIVER_DISPATCH PartMgrShutdownFlush |
Definition at line 1336 of file partmgr.c.
Referenced by DriverEntry().