ReactOS 0.4.16-dev-303-g11d5cb8
|
#include "sacdrv.h"
Go to the source code of this file.
Definition at line 44 of file data.c.
Referenced by CreateDeviceSecurityDescriptor().
NTSTATUS NTAPI CreateDeviceSecurityDescriptor | ( | IN PDEVICE_OBJECT * | DeviceObject | ) |
Definition at line 52 of file data.c.
Referenced by InitializeDeviceData().
VOID NTAPI FreeDeviceData | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 147 of file data.c.
Referenced by UnloadHandler().
Definition at line 100 of file data.c.
Referenced by DriverEntry(), and UnloadHandler().
BOOLEAN NTAPI InitializeDeviceData | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 216 of file data.c.
Referenced by DriverEntry().
BOOLEAN NTAPI InitializeGlobalData | ( | IN PUNICODE_STRING | RegistryPath, |
IN PDRIVER_OBJECT | DriverObject | ||
) |
Definition at line 374 of file data.c.
Referenced by DriverEntry().
VOID NTAPI WorkerProcessEvents | ( | IN PSAC_DEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 28 of file data.c.
Referenced by WorkerThreadStartUp().
Definition at line 36 of file data.c.
Referenced by InitializeDeviceData().
BOOLEAN CommandConsoleLaunchingEnabled |
Definition at line 16 of file data.c.
Referenced by ConMgrProcessInputLine(), and InitializeGlobalData().
BOOLEAN GlobalDataInitialized |
Definition at line 17 of file data.c.
Referenced by FreeDeviceData(), FreeGlobalData(), and InitializeGlobalData().
BOOLEAN IoctlSubmitted |
Definition at line 19 of file data.c.
Referenced by InitializeGlobalData().
ULONG ProcessingType |
Definition at line 20 of file data.c.
Referenced by InitializeGlobalData().
KMUTEX SACCMDEventInfoMutex |
Definition at line 18 of file data.c.
Referenced by InitializeGlobalData().
PKEVENT SACEvent |
Definition at line 21 of file data.c.
Referenced by FreeGlobalData(), and InitializeGlobalData().
HANDLE SACEventHandle |
Definition at line 22 of file data.c.
Referenced by FreeGlobalData(), and InitializeGlobalData().