Searched refs:pMappings (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/HostServices/SharedFolders/
H A Dmappings.h48 int vbsfMappingsQuery(PSHFLCLIENTDATA pClient, PSHFLMAPPING pMappings, uint32_t *pcMappings);
H A Dmappings.cpp356 * Note: If pMappings / *pcMappings is smaller than the actual amount of mappings
360 int vbsfMappingsQuery(PSHFLCLIENTDATA pClient, PSHFLMAPPING pMappings, uint32_t *pcMappings) argument
367 LogFlow(("vbsfMappingsQuery: pClient = %p, pMappings = %p, pcMappings = %p, *pcMappings = %d\n",
368 pClient, pMappings, pcMappings, *pcMappings));
384 pMappings[idx].u32Status = SHFL_MS_NEW;
385 pMappings[idx].root = i;
H A Dservice.cpp335 SHFLMAPPING *pMappings = (SHFLMAPPING *)paParms[2].u.pointer.addr; local
353 rc = vbsfMappingsQuery(pClient, pMappings, &cMappings);
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllMap.cpp63 PPGMMAPPING pCur = pVM->pgm.s.CTX_SUFF(pMappings);
160 PPGMMAPPING pCur = pVM->pgm.s.CTX_SUFF(pMappings);
230 PPGMMAPPING pCur = pVM->pgm.s.CTX_SUFF(pMappings);
489 for (PPGMMAPPING pCur = pVM->pgm.s.CTX_SUFF(pMappings); pCur; pCur = pCur->CTX_SUFF(pNext))
649 for (PPGMMAPPING pCur = pVM->pgm.s.CTX_SUFF(pMappings); pCur; pCur = pCur->CTX_SUFF(pNext))
689 for (PPGMMAPPING pCur = pVM->pgm.s.CTX_SUFF(pMappings); pCur; pCur = pCur->CTX_SUFF(pNext))
721 for (PPGMMAPPING pCur = pVM->pgm.s.CTX_SUFF(pMappings); pCur; pCur = pCur->CTX_SUFF(pNext))
763 for (PPGMMAPPING pCur = pVM->pgm.s.CTX_SUFF(pMappings); pCur; pCur = pCur->CTX_SUFF(pNext))
791 for (PPGMMAPPING pCur = pVM->pgm.s.CTX_SUFF(pMappings); pCur; pCur = pCur->CTX_SUFF(pNext))
855 for (PPGMMAPPING pCur = pVM->pgm.s.CTX_SUFF(pMappings); pCu
[all...]
H A DPGMAll.cpp530 PPGMMAPPING pMapping = pVM->pgm.s.CTX_SUFF(pMappings);
2769 for (PPGMMAPPING pMapping = pVM->pgm.s.CTX_SUFF(pMappings);
H A DPGMAllBth.h686 PPGMMAPPING pMapping = pVM->pgm.s.CTX_SUFF(pMappings);
/vbox/src/VBox/VMM/VMMR3/
H A DPGMMap.cpp1366 PPGMMAPPING pCur = pVM->pgm.s.CTX_SUFF(pMappings);

Completed in 1123 milliseconds