Searched refs:pNode (Results 76 - 82 of 82) sorted by relevance

1234

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp3882 static DECLCALLBACK(int) pgmR3PhysChunkAgeingRolloverCallback(PAVLU32NODECORE pNode, void *pvUser) argument
3885 PPGMCHUNKR3MAP pChunk = (PPGMCHUNKR3MAP)pNode;
3914 static DECLCALLBACK(int) pgmR3PhysChunkUnmapCandidateCallback(PAVLU32NODECORE pNode, void *pvUser) argument
3916 PPGMCHUNKR3MAP pChunk = (PPGMCHUNKR3MAP)pNode;
H A DPDMDevHlp.cpp1624 PCFGMNODE pNode = CFGMR3GetChildF(pDevIns->Internal.s.pCfgHandle, "LUN#%u", iLun);
1625 if (pNode)
1626 rc = pdmR3DrvInstantiate(pVM, pNode, pBaseInterface, NULL /*pDrvAbove*/, pLun, ppBaseInterface);
/vbox/src/VBox/VMM/include/
H A DPDMInternal.h1282 int pdmR3DrvInstantiate(PVM pVM, PCFGMNODE pNode, PPDMIBASE pBaseInterface, PPDMDRVINS pDrvAbove,
H A DPGMInternal.h4022 DECLCALLBACK(int) pgmHandlerVirtualResetOne(PAVLROGCPTRNODECORE pNode, void *pvUser);
/vbox/src/VBox/Main/xml/
H A DSettings.cpp192 const xml::Node *pNode,
202 if (pNode)
203 strLine = Utf8StrFmt(" (line %RU32)", pNode->getLineNumber());
191 ConfigFileError(const ConfigFileBase *file, const xml::Node *pNode, const char *pcszFormat, ...) argument
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-win.cpp1591 static int vmsvga3dSharedSurfaceDestroyTree(PAVLU32NODECORE pNode, void *pParam) argument
1593 PVMSVGA3DSHAREDSURFACE pSharedSurface = (PVMSVGA3DSHAREDSURFACE)pNode;
1600 Log(("vmsvga3dSharedSurfaceDestroyTree: release shared object for context %d\n", pNode->Key));
1610 RTMemFree(pNode);
/vbox/src/VBox/Storage/
H A DVD.cpp4553 static int vdIOIntTreeMetaXferDestroy(PAVLRFOFFNODECORE pNode, void *pvUser) argument

Completed in 283 milliseconds

1234