ReactOS 0.4.16-dev-297-gc569aee
|
#include "udffs.h"
Go to the source code of this file.
Macros | |
#define | UDF_BUG_CHECK_ID UDF_FILE_PNP |
Functions | |
NTSTATUS | UDFPnpQueryRemove (PtrUDFIrpContext PtrIrpContext, PIRP Irp, PVCB Vcb) |
NTSTATUS | UDFPnpRemove (PtrUDFIrpContext PtrIrpContext, PIRP Irp, PVCB Vcb) |
NTSTATUS | UDFPnpSurpriseRemove (PtrUDFIrpContext PtrIrpContext, PIRP Irp, PVCB Vcb) |
NTSTATUS | UDFPnpCancelRemove (PtrUDFIrpContext PtrIrpContext, PIRP Irp, PVCB Vcb) |
NTSTATUS NTAPI | UDFPnpCompletionRoutine (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp, IN PVOID Contxt) |
NTSTATUS | UDFCommonPnp (PtrUDFIrpContext PtrIrpContext, IN PIRP Irp) |
NTSTATUS | UDFPnp (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
#define UDF_BUG_CHECK_ID UDF_FILE_PNP |
NTSTATUS UDFCommonPnp | ( | PtrUDFIrpContext | PtrIrpContext, |
IN PIRP | Irp | ||
) |
Definition at line 145 of file pnp.cpp.
Referenced by UDFPnp().
NTSTATUS UDFPnp | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp | ||
) |
Definition at line 81 of file pnp.cpp.
NTSTATUS UDFPnpCancelRemove | ( | PtrUDFIrpContext | PtrIrpContext, |
PIRP | Irp, | ||
PVCB | Vcb | ||
) |
NTSTATUS NTAPI UDFPnpCompletionRoutine | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PVOID | Contxt | ||
) |
Definition at line 731 of file pnp.cpp.
Referenced by UDFPnpQueryRemove(), UDFPnpRemove(), and UDFPnpSurpriseRemove().
NTSTATUS UDFPnpQueryRemove | ( | PtrUDFIrpContext | PtrIrpContext, |
PIRP | Irp, | ||
PVCB | Vcb | ||
) |
Definition at line 235 of file pnp.cpp.
Referenced by UDFCommonPnp().
NTSTATUS UDFPnpRemove | ( | PtrUDFIrpContext | PtrIrpContext, |
PIRP | Irp, | ||
PVCB | Vcb | ||
) |
Definition at line 380 of file pnp.cpp.
Referenced by UDFCommonPnp().
NTSTATUS UDFPnpSurpriseRemove | ( | PtrUDFIrpContext | PtrIrpContext, |
PIRP | Irp, | ||
PVCB | Vcb | ||
) |
Definition at line 504 of file pnp.cpp.
Referenced by UDFCommonPnp().