Searched refs:pMapInfoHead (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTCoreDump.h107 PVBOXSOLMAPINFO pMapInfoHead; /* Pointer to the head of list of mappings */ member in struct:VBOXPROCESS
108 uint32_t cMappings; /* Number of mappings (count of pMapInfoHead list) */
/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.h113 PRTSOLCOREMAPINFO pMapInfoHead; /**< Pointer to the head of list of mappings */ member in struct:RTSOLCOREPROCESS
114 uint32_t cMappings; /**< Number of mappings (count of pMapInfoHead list) */
H A Dcoredumper-solaris.cpp708 pSolProc->pMapInfoHead = (PRTSOLCOREMAPINFO)GetMemoryChunk(pSolCore,
710 if (pSolProc->pMapInfoHead)
715 /*Assert(pSolProc->pMapInfoHead == NULL); - does not make sense */
716 PRTSOLCOREMAPINFO pCur = pSolProc->pMapInfoHead;
1621 PRTSOLCOREMAPINFO pMapInfo = pSolProc->pMapInfoHead;
1686 PRTSOLCOREMAPINFO pMapInfo = pSolProc->pMapInfoHead;

Completed in 50 milliseconds