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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManage.h133 struct HandlerArg struct
192 int handleInternalCommands(HandlerArg *a);
196 int handleControlVM(HandlerArg *a);
205 int handleModifyVM(HandlerArg *a);
208 int handleDebugVM(HandlerArg *a);
218 extern int handleGuestProperty(HandlerArg *a);
221 extern int handleGuestControl(HandlerArg *a);
229 int handleShowVMInfo(HandlerArg *a);
239 int handleList(HandlerArg *a);
242 int handleMetrics(HandlerArg *
[all...]
H A DVBoxManageBandwidthControl.cpp99 static RTEXITCODE handleBandwidthControlAdd(HandlerArg *a, ComPtr<IBandwidthControl> &bwCtrl)
187 static RTEXITCODE handleBandwidthControlSet(HandlerArg *a, ComPtr<IBandwidthControl> &bwCtrl)
253 static RTEXITCODE handleBandwidthControlRemove(HandlerArg *a, ComPtr<IBandwidthControl> &bwCtrl)
266 static RTEXITCODE handleBandwidthControlList(HandlerArg *pArgs, ComPtr<IBandwidthControl> &rptrBWControl)
303 int handleBandwidthControl(HandlerArg *a)
H A DVBoxManageDebugVM.cpp50 static RTEXITCODE handleDebugVM_GetRegisters(HandlerArg *pArgs, IMachineDebugger *pDebugger)
123 static RTEXITCODE handleDebugVM_Info(HandlerArg *a, IMachineDebugger *pDebugger)
143 static RTEXITCODE handleDebugVM_InjectNMI(HandlerArg *a, IMachineDebugger *pDebugger)
159 static RTEXITCODE handleDebugVM_LogXXXX(HandlerArg *pArgs, IMachineDebugger *pDebugger, const char *pszSubCmd)
240 static RTEXITCODE handleDebugVM_DumpVMCore(HandlerArg *pArgs, IMachineDebugger *pDebugger)
301 static RTEXITCODE handleDebugVM_OSDetect(HandlerArg *a, IMachineDebugger *pDebugger)
319 static RTEXITCODE handleDebugVM_OSInfo(HandlerArg *a, IMachineDebugger *pDebugger)
340 static RTEXITCODE handleDebugVM_SetRegisters(HandlerArg *pArgs, IMachineDebugger *pDebugger)
496 static RTEXITCODE handleDebugVM_Show(HandlerArg *pArgs, IMachineDebugger *pDebugger)
569 static RTEXITCODE handleDebugVM_Statistics(HandlerArg *pArg
[all...]
H A DVBoxManageHostonly.cpp46 static int handleCreate(HandlerArg *a, int iStart, int *pcProcessed)
76 static int handleRemove(HandlerArg *a, int iStart, int *pcProcessed)
122 static int handleIpconfig(HandlerArg *a, int iStart, int *pcProcessed)
262 int handleHostonlyIf(HandlerArg *a)
H A DVBoxManageGuestProp.cpp79 static int handleGetGuestProperty(HandlerArg *a)
121 static int handleSetGuestProperty(HandlerArg *a)
179 static int handleDeleteGuestProperty(HandlerArg *a)
223 static int handleEnumGuestProperty(HandlerArg *a)
285 static int handleWaitGuestProperty(HandlerArg *a)
406 int handleGuestProperty(HandlerArg *a)
408 HandlerArg arg = *a;
H A DVBoxManageMisc.cpp61 int handleRegisterVM(HandlerArg *a)
103 int handleUnregisterVM(HandlerArg *a)
200 int handleCreateVM(HandlerArg *a)
357 int handleCloneVM(HandlerArg *a)
496 int handleStartVM(HandlerArg *a)
634 int handleDiscardState(HandlerArg *a)
663 int handleAdoptState(HandlerArg *a)
700 int handleGetExtraData(HandlerArg *a)
779 int handleSetExtraData(HandlerArg *a)
825 int handleSetProperty(HandlerArg *
[all...]
H A DVBoxManageDHCPServer.cpp115 static int handleOp(HandlerArg *a, OPCODE enmCode, int iStart, int *pcProcessed)
437 int handleDHCPServer(HandlerArg *a)
H A DVBoxManageNATNetwork.cpp100 static int handleOp(HandlerArg *a, OPCODE enmCode, int iStart, int *pcProcessed)
467 int handleNATNetwork(HandlerArg *a)
H A DVBoxManageDisk.cpp150 HRESULT openMedium(HandlerArg *a, const char *pszFilenameOrUuid,
188 static HRESULT createMedium(HandlerArg *a, const char *pszFormat,
234 int handleCreateMedium(HandlerArg *a)
485 int handleModifyMedium(HandlerArg *a)
724 int handleCloneMedium(HandlerArg *a)
1343 int handleShowMediumInfo(HandlerArg *a)
1452 int handleCloseMedium(HandlerArg *a)
1560 int handleMediumProperty(HandlerArg *a)
1663 int handleEncryptMedium(HandlerArg *a)
1808 int handleCheckMediumPassword(HandlerArg *
[all...]
H A DVBoxManage.cpp515 int (*handler)(HandlerArg *a);
594 HandlerArg handlerArg = { 0, NULL, virtualBox, session };
H A DVBoxManageSnapshot.cpp166 static RTEXITCODE handleSnapshotList(HandlerArg *pArgs, ComPtr<IMachine> &pMachine)
267 int handleSnapshot(HandlerArg *a)
H A DVBoxManageAppliance.cpp146 int handleImportAppliance(HandlerArg *arg)
949 int handleExportAppliance(HandlerArg *a)
H A DVBoxManageStorageController.cpp75 int handleStorageAttach(HandlerArg *a)
953 int handleStorageController(HandlerArg *a)
H A DVBoxManageMetrics.cpp627 int handleMetrics(HandlerArg *a)
H A DVBoxManageUSB.cpp168 int handleUSBFilter(HandlerArg *a)
H A DVBoxManageGuestCtrl.cpp95 HandlerArg handlerArg;
781 static RTEXITCODE ctrlInitVM(HandlerArg *pArg,
3925 int handleGuestControl(HandlerArg *pArg)
H A DVBoxManageList.cpp1209 int handleList(HandlerArg *a)
H A DVBoxManageControlVM.cpp84 int handleControlVM(HandlerArg *a)
H A DVBoxInternalManage.cpp2509 int handleInternalCommands(HandlerArg *a)
H A DVBoxManageInfo.cpp2649 int handleShowVMInfo(HandlerArg *a)
H A DVBoxManageModifyVM.cpp457 int handleModifyVM(HandlerArg *a)
/vbox/src/VBox/Storage/testcase/
H A Dvbox-img.cpp99 struct HandlerArg struct
194 static int handleSetUUID(HandlerArg *a)
325 static int handleGeometry(HandlerArg *a)
832 static int handleConvert(HandlerArg *a)
1058 static int handleInfo(HandlerArg *a)
1207 static int handleCompact(HandlerArg *a)
1388 static int handleCreateCache(HandlerArg *a)
1483 static int handleCreateBase(HandlerArg *a)
1585 static int handleRepair(HandlerArg *a)
1652 static int handleClearComment(HandlerArg *
[all...]
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdogInternal.h49 struct HandlerArg struct
H A DVBoxWatchdog.cpp680 static RTEXITCODE watchdogMain(HandlerArg *a)
1147 HandlerArg handlerArg = { argc, argv };

Completed in 2019 milliseconds