Searched defs:Core (Results 76 - 86 of 86) sorted by relevance

1234

/vbox/src/VBox/VMM/include/
H A DPATMInternal.h171 AVLPVNODECORE Core; member in struct:__anon16931
200 AVLPVNODECORE Core; member in struct:__anon16934
225 AVLU32NODECORE Core; member in struct:RECPATCHTOGUEST
245 AVLU32NODECORE Core; member in struct:RECGUESTTOPATCH
366 AVLOU32NODECORE Core; member in struct:PATMPATCHREC
393 AVLOU32NODECORE Core; member in struct:PATMPATCHPAGE
H A DPDMInternal.h277 RTCRITSECT Core; member in struct:PDMCRITSECTINT
329 RTCRITSECTRW Core; member in struct:PDMCRITSECTRWINT
374 AssertCompileMemberAlignment(PDMCRITSECTRWINT, Core.u64State, 8);
951 PDMQUEUEITEMCORE Core; member in struct:PDMDEVHLPTASK
H A DHMInternal.h289 AVLOU32NODECORE Core; member in struct:__anon16892
H A DPGMInternal.h584 AVLROGCPHYSNODECORE Core; member in struct:PGMPHYSHANDLER
621 /** Core node for the tree based on physical ranges. */
622 AVLROGCPHYSNODECORE Core; member in struct:PGMPHYS2VIRTHANDLER
653 /** Core node for the tree based on virtual ranges. */
654 AVLROGCPTRNODECORE Core; member in struct:PGMVIRTHANDLER
1678 * The primary tree (Core) uses the chunk id as key.
1683 AVLU32NODECORE Core; member in struct:PGMCHUNKR3MAP
2162 AVLOHCPHYSNODECORE Core; member in struct:PGMPOOLPAGE
2505 AssertReleaseMsg(RT_VALID_PTR(a_pPage->pvPageR3), ("enmKind=%d idx=%#x HCPhys=%RHp GCPhys=%RGp caller=%s\n", a_pPage->enmKind, a_pPage->idx, a_pPage->Core.Key, a_pPage->GCPhys, pszCaller));
2676 PGMPTWALKCORE Core; member in struct:PGMPTWALKGSTAMD64
2705 PGMPTWALKCORE Core; member in struct:PGMPTWALKGSTPAE
2730 PGMPTWALKCORE Core; member in struct:PGMPTWALKGST32BIT
2770 PGMPTWALKCORE Core; member in union:PGMPTWALKGST::__anon16963
[all...]
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp156 RTCVDIRHDR32 Core; member in struct:RTCVDIRHDR32EX
1393 if ( DirHdr.Core.cbHdr != sizeof(DirHdr.Core)
1394 && DirHdr.Core.cbHdr != sizeof(DirHdr))
1396 Log(("Unexpected CV directory size: %#x\n", DirHdr.Core.cbHdr));
1399 if ( DirHdr.Core.cbHdr == sizeof(DirHdr)
1407 if (DirHdr.Core.cbEntry != sizeof(RTCVDIRENT32))
1409 Log(("Unexpected CV directory entry size: %#x (expected %#x)\n", DirHdr.Core.cbEntry, sizeof(RTCVDIRENT32)));
1412 if (DirHdr.Core.cEntries < 2 || DirHdr.Core
[all...]
H A Ddbgmoddwarf.cpp778 RTDWARFDIE Core; member in struct:RTDWARFDIECOMPILEUNIT
848 RTDWARFDIE Core; member in struct:RTDWARFDIESUBPROGRAM
904 RTDWARFDIE Core; member in struct:RTDWARFDIELABEL
3768 rtDwarfInfo_ParseDie(pThis, &pSubProgram->Core, &g_SubProgramSpecHackDesc, &InfoCursor,
4296 RTListAppend(&pThis->CompileUnitList, &pUnit->Core.SiblingNode);
4298 int rc = rtDwarfInfo_ParseDie(pThis, &pUnit->Core, &g_CompileUnitDesc, pCursor, pAbbrev, true /*fInitDie*/);
4306 PRTDWARFDIE pParentDie = &pUnit->Core;
4375 rtDwarfInfo_FreeChildren(pThis, &pUnit->Core);
/vbox/src/bldprogs/
H A DVBoxCPP.cpp112 RTSTRSPACECORE Core; member in struct:VBCPPMACRO
2204 Assert(offMacro + pMacro->Core.cchString <= pExp->StrBuf.cchBuf);
2217 pMacro->Core.pszString, pExp->cArgs, pMacro->cArgs);
2220 pMacro->Core.pszString, pExp->cArgs, pMacro->cArgs);
2237 rcExit = vbcppMacroExpandReplace(pThis, pExp, offMacro, pMacro->Core.cchString, pMacro->szValue, pMacro->cchValue);
2506 * @param pStr Pointer to the VBCPPMACRO::Core member.
2568 if (!strcmp(pMacro->Core.pszString, "defined"))
2570 RTEXITCODE rcExit = vbcppError(pThis, "Cannot use '%s' as a macro name", pMacro->Core.pszString);
2571 vbcppMacroFree(&pMacro->Core, NULL);
2582 vbcppMacroFree(&pMacro->Core, NUL
[all...]
/vbox/src/VBox/Devices/Audio/
H A DDevIchHdaCodec.cpp679 CODECCOMMONNODE Core; member in struct:CODECSAVEDSTATENODE
727 SSMFIELD_ENTRY( CODECSAVEDSTATENODE, Core.id),
729 SSMFIELD_ENTRY( CODECSAVEDSTATENODE, Core.au32F00_param),
730 SSMFIELD_ENTRY( CODECSAVEDSTATENODE, Core.au32F02_param),
738 SSMFIELD_ENTRY( CODECSAVEDSTATENODE, Core.id),
740 SSMFIELD_ENTRY_OLD_HCPTR(Core.name),
741 SSMFIELD_ENTRY( CODECSAVEDSTATENODE, Core.au32F00_param),
742 SSMFIELD_ENTRY( CODECSAVEDSTATENODE, Core.au32F02_param),
2393 uint8_t idOld = pThis->paNodes[idxNode].SavedState.Core.id;
2399 AssertLogRelMsgReturn(idOld == pThis->paNodes[idxNode].SavedState.Core
[all...]
/vbox/src/VBox/Storage/
H A DVD.cpp169 AVLRU64NODECORE Core; member in struct:VDDISCARDBLOCK
572 AVLRFOFFNODECORE Core; member in struct:VDMETAXFER
777 pDisk->pInterfaceError->pfnError(pDisk->pInterfaceError->Core.pvUser, rc, RT_SRC_POS_ARGS, pszFormat, va);
789 rc = pDisk->pInterfaceThreadSync->pfnStartRead(pDisk->pInterfaceThreadSync->Core.pvUser);
800 rc = pDisk->pInterfaceThreadSync->pfnFinishRead(pDisk->pInterfaceThreadSync->Core.pvUser);
811 rc = pDisk->pInterfaceThreadSync->pfnStartWrite(pDisk->pInterfaceThreadSync->Core.pvUser);
822 rc = pDisk->pInterfaceThreadSync->pfnFinishWrite(pDisk->pInterfaceThreadSync->Core.pvUser);
1225 uint64_t offStart = pBlock->Core.Key;
1275 PVDDISCARDBLOCK pBlockRemove = (PVDDISCARDBLOCK)RTAvlrU64RangeRemove(pDiscard->pTreeBlocks, pBlock->Core.Key);
1339 Assert(!((uOffset - pBlock->Core
[all...]
/vbox/include/iprt/
H A Dtypes.h2087 RTERRINFO Core; member in struct:RTERRINFOSTATIC
/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp363 PDMQUEUEITEMCORE Core; member in struct:DEVPORTNOTIFIERQUEUEITEM
3353 ataH2BE_U16(pbBuf, 0x1); /* feature 0001h: Core Feature */

Completed in 488 milliseconds

1234