Searched defs:RoutineName (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A DWin2kWorkarounds.c62 UNICODE_STRING RoutineName;
66 RtlInitUnicodeString(&RoutineName, L"KeIpiGenericCall");
67 pfn = (PFN_FSRTLTEARDOWNPERSTREAMCONTEXTS)MmGetSystemRoutineAddress(&RoutineName);
126 UNICODE_STRING RoutineName; local
130 RtlInitUnicodeString(&RoutineName, L"RtlGetVersion");
131 pfn = (PFNRTLGETVERSION)MmGetSystemRoutineAddress(&RoutineName);
166 UNICODE_STRING RoutineName; local
170 RtlInitUnicodeString(&RoutineName, L"PsGetProcessImageFileName");
171 pfn = (PFNPSGETPROCESSIMAGEFILENAME)MmGetSystemRoutineAddress(&RoutineName);
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dinitterm-r0drv-nt.cpp239 UNICODE_STRING RoutineName; local
240 RtlInitUnicodeString(&RoutineName, L"ExSetTimerResolution");
241 g_pfnrtNtExSetTimerResolution = (PFNMYEXSETTIMERRESOLUTION)MmGetSystemRoutineAddress(&RoutineName);
243 RtlInitUnicodeString(&RoutineName, L"KeFlushQueuedDpcs");
244 g_pfnrtNtKeFlushQueuedDpcs = (PFNMYKEFLUSHQUEUEDDPCS)MmGetSystemRoutineAddress(&RoutineName);
246 RtlInitUnicodeString(&RoutineName, L"HalRequestIpi");
247 g_pfnrtHalRequestIpiW7Plus = (PFNHALREQUESTIPI_W7PLUS)MmGetSystemRoutineAddress(&RoutineName);
250 RtlInitUnicodeString(&RoutineName, L"HalSendSoftwareInterrupt");
251 g_pfnrtNtHalSendSoftwareInterrupt = (PFNHALSENDSOFTWAREINTERRUPT)MmGetSystemRoutineAddress(&RoutineName);
253 RtlInitUnicodeString(&RoutineName,
[all...]

Completed in 61 milliseconds