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

/vbox/src/VBox/Main/include/
H A DHGCMObjects.h33 AVLULNODECORE AvlCore; member in struct:_ObjectAVLCore
91 return m_core.AvlCore.Key;
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp202 AVLPVNODECORE AvlCore; member in struct:SUPDRVNTPROTECT
2542 Assert(pNtProtect->AvlCore.Key == PsGetCurrentProcessId());
2868 if (pNtStub->AvlCore.Key == hParentPid) /* paranoia */
2920 pNtChild->hParentPid = pNtParent->AvlCore.Key;
2932 bool fSuccess = RTAvlPVInsert(&g_NtProtectTree, &pNtChild->AvlCore);
3058 LogRel(("vboxdrv: Misdetected vm stub; hParentPid=%p hChildPid=%p\n", pNtStub->AvlCore.Key, pNtVm->AvlCore.Key));
3060 supdrvNtProtectUnprotectDeadProcess(pNtVm->AvlCore.Key);
3246 pOpInfo->Object, pNtProtect->AvlCore.Key, pNtProtect->enmProcessKind,
3259 pOpInfo->Object, pNtProtect->AvlCore
[all...]

Completed in 57 milliseconds