Searched refs:KmtestDeviceObject (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/kmtests/kmtest_drv/ |
H A D | kmtest_standalone.c | 43 static PDEVICE_OBJECT KmtestDeviceObject; variable 89 …GetDeviceObjectPointer(&KmtestDeviceName, FILE_ALL_ACCESS, &KmtestFileObject, &KmtestDeviceObject); in DriverEntry() 97 Status = ObReferenceObjectByPointer(KmtestDeviceObject, FILE_ALL_ACCESS, NULL, KernelMode); in DriverEntry() 107 KmtestDeviceExtension = KmtestDeviceObject->DeviceExtension; in DriverEntry() 109 DPRINT("KmtestDeviceObject: %p\n", (PVOID)KmtestDeviceObject); in DriverEntry() 156 if (KmtestDeviceObject && !NT_SUCCESS(Status)) in DriverEntry() 158 ObDereferenceObject(KmtestDeviceObject); in DriverEntry() 159 KmtestDeviceObject = NULL; in DriverEntry() 192 if (KmtestDeviceObject) in DriverUnload() 193 ObDereferenceObject(KmtestDeviceObject); in DriverUnload()
|
H A D | kmtest_fsminifilter.c | 39 static PDEVICE_OBJECT KmtestDeviceObject; variable 159 …GetDeviceObjectPointer(&KmtestDeviceName, FILE_ALL_ACCESS, &KmtestFileObject, &KmtestDeviceObject); in DriverEntry() 167 Status = ObReferenceObjectByPointer(KmtestDeviceObject, FILE_ALL_ACCESS, NULL, KernelMode); in DriverEntry() 177 KmtestDeviceExtension = KmtestDeviceObject->DeviceExtension; in DriverEntry() 179 DPRINT("KmtestDeviceObject: %p\n", (PVOID)KmtestDeviceObject); in DriverEntry()
|