Searched refs:LocalEvent (Results 1 – 5 of 5) sorted by relevance
62 if (LocalEvent) ExFreePool(LocalEvent); in IopCleanupAfterException()734 if (!LocalEvent) in IopQueryDeviceInformation()1383 if (!LocalEvent) in IoSetInformation()1602 if (LocalEvent) in NtFlushBuffersFile()2594 if (LocalEvent) in NtQueryInformationFile()2652 if (LocalEvent) in NtQueryInformationFile()3440 if (LocalEvent) in NtSetInformationFile()3498 if (LocalEvent) in NtSetInformationFile()3743 if (LocalEvent) in NtUnlockFile()4418 if (LocalEvent) in NtQueryVolumeInformationFile()[all …]
1668 BOOLEAN LocalEvent = FALSE; in IopGetSetSecurityObject() local1797 LocalEvent = TRUE; in IopGetSetSecurityObject()1815 Irp->UserEvent = (LocalEvent) ? &Event : NULL; in IopGetSetSecurityObject()1816 Irp->Flags = (LocalEvent) ? IRP_SYNCHRONOUS_API : 0; in IopGetSetSecurityObject()1853 if (LocalEvent) in IopGetSetSecurityObject()
234 BOOLEAN LocalEvent = FALSE; in WsNcRefreshFromRegistry() local252 LocalEvent = TRUE; in WsNcRefreshFromRegistry()363 if (LocalEvent) CloseHandle(CatalogEvent); in WsNcRefreshFromRegistry()
250 BOOLEAN LocalEvent = FALSE; in WsTcRefreshFromRegistry() local269 LocalEvent = TRUE; in WsTcRefreshFromRegistry()395 if (LocalEvent) CloseHandle(CatalogEvent); in WsTcRefreshFromRegistry()
157 KEVENT LocalEvent; in KsReadFile() local208 KeInitializeEvent(&LocalEvent, NotificationEvent, FALSE); in KsReadFile()209 Event = &LocalEvent; in KsReadFile()268 KEVENT LocalEvent; in KsWriteFile() local319 KeInitializeEvent(&LocalEvent, NotificationEvent, FALSE); in KsWriteFile()320 Event = &LocalEvent; in KsWriteFile()