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

/vbox/src/VBox/Runtime/r0drv/nt/
H A Dinternal-r0drv-nt.h57 extern PFNMYKEFLUSHQUEUEDDPCS g_pfnrtNtKeFlushQueuedDpcs;
H A Dinitterm-r0drv-nt.cpp57 PFNMYKEFLUSHQUEUEDDPCS g_pfnrtNtKeFlushQueuedDpcs; variable
225 g_pfnrtNtKeFlushQueuedDpcs = NULL;
244 g_pfnrtNtKeFlushQueuedDpcs = (PFNMYKEFLUSHQUEUEDDPCS)MmGetSystemRoutineAddress(&RoutineName);
H A Dtimer-r0drv-nt.cpp457 if (g_pfnrtNtKeFlushQueuedDpcs)
458 g_pfnrtNtKeFlushQueuedDpcs();
H A Dmp-r0drv-nt.cpp393 if (!g_pfnrtNtKeFlushQueuedDpcs)
493 g_pfnrtNtKeFlushQueuedDpcs();

Completed in 51 milliseconds