ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
static NTSTATUS | KsecQueryFileInformation (PVOID InfoBuffer, FILE_INFORMATION_CLASS FileInformationClass, PSIZE_T BufferLength) |
static NTSTATUS | KsecQueryVolumeInformation (PVOID InfoBuffer, FS_INFORMATION_CLASS FsInformationClass, PSIZE_T BufferLength) |
static NTSTATUS | KsecDeviceControl (ULONG IoControlCode, PVOID Buffer, SIZE_T InputLength, PSIZE_T OutputLength) |
NTSTATUS NTAPI | KsecDdDispatch (PDEVICE_OBJECT DeviceObject, PIRP Irp) |
#define NDEBUG |
Definition at line 14 of file dispatch.c.
NTSTATUS NTAPI KsecDdDispatch | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 184 of file dispatch.c.
Referenced by DriverEntry().
|
static |
Definition at line 87 of file dispatch.c.
Referenced by KsecDdDispatch().
|
static |
Definition at line 22 of file dispatch.c.
Referenced by KsecDdDispatch().
|
static |
Definition at line 56 of file dispatch.c.
Referenced by KsecDdDispatch().