ReactOS 0.4.16-dev-297-gc569aee
|
#include "cdprocs.h"
Go to the source code of this file.
Macros | |
#define | BugCheckFileId (CDFS_BUG_CHECK_DEVCTRL) |
Functions | |
NTSTATUS NTAPI | CdDevCtrlCompletionRoutine (_In_ PDEVICE_OBJECT DeviceObject, _In_ PIRP Irp, _In_reads_opt_(_Inexpressible_("varies")) PVOID Contxt) |
NTSTATUS | CdCommonDevControl (_Inout_ PIRP_CONTEXT IrpContext, _Inout_ PIRP Irp) |
Variables | |
IO_COMPLETION_ROUTINE | CdDevCtrlCompletionRoutine |
#define BugCheckFileId (CDFS_BUG_CHECK_DEVCTRL) |
NTSTATUS CdCommonDevControl | ( | _Inout_ PIRP_CONTEXT | IrpContext, |
_Inout_ PIRP | Irp | ||
) |
Definition at line 46 of file devctrl.c.
Referenced by _IRQL_requires_max_(), and CdFspDispatch().
NTSTATUS NTAPI CdDevCtrlCompletionRoutine | ( | _In_ PDEVICE_OBJECT | DeviceObject, |
_In_ PIRP | Irp, | ||
_In_reads_opt_(_Inexpressible_("varies")) PVOID | Contxt | ||
) |
Definition at line 177 of file devctrl.c.
Definition at line 30 of file devctrl.c.
Referenced by CdCommonDevControl().