ReactOS 0.4.15-dev-7093-g01a8288
|
#include "partmgr.h"
Go to the source code of this file.
Functions | |
NTSTATUS | PartitionCreateDevice (_In_ PDEVICE_OBJECT FDObject, _In_ PPARTITION_INFORMATION_EX PartitionEntry, _In_ UINT32 PdoNumber, _In_ PARTITION_STYLE PartitionStyle, _Out_ PDEVICE_OBJECT *PDO) |
static NTSTATUS | PartitionHandleStartDevice (_In_ PPARTITION_EXTENSION PartExt, _In_ PIRP Irp) |
NTSTATUS | PartitionHandleRemove (_In_ PPARTITION_EXTENSION PartExt, _In_ BOOLEAN FinalRemove) |
static NTSTATUS | PartitionHandleDeviceRelations (_In_ PPARTITION_EXTENSION PartExt, _In_ PIRP Irp) |
static NTSTATUS | PartitionHandleQueryId (_In_ PPARTITION_EXTENSION PartExt, _In_ PIRP Irp) |
static NTSTATUS | PartitionHandleQueryCapabilities (_In_ PPARTITION_EXTENSION PartExt, _In_ PIRP Irp) |
NTSTATUS | PartitionHandlePnp (_In_ PDEVICE_OBJECT DeviceObject, _In_ PIRP Irp) |
NTSTATUS | PartitionHandleDeviceControl (_In_ PDEVICE_OBJECT DeviceObject, _In_ PIRP Irp) |
Variables | |
static const WCHAR | PartitionSymLinkFormat [] = L"\\Device\\Harddisk%u\\Partition%u" |
NTSTATUS PartitionCreateDevice | ( | _In_ PDEVICE_OBJECT | FDObject, |
_In_ PPARTITION_INFORMATION_EX | PartitionEntry, | ||
_In_ UINT32 | PdoNumber, | ||
_In_ PARTITION_STYLE | PartitionStyle, | ||
_Out_ PDEVICE_OBJECT * | PDO | ||
) |
Definition at line 15 of file partition.c.
Referenced by PartMgrUpdatePartitionDevices().
NTSTATUS PartitionHandleDeviceControl | ( | _In_ PDEVICE_OBJECT | DeviceObject, |
_In_ PIRP | Irp | ||
) |
Definition at line 449 of file partition.c.
Referenced by PartMgrDeviceControl().
|
static |
Definition at line 247 of file partition.c.
Referenced by PartitionHandlePnp().
NTSTATUS PartitionHandlePnp | ( | _In_ PDEVICE_OBJECT | DeviceObject, |
_In_ PIRP | Irp | ||
) |
Definition at line 385 of file partition.c.
Referenced by PartMgrPnp().
|
static |
Definition at line 364 of file partition.c.
Referenced by PartitionHandlePnp().
|
static |
Definition at line 286 of file partition.c.
Referenced by PartitionHandlePnp().
NTSTATUS PartitionHandleRemove | ( | _In_ PPARTITION_EXTENSION | PartExt, |
_In_ BOOLEAN | FinalRemove | ||
) |
Definition at line 175 of file partition.c.
Referenced by FdoHandleSurpriseRemoval(), PartitionHandlePnp(), and PartMgrUpdatePartitionDevices().
|
static |
Definition at line 91 of file partition.c.
Referenced by PartitionHandlePnp().
Definition at line 10 of file partition.c.
Referenced by PartitionHandleRemove(), and PartitionHandleStartDevice().