/vbox/src/VBox/HostDrivers/Support/ |
H A D | SUPLibTracerA.asm | 113 mov [xSP + SUPTRACERUMODFIREPROBE.In + SUPDRVTRACERUSRCTX64.u.Amd64.aArgs + xCB*0], rdx 114 mov [xSP + SUPTRACERUMODFIREPROBE.In + SUPDRVTRACERUSRCTX64.u.Amd64.aArgs + xCB*1], r8 115 mov [xSP + SUPTRACERUMODFIREPROBE.In + SUPDRVTRACERUSRCTX64.u.Amd64.aArgs + xCB*2], r9 117 mov [xSP + SUPTRACERUMODFIREPROBE.In + SUPDRVTRACERUSRCTX64.u.Amd64.aArgs + xCB*3], xAX 119 mov [xSP + SUPTRACERUMODFIREPROBE.In + SUPDRVTRACERUSRCTX64.u.Amd64.aArgs + xCB*4], xAX 121 mov [xSP + SUPTRACERUMODFIREPROBE.In + SUPDRVTRACERUSRCTX64.u.Amd64.aArgs + xCB*5], xAX 123 mov [xSP + SUPTRACERUMODFIREPROBE.In + SUPDRVTRACERUSRCTX64.u.Amd64.aArgs + xCB*6], xAX 125 mov [xSP + SUPTRACERUMODFIREPROBE.In + SUPDRVTRACERUSRCTX64.u.Amd64.aArgs + xCB*7], xAX 127 mov [xSP + SUPTRACERUMODFIREPROBE.In + SUPDRVTRACERUSRCTX64.u.Amd64.aArgs + xCB*8], xAX 129 mov [xSP + SUPTRACERUMODFIREPROBE.In + SUPDRVTRACERUSRCTX64.u.Amd64.aArgs [all...] |
H A D | SUPDrv-dtrace.cpp | 543 const char *pszType = vboxDtVtgGetString(pProv->pHdr, pArgList->aArgs[uArg].offType); 630 if (VTG_TYPE_IS_LARGE(pArgList->aArgs[iArg].fType)) 633 if (VTG_TYPE_IS_LARGE(pArgList->aArgs[iArg].fType)) 649 if (iArg + offArg < (int)RT_ELEMENTS(pCtx->u.X86.aArgs)) 650 u64Ret = pCtx->u.X86.aArgs[iArg + offArg]; 658 if (VTG_TYPE_IS_LARGE(pArgList->aArgs[iArg].fType)) 660 if (offArg + iArg < (int)RT_ELEMENTS(pCtx->u.X86.aArgs)) 662 u64Ret = pCtx->u.X86.aArgs[iArg + offArg]; 663 if ( VTG_TYPE_IS_LARGE(pArgList->aArgs[iArg].fType) 664 && offArg + iArg + 1 < (int)RT_ELEMENTS(pCtx->u.X86.aArgs)) [all...] |
H A D | SUPDrvTracer.cpp | 590 uint32_t const fType = pArgList->aArgs[iArg].fType; 597 switch (pArgList->aArgs[iArg].fType & VTG_TYPE_SIZE_MASK) 600 if (pArgList->aArgs[iArg].fType & VTG_TYPE_FIXED_SIZED) 612 if (VTG_TYPE_IS_LARGE(pArgList->aArgs[iArg].fType)) 615 MY_VALIDATE_STR(pArgList->aArgs[iArg].offType);
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/ |
H A D | VBoxDTraceR0.cpp | 1604 const char *pszType = vboxDtVtgGetString(pProv->pHdr, pArgList->aArgs[uArg].offType); 1662 if (VTG_TYPE_IS_LARGE(pArgList->aArgs[iArg].fType)) 1665 if (VTG_TYPE_IS_LARGE(pArgList->aArgs[iArg].fType)) 1681 if (iArg + offArg < (int)RT_ELEMENTS(pCtx->u.X86.aArgs)) 1682 u64Ret = pCtx->u.X86.aArgs[iArg + offArg]; 1689 if (VTG_TYPE_IS_LARGE(pArgList->aArgs[iArg].fType)) 1691 if (offArg + iArg < (int)RT_ELEMENTS(pCtx->u.X86.aArgs)) 1693 u64Ret = pCtx->u.X86.aArgs[iArg + offArg]; 1694 if ( VTG_TYPE_IS_LARGE(pArgList->aArgs[iArg].fType) 1695 && offArg + iArg + 1 < (int)RT_ELEMENTS(pCtx->u.X86.aArgs)) [all...] |
/vbox/src/VBox/Runtime/include/internal/ |
H A D | req.h | 113 uintptr_t aArgs[64]; member in struct:RTREQ::RTREQ_U::__anon16660
|
/vbox/src/VBox/Main/src-client/ |
H A D | GuestCtrlImpl.cpp | 134 ProcessArguments aArgs; 135 aArgs.resize(0); 142 aArgs.push_back(aArguments[i]); 198 aSource, aArgs, fFlags);
|
H A D | MachineDebuggerImpl.cpp | 932 HRESULT MachineDebugger::info(const com::Utf8Str &aName, const com::Utf8Str &aArgs, com::Utf8Str &aInfo) argument 953 int vrc = DBGFR3Info(ptrVM.rawUVM(), aName.c_str(), aArgs.c_str(), &Hlp.Core);
|
/vbox/src/VBox/ValidationKit/tests/additions/ |
H A D | tdAddGuestCtrl.py | 257 def __init__(self, sCmd = "", aArgs = None, aEnv = None, \ 264 self.aArgs = aArgs; 399 def __init__(self, sSrc = "", aArgs = None, aFlags = None, 404 self.aArgs = aArgs; 998 oTest.aArgs, oTest.aEnv)); 1001 oTest.aArgs, oTest.aEnv, \ 1702 [ tdTestExec(sCmd = sImageOut, aArgs = [ '/C', 'dir', '/S', 'c:\\windows\\system32' ], 1705 [ tdTestExec(sCmd = sImageOut, aArgs [all...] |
/vbox/include/VBox/com/ |
H A D | string.h | 806 * @param aArgs List of arguments for the format string 808 BstrFmtVA(const char *aFormat, va_list aArgs) argument 810 copyFrom(Utf8Str(aFormat, aArgs).c_str());
|
/vbox/src/VBox/Debugger/ |
H A D | DBGCEval.cpp | 436 rc = pFunc->pfnHandler(pFunc, &pDbgc->CmdHlp, pDbgc->pUVM, &pDbgc->aArgs[iArg], cArgs, pResult); 1042 * DBGC::aArgs. Always set. Caller must restore DBGC::iArg 1075 PDBGCVAR pArg = &pDbgc->aArgs[pDbgc->iArg]; 1088 if (pDbgc->iArg >= RT_ELEMENTS(pDbgc->aArgs)) 1373 rc = pCmd->pfnHandler(pCmd, &pDbgc->CmdHlp, pDbgc->pUVM, &pDbgc->aArgs[iArg], cArgs);
|
H A D | DBGCInternal.h | 205 DBGCVAR aArgs[100]; member in struct:DBGC
|
/vbox/src/VBox/Runtime/common/misc/ |
H A D | reqqueue.cpp | 230 AssertMsgReturn(cArgs * sizeof(uintptr_t) <= sizeof(pReq->u.Internal.aArgs), ("cArgs=%u\n", cArgs), VERR_TOO_MUCH_DATA); 246 pReq->u.Internal.aArgs[iArg] = va_arg(Args, uintptr_t);
|
H A D | req.cpp | 361 uintptr_t *pauArgs = &pReq->u.Internal.aArgs[0];
|
H A D | reqpool.cpp | 1118 AssertMsgReturn(cArgs * sizeof(uintptr_t) <= sizeof(pReq->u.Internal.aArgs), ("cArgs=%u\n", cArgs), VERR_TOO_MUCH_DATA); 1130 pReq->u.Internal.aArgs[iArg] = va_arg(va, uintptr_t);
|
/vbox/src/VBox/Main/include/ |
H A D | MachineDebuggerImpl.h | 87 const com::Utf8Str &aArgs,
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/ |
H A D | VBoxUhgsmiBase.cpp | 213 HGCMFunctionParameter aArgs[3]; member in struct:VBOXCRHGSMI_CALLDATA
|
/vbox/include/VBox/ |
H A D | VBoxTpG.h | 219 VTGDESCARG aArgs[1]; member in struct:VTGDESCARGLIST
|
H A D | sup.h | 125 uint32_t aArgs[20]; /**< Raw arguments. */ member in struct:SUPDRVTRACERUSRCTX::__anon252::__anon253 148 uint64_t aArgs[10]; /**< Raw arguments. */ member in struct:SUPDRVTRACERUSRCTX::__anon252::__anon254
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageGuestCtrl.cpp | 1176 com::SafeArray<IN_BSTR> aArgs; local 1261 if (aArgs.size() == 0 && strCmd.isEmpty()) 1264 aArgs.push_back(Bstr(ValueUnion.psz).raw()); 1271 aArgs.push_back(Bstr(ValueUnion.psz).raw()); 1323 ComSafeArrayAsInParam(aArgs), 3248 com::SafeArray<IN_BSTR> aArgs; local 3277 if (aArgs.size() == 0 && strSource.isEmpty()) 3280 aArgs.push_back(Bstr(ValueUnion.psz).raw()); 3329 ComSafeArrayAsInParam(aArgs),
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | VMReq.cpp | 475 AssertMsgReturn(cArgs * sizeof(uintptr_t) <= sizeof(pReq->u.Internal.aArgs), 493 pReq->u.Internal.aArgs[iArg] = va_arg(Args, uintptr_t); 1225 uintptr_t *pauArgs = &pReq->u.Internal.aArgs[0];
|
/vbox/include/VBox/vmm/ |
H A D | vmapi.h | 292 uintptr_t aArgs[64]; member in struct:VMREQ::VMREQ_U::__anon414
|
/vbox/src/VBox/ValidationKit/testdriver/ |
H A D | txsclient.py | 419 def startTask(self, cMsTimeout, fIgnoreErrors, sStatus, fnTask, aArgs = ()): 428 aArgs: Arguments to pass to fnTask. 451 self.aTaskArgs = aArgs; 619 def asyncToSync(self, fnAsync, *aArgs): 625 rc = fnAsync(*aArgs);
|
H A D | vbox.py | 590 def onMouseCapabilityChange(self, fSupportsAbsolute, *aArgs): # Extra argument was added in 3.2. 2701 def txsDoTask(self, oSession, oTxsSession, fnAsync, aArgs): 2710 cMsTimeout = aArgs[-2]; 2711 fIgnoreErrors = aArgs[-1]; 2716 rc = fnAsync(*aArgs); # pylint: disable=W0142
|
/vbox/src/VBox/VMM/VMMRC/ |
H A D | VMMRCA.asm | 363 mov [edx + SUPDRVTRACERUSRCTX32.u.X86.aArgs + %1*4], eax
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UISession.cpp | 507 QVector<QString> aArgs; local 509 aArgs, aFlagsUpdate);
|