Home
last modified time | relevance | path

Searched refs:UnsafeContext (Results 1 – 1 of 1) sorted by relevance

/reactos/ntoskrnl/io/iomgr/
H A Diocomp.c43 PIO_UNLOAD_SAFE_COMPLETION_CONTEXT UnsafeContext = Context; in IopUnloadSafeCompletion() local
46 ObReferenceObject(UnsafeContext->DeviceObject); in IopUnloadSafeCompletion()
49 Status= UnsafeContext->CompletionRoutine(DeviceObject, in IopUnloadSafeCompletion()
51 UnsafeContext->Context); in IopUnloadSafeCompletion()
54 ObDereferenceObject(UnsafeContext->DeviceObject); in IopUnloadSafeCompletion()
57 ExFreePool(UnsafeContext); in IopUnloadSafeCompletion()