Searched refs:pMappings (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/HostServices/SharedFolders/ |
H A D | mappings.h | 48 int vbsfMappingsQuery(PSHFLCLIENTDATA pClient, PSHFLMAPPING pMappings, uint32_t *pcMappings);
|
H A D | mappings.cpp | 356 * 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 D | service.cpp | 335 SHFLMAPPING *pMappings = (SHFLMAPPING *)paParms[2].u.pointer.addr; local 353 rc = vbsfMappingsQuery(pClient, pMappings, &cMappings);
|
/vbox/src/VBox/VMM/VMMAll/ |
H A D | PGMAllMap.cpp | 63 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 D | PGMAll.cpp | 530 PPGMMAPPING pMapping = pVM->pgm.s.CTX_SUFF(pMappings); 2769 for (PPGMMAPPING pMapping = pVM->pgm.s.CTX_SUFF(pMappings);
|
H A D | PGMAllBth.h | 686 PPGMMAPPING pMapping = pVM->pgm.s.CTX_SUFF(pMappings);
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | PGMMap.cpp | 1366 PPGMMAPPING pCur = pVM->pgm.s.CTX_SUFF(pMappings);
|
Completed in 1123 milliseconds