Searched defs:pNode (Results 51 - 67 of 67) sorted by relevance

123

/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp734 static DECLCALLBACK(int) gmmR0TermDestroyChunk(PAVLU32NODECORE pNode, void *pvGMM);
909 * @param pNode The node to destroy.
912 static DECLCALLBACK(int) gmmR0TermDestroyChunk(PAVLU32NODECORE pNode, void *pvGMM) argument
914 PGMMCHUNK pChunk = (PGMMCHUNK)pNode;
5011 * @param pNode The node to destroy.
5014 static DECLCALLBACK(int) gmmR0CleanupSharedModule(PAVLGCPTRNODECORE pNode, void *pvArgs)
5018 (PGMMSHAREDMODULEPERVM)pNode,
5103 static DECLCALLBACK(int) gmmR0CheckSharedModule(PAVLGCPTRNODECORE pNode, void *pvUser)
5106 PGMMSHAREDMODULEPERVM pRecVM = (PGMMSHAREDMODULEPERVM)pNode;
5227 * @param pNode Th
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DCFGM.cpp77 static void cfgmR3DumpPath(PCFGMNODE pNode, PCDBGFINFOHLP pHlp);
80 static int cfgmR3ResolveNode(PCFGMNODE pNode, const char *pszPath, PCFGMNODE *ppChild);
81 static int cfgmR3ResolveLeaf(PCFGMNODE pNode, const char *pszName, PCFGMLEAF *ppLeaf);
82 static int cfgmR3InsertLeaf(PCFGMNODE pNode, const char *pszName, PCFGMLEAF *ppLeaf);
83 static void cfgmR3RemoveLeaf(PCFGMNODE pNode, PCFGMLEAF pLeaf);
154 * @param pNode The node structure to free.
156 static void cfgmR3FreeNodeOnly(PCFGMNODE pNode) argument
158 pNode->pFirstLeaf = NULL;
159 pNode->pFirstChild = NULL;
160 pNode
281 CFGMR3GetParent(PCFGMNODE pNode) argument
298 CFGMR3GetParentEx(PVM pVM, PCFGMNODE pNode) argument
315 CFGMR3GetChild(PCFGMNODE pNode, const char *pszPath) argument
335 CFGMR3GetChildF(PCFGMNODE pNode, const char *pszPathFormat, ...) argument
355 CFGMR3GetChildFV(PCFGMNODE pNode, const char *pszPathFormat, va_list Args) argument
379 CFGMR3GetFirstChild(PCFGMNODE pNode) argument
455 CFGMR3AreChildrenValid(PCFGMNODE pNode, const char *pszzValid) argument
580 CFGMR3AreValuesValid(PCFGMNODE pNode, const char *pszzValid) argument
620 CFGMR3Exists(PCFGMNODE pNode, const char *pszName) argument
636 CFGMR3QueryType(PCFGMNODE pNode, const char *pszName, PCFGMVALUETYPE penmType) argument
658 CFGMR3QuerySize(PCFGMNODE pNode, const char *pszName, size_t *pcb) argument
696 CFGMR3QueryInteger(PCFGMNODE pNode, const char *pszName, uint64_t *pu64) argument
720 CFGMR3QueryIntegerDef(PCFGMNODE pNode, const char *pszName, uint64_t *pu64, uint64_t u64Def) argument
752 CFGMR3QueryString(PCFGMNODE pNode, const char *pszName, char *pszString, size_t cchString) argument
786 CFGMR3QueryStringDef(PCFGMNODE pNode, const char *pszName, char *pszString, size_t cchString, const char *pszDef) argument
834 CFGMR3QueryBytes(PCFGMNODE pNode, const char *pszName, void *pvData, size_t cbData) argument
880 CFGMR3ValidateConfig(PCFGMNODE pNode, const char *pszNode, const char *pszValidValues, const char *pszValidNodes, const char *pszWho, uint32_t uInstance) argument
1207 cfgmR3ResolveNode(PCFGMNODE pNode, const char *pszPath, PCFGMNODE *ppChild) argument
1267 cfgmR3ResolveLeaf(PCFGMNODE pNode, const char *pszName, PCFGMLEAF *ppLeaf) argument
1457 CFGMR3InsertSubTree(PCFGMNODE pNode, const char *pszName, PCFGMNODE pSubTree, PCFGMNODE *ppChild) argument
1662 CFGMR3InsertNode(PCFGMNODE pNode, const char *pszName, PCFGMNODE *ppChild) argument
1806 CFGMR3InsertNodeF(PCFGMNODE pNode, PCFGMNODE *ppChild, const char *pszNameFormat, ...) argument
1825 CFGMR3InsertNodeFV(PCFGMNODE pNode, PCFGMNODE *ppChild, const char *pszNameFormat, va_list Args) argument
1847 CFGMR3SetRestrictedRoot(PCFGMNODE pNode) argument
1863 cfgmR3InsertLeaf(PCFGMNODE pNode, const char *pszName, PCFGMLEAF *ppLeaf) argument
1931 CFGMR3RemoveNode(PCFGMNODE pNode) argument
1977 cfgmR3RemoveLeaf(PCFGMNODE pNode, PCFGMLEAF pLeaf) argument
2062 CFGMR3InsertInteger(PCFGMNODE pNode, const char *pszName, uint64_t u64Integer) argument
2086 CFGMR3InsertStringN(PCFGMNODE pNode, const char *pszName, const char *pszString, size_t cchString) argument
2135 CFGMR3InsertString(PCFGMNODE pNode, const char *pszName, const char *pszString) argument
2151 CFGMR3InsertStringFV(PCFGMNODE pNode, const char *pszName, const char *pszFormat, va_list va) argument
2200 CFGMR3InsertStringF(PCFGMNODE pNode, const char *pszName, const char *pszFormat, ...) argument
2218 CFGMR3InsertStringW(PCFGMNODE pNode, const char *pszName, PCRTUTF16 pwszValue) argument
2240 CFGMR3InsertBytes(PCFGMNODE pNode, const char *pszName, const void *pvBytes, size_t cbBytes) argument
2289 CFGMR3InsertValue(PCFGMNODE pNode, PCFGMLEAF pValue) argument
2322 CFGMR3RemoveValue(PCFGMNODE pNode, const char *pszName) argument
2346 CFGMR3QueryU64(PCFGMNODE pNode, const char *pszName, uint64_t *pu64) argument
2361 CFGMR3QueryU64Def(PCFGMNODE pNode, const char *pszName, uint64_t *pu64, uint64_t u64Def) argument
2375 CFGMR3QueryS64(PCFGMNODE pNode, const char *pszName, int64_t *pi64) argument
2394 CFGMR3QueryS64Def(PCFGMNODE pNode, const char *pszName, int64_t *pi64, int64_t i64Def) argument
2411 CFGMR3QueryU32(PCFGMNODE pNode, const char *pszName, uint32_t *pu32) argument
2435 CFGMR3QueryU32Def(PCFGMNODE pNode, const char *pszName, uint32_t *pu32, uint32_t u32Def) argument
2460 CFGMR3QueryS32(PCFGMNODE pNode, const char *pszName, int32_t *pi32) argument
2485 CFGMR3QueryS32Def(PCFGMNODE pNode, const char *pszName, int32_t *pi32, int32_t i32Def) argument
2511 CFGMR3QueryU16(PCFGMNODE pNode, const char *pszName, uint16_t *pu16) argument
2535 CFGMR3QueryU16Def(PCFGMNODE pNode, const char *pszName, uint16_t *pu16, uint16_t u16Def) argument
2560 CFGMR3QueryS16(PCFGMNODE pNode, const char *pszName, int16_t *pi16) argument
2585 CFGMR3QueryS16Def(PCFGMNODE pNode, const char *pszName, int16_t *pi16, int16_t i16Def) argument
2611 CFGMR3QueryU8(PCFGMNODE pNode, const char *pszName, uint8_t *pu8) argument
2635 CFGMR3QueryU8Def(PCFGMNODE pNode, const char *pszName, uint8_t *pu8, uint8_t u8Def) argument
2660 CFGMR3QueryS8(PCFGMNODE pNode, const char *pszName, int8_t *pi8) argument
2685 CFGMR3QueryS8Def(PCFGMNODE pNode, const char *pszName, int8_t *pi8, int8_t i8Def) argument
2712 CFGMR3QueryBool(PCFGMNODE pNode, const char *pszName, bool *pf) argument
2732 CFGMR3QueryBoolDef(PCFGMNODE pNode, const char *pszName, bool *pf, bool fDef) argument
2749 CFGMR3QueryPort(PCFGMNODE pNode, const char *pszName, PRTIOPORT pPort) argument
2765 CFGMR3QueryPortDef(PCFGMNODE pNode, const char *pszName, PRTIOPORT pPort, RTIOPORT PortDef) argument
2780 CFGMR3QueryUInt(PCFGMNODE pNode, const char *pszName, unsigned int *pu) argument
2796 CFGMR3QueryUIntDef(PCFGMNODE pNode, const char *pszName, unsigned int *pu, unsigned int uDef) argument
2811 CFGMR3QuerySInt(PCFGMNODE pNode, const char *pszName, signed int *pi) argument
2827 CFGMR3QuerySIntDef(PCFGMNODE pNode, const char *pszName, signed int *pi, signed int iDef) argument
2842 CFGMR3QueryPtr(PCFGMNODE pNode, const char *pszName, void **ppv) argument
2867 CFGMR3QueryPtrDef(PCFGMNODE pNode, const char *pszName, void **ppv, void *pvDef) argument
2893 CFGMR3QueryGCPtr(PCFGMNODE pNode, const char *pszName, PRTGCPTR pGCPtr) argument
2918 CFGMR3QueryGCPtrDef(PCFGMNODE pNode, const char *pszName, PRTGCPTR pGCPtr, RTGCPTR GCPtrDef) argument
2944 CFGMR3QueryGCPtrU(PCFGMNODE pNode, const char *pszName, PRTGCUINTPTR pGCPtr) argument
2969 CFGMR3QueryGCPtrUDef(PCFGMNODE pNode, const char *pszName, PRTGCUINTPTR pGCPtr, RTGCUINTPTR GCPtrDef) argument
2995 CFGMR3QueryGCPtrS(PCFGMNODE pNode, const char *pszName, PRTGCINTPTR pGCPtr) argument
3020 CFGMR3QueryGCPtrSDef(PCFGMNODE pNode, const char *pszName, PRTGCINTPTR pGCPtr, RTGCINTPTR GCPtrDef) argument
3049 CFGMR3QueryStringAlloc(PCFGMNODE pNode, const char *pszName, char **ppszString) argument
3086 CFGMR3QueryStringAllocDef(PCFGMNODE pNode, const char *pszName, char **ppszString, const char *pszDef) argument
3182 cfgmR3DumpPath(PCFGMNODE pNode, PCDBGFINFOHLP pHlp) argument
[all...]
H A DPDMBlkCache.cpp1372 * @param pNode The node to destroy.
1375 static int pdmBlkCacheEntryDestroy(PAVLRU64NODECORE pNode, void *pvUser) argument
1377 PPDMBLKCACHEENTRY pEntry = (PPDMBLKCACHEENTRY)pNode;
2692 * @param pNode The node to destroy.
2695 static int pdmBlkCacheEntryQuiesce(PAVLRU64NODECORE pNode, void *pvUser) argument
2697 PPDMBLKCACHEENTRY pEntry = (PPDMBLKCACHEENTRY)pNode;
H A DPDMDriver.cpp622 * @param pNode The CFGM node for the driver.
639 int pdmR3DrvInstantiate(PVM pVM, PCFGMNODE pNode, PPDMIBASE pBaseInterface, PPDMDRVINS pDrvAbove, argument
650 int rc = pdmR3DrvMaybeTransformChain(pVM, pDrvAbove, pLun, &pNode);
653 if (!pNode)
660 rc = CFGMR3QueryStringAlloc(pNode, "Driver", &pszName);
668 PCFGMNODE pConfigNode = CFGMR3GetChild(pNode, "Config");
670 rc = CFGMR3InsertNode(pNode, "Config", &pConfigNode);
705 pNew->Internal.s.pCfgHandle = pNode;
1010 PCFGMNODE pNode = CFGMR3GetChild(pDrvIns->Internal.s.pCfgHandle, "AttachedDriver"); local
1011 if (pNode)
1090 PCFGMNODE pNode = CFGMR3GetChild(pDrvIns->Internal.s.pCfgHandle, "AttachedDriver"); local
[all...]
H A DPDMUsb.cpp741 PCFGMNODE pNode; member in struct:USBDEVORDER
805 paUsbDevs[i].pNode = pInstanceNode;
850 PCFGMNODE pConfigNode = CFGMR3GetChild(paUsbDevs[i].pNode, "Config/");
853 rc = CFGMR3InsertNode(paUsbDevs[i].pNode, "Config", &pConfigNode);
890 &paUsbDevs[i].pNode, pdmR3UsbVer2Spd(iUsbVersion), NULL);
1550 PCFGMNODE pNode = CFGMR3GetChildF(pUsbIns->Internal.s.pCfg, "LUN#%u", iLun); local
1551 if (pNode)
1552 rc = pdmR3DrvInstantiate(pVM, pNode, pBaseInterface, NULL /*pDrvAbove*/, pLun, ppBaseInterface);
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 DPATM.cpp112 static DECLCALLBACK(int) patmR3RelocatePatches(PAVLOU32NODECORE pNode, void *pParam);
117 static DECLCALLBACK(int) DisableAllPatches(PAVLOU32NODECORE pNode, void *pVM);
750 * @param pNode Current node
753 static DECLCALLBACK(int) patmR3RelocatePatches(PAVLOU32NODECORE pNode, void *pParam) argument
755 PPATMPATCHREC pPatch = (PPATMPATCHREC)pNode;
994 * @param pNode Current node
997 static DECLCALLBACK(int) EnableAllPatches(PAVLOU32NODECORE pNode, void *pVM) argument
999 PPATMPATCHREC pPatch = (PPATMPATCHREC)pNode;
1012 * @param pNode Current node
1015 static DECLCALLBACK(int) DisableAllPatches(PAVLOU32NODECORE pNode, voi argument
1353 PAVLU32NODECORE pNode; local
1382 patmEmptyTreePVCallback(PAVLPVNODECORE pNode, void *) argument
1404 patmEmptyTreeU32Callback(PAVLU32NODECORE pNode, void *) argument
5611 PAVLOU32NODECORE pNode; local
5661 patmR3PatchRefreshFindTrampolinePatch(PAVLU32NODECORE pNode, void *pvUser) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVdma.cpp1867 PVBOXVDMADDI_NODE pNode = &pDevExt->aNodes[u32NodeOrdinal]; local
1876 pNode->uLastCompletedFenceId = u32FenceId;
1884 notify.DmaPreempted.LastCompletedFenceId = pNode->uLastCompletedFenceId;
/vbox/include/iprt/
H A Davl.h74 RTDECL(bool) RTAvlPVInsert(PAVLPVTREE ppTree, PAVLPVNODECORE pNode);
116 RTDECL(bool) RTAvlULInsert(PPAVLULNODECORE ppTree, PAVLULNODECORE pNode);
163 RTDECL(bool) RTAvlrPVInsert(PAVLRPVTREE ppTree, PAVLRPVNODECORE pNode);
208 RTDECL(bool) RTAvlU32Insert(PAVLU32TREE pTree, PAVLU32NODECORE pNode);
251 typedef DECLCALLBACK(int) AVLOU32CALLBACK(PAVLOU32NODECORE pNode, void *pvUser);
255 RTDECL(bool) RTAvloU32Insert(PAVLOU32TREE pTree, PAVLOU32NODECORE pNode);
293 RTDECL(bool) RTAvllU32Insert(PPAVLLU32NODECORE ppTree, PAVLLU32NODECORE pNode);
295 RTDECL(PAVLLU32NODECORE) RTAvllU32RemoveNode(PPAVLLU32NODECORE ppTree, PAVLLU32NODECORE pNode);
341 RTDECL(bool) RTAvlrU64Insert(PAVLRU64TREE ppTree, PAVLRU64NODECORE pNode);
392 typedef DECLCALLBACK(int) AVLOGCPHYSCALLBACK(PAVLOGCPHYSNODECORE pNode, voi
459 RTDECL(PAVLROGCPHYSNODECORE) RTAvlroGCPhysGetLeft(PAVLROGCPHYSNODECORE pNode); variable
460 RTDECL(PAVLROGCPHYSNODECORE) RTAvlroGCPhysGetRight(PAVLROGCPHYSNODECORE pNode); variable
602 RTDECL(PAVLRGCPTRNODECORE) RTAvlrGCPtrGetLeft( PAVLRGCPTRNODECORE pNode); variable
603 RTDECL(PAVLRGCPTRNODECORE) RTAvlrGCPtrGetRight( PAVLRGCPTRNODECORE pNode); variable
659 RTDECL(PAVLROGCPTRNODECORE) RTAvlroGCPtrGetLeft(PAVLROGCPTRNODECORE pNode); variable
660 RTDECL(PAVLROGCPTRNODECORE) RTAvlroGCPtrGetRight(PAVLROGCPTRNODECORE pNode); variable
717 RTDECL(PAVLROOGCPTRNODECORE) RTAvlrooGCPtrGetLeft(PAVLROOGCPTRNODECORE pNode); variable
718 RTDECL(PAVLROOGCPTRNODECORE) RTAvlrooGCPtrGetRight(PAVLROOGCPTRNODECORE pNode); variable
719 RTDECL(PAVLROOGCPTRNODECORE) RTAvlrooGCPtrGetNextEqual(PAVLROOGCPTRNODECORE pNode); variable
767 RTDECL(PAVLUINTPTRNODECORE) RTAvlUIntPtrGetLeft( PAVLUINTPTRNODECORE pNode); variable
768 RTDECL(PAVLUINTPTRNODECORE) RTAvlUIntPtrGetRight( PAVLUINTPTRNODECORE pNode); variable
820 RTDECL(PAVLRUINTPTRNODECORE) RTAvlrUIntPtrGetLeft( PAVLRUINTPTRNODECORE pNode); variable
821 RTDECL(PAVLRUINTPTRNODECORE) RTAvlrUIntPtrGetRight( PAVLRUINTPTRNODECORE pNode); variable
1126 RTDECL(PAVLRFOFFNODECORE) RTAvlrFileOffsetGetLeft( PAVLRFOFFNODECORE pNode); variable
1127 RTDECL(PAVLRFOFFNODECORE) RTAvlrFileOffsetGetRight( PAVLRFOFFNODECORE pNode); variable
[all...]
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp1529 const ElementNode *pNode = NULL; local
1533 pNode = *(m->it);
1537 return pNode;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrUtilityLib.cpp919 SVfrPackStackNode *pNode = NULL; local
925 for (pNode = mPackStack; pNode != NULL; pNode = pNode->mNext) {
926 if (pNode->Match (Identifier) == TRUE) {
927 mPackAlign = pNode->mNumber;
928 mPackStack = pNode->mNext;
1406 SVfrVarStorageNode *pNode; local
1409 pNode
1501 SVfrVarStorageNode *pNode = NULL; local
1570 SVfrVarStorageNode *pNode; local
1649 SVfrVarStorageNode *pNode; local
1688 SVfrVarStorageNode *pNode; local
1735 SVfrVarStorageNode *pNode; local
1774 SVfrVarStorageNode *pNode; local
1820 SVfrVarStorageNode *pNode; local
1859 SVfrVarStorageNode *pNode; local
1960 SVfrVarStorageNode *pNode = NULL; local
2050 SVfrDefaultStoreNode *pNode = NULL; local
2083 SVfrDefaultStoreNode *pNode = NULL; local
2120 SVfrDefaultStoreNode *pNode = NULL; local
2162 SVfrDefaultStoreNode *pNode = NULL; local
2231 SVfrRuleNode *pNode; local
2266 SVfrRuleNode *pNode; local
2437 SVfrQuestionNode *pNode; local
2455 SVfrQuestionNode *pNode; local
2477 SVfrQuestionNode *pNode = NULL; local
2491 SVfrQuestionNode *pNode = NULL; local
2531 SVfrQuestionNode *pNode[3] = {NULL, }; local
2590 SVfrQuestionNode *pNode[3] = {NULL, }; local
2679 SVfrQuestionNode *pNode[3] = {NULL, }; local
2738 SVfrQuestionNode *pNode[3] = {NULL, }; local
2826 SVfrQuestionNode *pNode[4] = {NULL, }; local
2919 SVfrQuestionNode *pNode = NULL; local
2961 SVfrQuestionNode *pNode; local
3002 SVfrQuestionNode *pNode; local
3022 SVfrQuestionNode *pNode; local
[all...]
/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/HostServices/SharedOpenGL/crserverlib/
H A Dserver_main.c155 CRClientNode *pNode, *pNext; local
258 pNode = cr_server.pCleanupClient;
259 while (pNode)
261 pNext=pNode->next;
262 crFree(pNode->pClient);
263 crFree(pNode);
264 pNode=pNext;
/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/Audio/
H A DDevIchHdaCodec.cpp750 static int stac9220ResetNode(PHDACODEC pThis, uint8_t nodenum, PCODECNODE pNode) argument
752 pNode->node.id = nodenum;
753 pNode->node.au32F00_param[0xF] = 0; /* Power statest Supported: are the same as AFG reports */
758 pNode->node.au32F00_param[0x02] = CODEC_MAKE_F00_02(0x1, 0x0, 0x34, 0x1); /* rev id */
761 pNode->node.au32F00_param[0x08] = CODEC_MAKE_F00_08(1, 0xd, 0xd);
762 pNode->node.au32F00_param[0x0C] = CODEC_MAKE_F00_0C(0x17)
768 pNode->node.au32F00_param[0x0B] = CODEC_F00_0B_PCM;
769 pNode->node.au32F00_param[0x0D] = CODEC_MAKE_F00_0D(1, 0x5, 0xE, 0);//RT_BIT(31)|(0x5 << 16)|(0xE)<<8;
770 pNode->node.au32F00_param[0x12] = RT_BIT(31)|(0x2 << 16)|(0x7f << 8)|0x7f;
771 pNode
1268 PCODECNODE pNode = &pThis->paNodes[CODEC_NID(cmd)]; local
1319 PCODECNODE pNode = &pThis->paNodes[CODEC_NID(cmd)]; local
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp362 static void InsertConfigString(PCFGMNODE pNode, argument
366 int vrc = CFGMR3InsertString(pNode,
380 static void InsertConfigString(PCFGMNODE pNode, argument
384 int vrc = CFGMR3InsertStringN(pNode,
400 static void InsertConfigString(PCFGMNODE pNode, argument
404 InsertConfigString(pNode, pcszName, Utf8Str(rBstrValue));
410 * @param pNode See CFGMR3InsertBytes.
415 static void InsertConfigBytes(PCFGMNODE pNode, argument
420 int vrc = CFGMR3InsertBytes(pNode,
432 * @param pNode Se
436 InsertConfigInteger(PCFGMNODE pNode, const char *pcszName, uint64_t u64Integer) argument
454 InsertConfigNode(PCFGMNODE pNode, const char *pcszName, PCFGMNODE *ppChild) argument
469 RemoveConfigValue(PCFGMNODE pNode, const char *pcszName) argument
1377 PCFGMNODE pNode; local
3384 PCFGMNODE pNode; local
[all...]
/vbox/src/VBox/Storage/
H A DVD.cpp4553 static int vdIOIntTreeMetaXferDestroy(PAVLRFOFFNODECORE pNode, void *pvUser) argument

Completed in 374 milliseconds

123