Searched refs:cMappings (Results 1 - 22 of 22) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxSharedFolders.cpp39 uint32_t cMappings; local
43 &paMappings, &cMappings);
55 LogFlowFunc(("Got %u shared folder mappings\n", cMappings));
56 for (uint32_t i = 0; i < cMappings && RT_SUCCESS(rc); i++)
153 uint32_t cMappings; local
157 &paMappings, &cMappings);
160 for (uint32_t i = 0; i < cMappings && RT_SUCCESS(rc); i++)
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibSharedFolders.cpp99 uint32_t cMappings; local
105 &paMappings, &cMappings);
108 for (uint32_t i = 0; i < cMappings && !fFound; i++)
163 uint32_t cMappings = 8; /* Should be a good default value. */ local
164 uint32_t cbSize = cMappings * sizeof(VBGLR3SHAREDFOLDERMAPPING);
171 VbglHGCMParmUInt32Set(&Msg.numberOfMappings, cMappings);
185 cMappings = *pcMappings;
186 cbSize = cMappings * sizeof(VBGLR3SHAREDFOLDERMAPPING);
/vbox/src/VBox/HostServices/SharedFolders/
H A Dmappings.cpp54 * Also update the mapping properties, which were lost: cMappings.
75 pMapping->cMappings = pLoadedMapping->cMappings;
235 FolderMapping[i].cMappings = 0;
291 if (FolderMapping[i].cMappings != 0)
364 uint32_t cMappings = 0; /* Will contain actual valid mappings. */ local
388 cMappings++;
394 *pcMappings = cMappings;
586 pFolderMapping->cMappings++;
587 Assert(pFolderMapping->cMappings
[all...]
H A Dmappings.h27 uint32_t cMappings; /**< number of mappings */ member in struct:__anon16446
H A Dservice.cpp139 rc = SSMR3PutU32(pSSM, pFolderMapping? pFolderMapping->cMappings: 0);
214 rc = SSMR3GetU32(pSSM, &mapping.cMappings);
334 uint32_t cMappings = paParms[1].u.uint32; local
340 || cbMappings / sizeof (SHFLMAPPING) != cMappings
353 rc = vbsfMappingsQuery(pClient, pMappings, &cMappings);
358 if (paParms[1].u.uint32 < cMappings)
362 paParms[1].u.uint32 = cMappings;
/vbox/src/VBox/Runtime/common/ldr/
H A DldrFile.cpp63 RTUINT cMappings; member in struct:RTLDRREADERFILE
136 pFileReader->cMappings++;
153 pFileReader->cMappings = 1;
170 AssertReturn(pFileReader->cMappings > 0, VERR_INVALID_PARAMETER);
172 if (!--pFileReader->cMappings)
229 pFileReader->cMappings = 0;
H A DldrMemory.cpp69 uint32_t cMappings; member in struct:RTLDRRDRMEM
154 pThis->cMappings++;
168 pThis->cMappings = 1;
185 AssertReturn(pThis->cMappings > 0, VERR_INVALID_PARAMETER);
187 if (!--pThis->cMappings)
245 pThis->cMappings = 0;
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceAutoMount.cpp401 static int VBoxServiceAutoMountProcessMappings(PVBGLR3SHAREDFOLDERMAPPING paMappings, uint32_t cMappings, argument
404 if (cMappings == 0)
412 for (uint32_t i = 0; i < cMappings && RT_SUCCESS(rc); i++)
467 } /* for cMappings. */
481 uint32_t cMappings; local
484 &paMappings, &cMappings);
486 && cMappings)
510 VBoxServiceVerbose(3, "VBoxServiceAutoMountWorker: Got %u shared folder mappings\n", cMappings);
511 rc = VBoxServiceAutoMountProcessMappings(paMappings, cMappings, pszMountDir, pszSharePrefix, g_SharedFoldersSvcClientID);
/vbox/src/VBox/Runtime/r0drv/
H A Dmemobj-r0drv.cpp121 i = pParent->uRel.Parent.cMappings;
130 Assert(i == pParent->uRel.Parent.cMappings);
135 pParent->uRel.Parent.cMappings++;
337 && pMem->uRel.Parent.cMappings > 0)
343 while (pMem->uRel.Parent.cMappings > 0)
345 PRTR0MEMOBJINTERNAL pChild = pMem->uRel.Parent.papMappings[--pMem->uRel.Parent.cMappings];
346 pMem->uRel.Parent.papMappings[pMem->uRel.Parent.cMappings] = NULL;
359 pMem->uRel.Parent.papMappings[pMem->uRel.Parent.cMappings++] = pChild;
384 AssertFatal(pParent->uRel.Parent.cMappings > 0);
388 i = pParent->uRel.Parent.cMappings;
[all...]
/vbox/src/VBox/Debugger/
H A DDBGPlugInWinNt.cpp239 uint32_t cMappings; member in struct:DBGDIGGERWINNTRDR
303 i = pThis->cMappings;
312 uint32_t offNextMap = i + 1 < pThis->cMappings ? pThis->aMappings[i + 1].offFile : pThis->cbImage;
506 pRdr->cMappings = 0;
513 if (!pRdr->cMappings)
514 pRdr->cMappings++;
517 while (j < pRdr->cMappings && pRdr->aMappings[j].offFile < paShs[i].PointerToRawData)
519 if (j < pRdr->cMappings)
520 memmove(&pRdr->aMappings[j + 1], &pRdr->aMappings[j], (pRdr->cMappings - j) * sizeof(pRdr->aMappings));
527 if (j == pRdr->cMappings)
[all...]
H A DDBGCEmulateCodeView.cpp4037 uint32_t cMappings = RT_ELEMENTS(aMappings); local
4038 int rc = RTDbgAsModuleQueryMapByIndex(hAs, iMod, &aMappings[0], &cMappings, 0 /*fFlags*/);
4043 for (uint32_t iMap = 0; iMap < cMappings; iMap++)
4062 for (uint32_t i = 0; i + 1 < cMappings; i++)
4063 for (uint32_t j = i + 1; j < cMappings; j++)
4072 if ( cMappings == 1
4097 for (uint32_t iMap = 0; iMap < cMappings; iMap++)
/vbox/src/libs/kStuff/iprt/
H A DkRdrFile-iprt.cpp67 KI32 cMappings; member in struct:KRDRFILE
483 if (pRdrFile->cMappings <= 0)
487 if (!--pRdrFile->cMappings)
523 pRdrFile->cMappings = 0;
527 pRdrFile->cMappings++;
623 pRdrFile->cMappings = 0;
/vbox/src/VBox/Runtime/testcase/
H A DtstRTCoreDump.h108 uint32_t cMappings; /* Number of mappings (count of pMapInfoHead list) */ member in struct:VBOXPROCESS
/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.h114 uint32_t cMappings; /**< Number of mappings (count of pMapInfoHead list) */ member in struct:RTSOLCOREPROCESS
H A Dcoredumper-solaris.cpp702 pSolProc->cMappings = cbMapFile / sizeof(prmap_t);
703 if (pSolProc->cMappings > 0)
709 pSolProc->cMappings * sizeof(RTSOLCOREMAPINFO));
718 for (uint64_t i = 0; i < pSolProc->cMappings; i++, pMap++, pCur++)
762 CORELOG((CORELOG_NAME "ProcReadMappings: successfully read in %u mappings\n", pSolProc->cMappings));
767 pSolProc->cMappings * sizeof(RTSOLCOREMAPINFO)));
772 CORELOGRELSYS((CORELOG_NAME "ProcReadMappings: Invalid mapping count %u\n", pSolProc->cMappings));
1726 uint32_t cProgHdrs = pSolProc->cMappings + 2; /* two PT_NOTE program headers (old, new style) */
/vbox/src/VBox/Runtime/include/internal/
H A Dmemobj.h138 uint32_t cMappings; member in struct:RTR0MEMOBJINTERNAL::__anon16646::__anon16647
/vbox/src/VBox/Additions/common/VBoxControl/
H A DVBoxControl.cpp1658 uint32_t cMappings; local
1660 &paMappings, &cMappings);
1664 RTPrintf("Auto-mounted Shared Folder mappings (%u):\n\n", cMappings);
1666 RTPrintf("Shared Folder mappings (%u):\n\n", cMappings);
1668 for (uint32_t i = 0; i < cMappings; i++)
1681 if (!cMappings)
/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp917 SUPR0Printf("GMMR0Term: %p/%#x: cFree=%d cPrivate=%d cShared=%d cMappings=%d\n", pChunk,
923 SUPR0Printf("GMMR0Term: %p/%#x: RTRMemObjFree(%p,true) -> %d (cMappings=%d)\n", pChunk,
1494 unsigned cMappings = pChunk->cMappingsX; local
1495 for (unsigned i = 0; i < cMappings; i++)
1502 cMappings--;
1503 if (i < cMappings)
1504 pChunk->paMappingsX[i] = pChunk->paMappingsX[cMappings];
1505 pChunk->paMappingsX[cMappings].pGVM = NULL;
1506 pChunk->paMappingsX[cMappings].hMapObj = NIL_RTR0MEMOBJ;
1507 Assert(pChunk->cMappingsX - 1U == cMappings);
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFAddrSpace.cpp347 uint32_t cMappings = 1; local
348 int rc = RTDbgAsModuleQueryMapByIndex(hAs, i, &aMappings[0], &cMappings, 0 /*fFlags*/);
349 if (RT_SUCCESS(rc) && cMappings == 1 && aMappings[0].iSeg == NIL_RTDBGSEGIDX)
352 AssertLogRelMsgFailed(("iModule=%#x rc=%Rrc cMappings=%#x.\n", i, rc, cMappings));
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dvbsf.c711 uint32_t cMappings = RT_ELEMENTS(mappings); local
713 int vboxRC = vboxCallQueryMappings(&pDeviceExtension->hgcmClient, mappings, &cMappings);
721 for (i = 0; i < RT_MIN(cMappings, cbOut); i++)
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dmemobj-r0drv-nt.cpp723 if ( pMemNtToMap->Core.uRel.Parent.cMappings
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgas.cpp1113 uint32_t const cMappings = *pcMappings;
1133 if (cMaps >= cMappings)

Completed in 194 milliseconds