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

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DHGCMInternal.cpp485 HGCMFunctionParameter *pDstParm = VMMDEV_HGCM_CALL_PARMS(pHGCMCall); local
487 uint32_t offExtra = (uintptr_t)(pDstParm + cParms) - (uintptr_t)pHGCMCall;
505 for (iParm = 0; iParm < pCallInfo->cParms; iParm++, pSrcParm++, pDstParm++)
511 *pDstParm = *pSrcParm;
515 pDstParm->type = VMMDevHGCMParmType_PageList;
516 pDstParm->u.PageList.size = pSrcParm->u.PageList.size;
524 pDstParm->u.PageList.offset = offExtra;
534 pDstParm->u.PageList.offset = 0;
542 *pDstParm = *pSrcParm;
543 pDstParm
763 HGCMFunctionParameter *pDstParm = VBOXGUEST_HGCM_CALL_PARMS(pCallInfo); local
[all...]

Completed in 53 milliseconds