Searched defs:aArgs (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxUhgsmiBase.cpp213 HGCMFunctionParameter aArgs[3]; member in struct:VBOXCRHGSMI_CALLDATA
/vbox/include/VBox/com/
H A Dstring.h806 * @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 Dreq.h113 uintptr_t aArgs[64]; member in struct:RTREQ::RTREQ_U::__anon16660
/vbox/src/VBox/Debugger/
H A DDBGCInternal.h205 DBGCVAR aArgs[100]; member in struct:DBGC
/vbox/include/VBox/vmm/
H A Dvmapi.h292 uintptr_t aArgs[64]; member in struct:VMREQ::VMREQ_U::__anon414
/vbox/src/VBox/Main/src-client/
H A DMachineDebuggerImpl.cpp932 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 DVBoxTpG.h219 VTGDESCARG aArgs[1]; member in struct:VTGDESCARGLIST
H A Dsup.h125 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 DUISession.cpp507 QVector<QString> aArgs; local
509 aArgs, aFlagsUpdate);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp1176 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