Searched refs:RoutineName (Results 1 - 4 of 4) sorted by relevance

/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...]
H A Dmpnotification-r0drv-nt.cpp132 UNICODE_STRING RoutineName;
133 RtlInitUnicodeString(&RoutineName, L"KeRegisterProcessorChangeCallback");
134 g_pfnKeRegisterProcessorChangeCallback = (PFNMYKEREGISTERPROCESSORCHANGECALLBACK)MmGetSystemRoutineAddress(&RoutineName);
137 RtlInitUnicodeString(&RoutineName, L"KeDeregisterProcessorChangeCallback");
138 g_pfnKeDeregisterProcessorChangeCallback = (PFNMYKEDEREGISTERPROCESSORCHANGECALLBACK)MmGetSystemRoutineAddress(&RoutineName);
/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/HostDrivers/Support/win/
H A DSUPDrv-win.cpp4302 UNICODE_STRING RoutineName;
4304 RtlInitUnicodeString(&RoutineName, L"ObGetObjectType");
4305 g_pfnObGetObjectType = (PFNOBGETOBJECTTYPE)MmGetSystemRoutineAddress(&RoutineName);
4307 RtlInitUnicodeString(&RoutineName, L"ObRegisterCallbacks");
4308 g_pfnObRegisterCallbacks = (PFNOBREGISTERCALLBACKS)MmGetSystemRoutineAddress(&RoutineName);
4310 RtlInitUnicodeString(&RoutineName, L"ObUnRegisterCallbacks");
4311 g_pfnObUnRegisterCallbacks = (PFNOBUNREGISTERCALLBACKS)MmGetSystemRoutineAddress(&RoutineName);
4313 RtlInitUnicodeString(&RoutineName, L"PsSetCreateProcessNotifyRoutineEx");
4314 g_pfnPsSetCreateProcessNotifyRoutineEx = (PFNPSSETCREATEPROCESSNOTIFYROUTINEEX)MmGetSystemRoutineAddress(&RoutineName);
4316 RtlInitUnicodeString(&RoutineName,
[all...]

Completed in 56 milliseconds