|
ReactOS 0.4.17-dev-116-ga4b6fe9
|

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 13 of file dispatch.c.
| NTSTATUS NTAPI KsecDdDispatch | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp | ||
| ) |
Definition at line 183 of file dispatch.c.
Referenced by DriverEntry().
|
static |
Definition at line 86 of file dispatch.c.
Referenced by KsecDdDispatch().
|
static |
Definition at line 21 of file dispatch.c.
Referenced by KsecDdDispatch().
|
static |
Definition at line 55 of file dispatch.c.
Referenced by KsecDdDispatch().