Searched defs:aArgs (Results 1 - 10 of 10) sorted by relevance
/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/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/Runtime/include/internal/ |
H A D | req.h | 113 uintptr_t aArgs[64]; member in struct:RTREQ::RTREQ_U::__anon16660
|
/vbox/src/VBox/Debugger/ |
H A D | DBGCInternal.h | 205 DBGCVAR aArgs[100]; member in struct:DBGC
|
/vbox/include/VBox/vmm/ |
H A D | vmapi.h | 292 uintptr_t aArgs[64]; member in struct:VMREQ::VMREQ_U::__anon414
|
/vbox/src/VBox/Main/src-client/ |
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/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/VirtualBox/src/runtime/ |
H A D | UISession.cpp | 507 QVector<QString> aArgs; local 509 aArgs, aFlagsUpdate);
|
/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),
|
Completed in 1047 milliseconds