Searched refs:vrfEvent (Results 1 – 2 of 2) sorted by relevance
91 KeInitializeEvent(&(VerifyCtx->vrfEvent), SynchronizationEvent, FALSE); in UDFVInit()119 DbgWaitForSingleObject(&(VerifyCtx->vrfEvent), NULL); in UDFVWaitQueued()124 KeSetEvent(&(VerifyCtx->vrfEvent), 0, FALSE); in UDFVWaitQueued()596 KeSetEvent(&(Vcb->VerifyCtx.vrfEvent), 0, FALSE); in UDFVWorkItem()
550 KEVENT vrfEvent; member