Searched refs:g_rtSolThreadCtx (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dinitterm-r0drv-solaris.c72 RTR0FNSOLTHREADCTX g_rtSolThreadCtx; variable
214 g_rtSolThreadCtx.Install.pfnSol_installctx = (void *)installctx;
215 g_rtSolThreadCtx.Remove.pfnSol_removectx = (void *)removectx;
220 g_rtSolThreadCtx.Install.pfnSol_installctx_old = (void *)installctx;
221 g_rtSolThreadCtx.Remove.pfnSol_removectx_old = (void *)removectx;
H A Dthreadctxhooks-r0drv-solaris.c171 g_rtSolThreadCtx.Install.pfnSol_installctx_old(curthread,
181 g_rtSolThreadCtx.Install.pfnSol_installctx(curthread,
235 rc = g_rtSolThreadCtx.Remove.pfnSol_removectx_old(curthread,
245 rc = g_rtSolThreadCtx.Remove.pfnSol_removectx(curthread,
H A Dthe-solaris-kernel.h199 extern RTR0FNSOLTHREADCTX g_rtSolThreadCtx;

Completed in 46 milliseconds