Searched refs:PAVLGCPTRNODECORE (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0Internal.h81 PAVLGCPTRNODECORE pSharedModuleTree;
H A DGMMR0.cpp5014 static DECLCALLBACK(int) gmmR0CleanupSharedModule(PAVLGCPTRNODECORE pNode, void *pvArgs)
5103 static DECLCALLBACK(int) gmmR0CheckSharedModule(PAVLGCPTRNODECORE pNode, void *pvUser)
/vbox/src/VBox/Runtime/common/table/
H A Davlgcptr.cpp41 #define PKAVLNODECORE PAVLGCPTRNODECORE
/vbox/include/iprt/
H A Davl.h482 } AVLGCPTRNODECORE, *PAVLGCPTRNODECORE, **PPAVLGCPTRNODECORE; typedef in typeref:struct:_AVLGCPtrNodeCore
485 typedef PAVLGCPTRNODECORE AVLGCPTRTREE;
491 typedef DECLCALLBACK(int) AVLGCPTRCALLBACK(PAVLGCPTRNODECORE pNode, void *pvUser);
495 RTDECL(bool) RTAvlGCPtrInsert(PAVLGCPTRTREE pTree, PAVLGCPTRNODECORE pNode);
496 RTDECL(PAVLGCPTRNODECORE) RTAvlGCPtrRemove(PAVLGCPTRTREE pTree, RTGCPTR Key);
497 RTDECL(PAVLGCPTRNODECORE) RTAvlGCPtrGet(PAVLGCPTRTREE pTree, RTGCPTR Key);
499 RTDECL(PAVLGCPTRNODECORE) RTAvlGCPtrGetBestFit(PAVLGCPTRTREE ppTree, RTGCPTR Key, bool fAbove);
500 RTDECL(PAVLGCPTRNODECORE) RTAvlGCPtrRemoveBestFit(PAVLGCPTRTREE ppTree, RTGCPTR Key, bool fAbove);
/vbox/src/VBox/VMM/include/
H A DEMInternal.h447 R3PTRTYPE(PAVLGCPTRNODECORE) pCliStatTree;

Completed in 62 milliseconds