/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManage.h | 133 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 D | VBoxManageBandwidthControl.cpp | 99 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 D | VBoxManageDebugVM.cpp | 50 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 D | VBoxManageHostonly.cpp | 46 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 D | VBoxManageGuestProp.cpp | 79 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 D | VBoxManageMisc.cpp | 61 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 D | VBoxManageDHCPServer.cpp | 115 static int handleOp(HandlerArg *a, OPCODE enmCode, int iStart, int *pcProcessed) 437 int handleDHCPServer(HandlerArg *a)
|
H A D | VBoxManageNATNetwork.cpp | 100 static int handleOp(HandlerArg *a, OPCODE enmCode, int iStart, int *pcProcessed) 467 int handleNATNetwork(HandlerArg *a)
|
H A D | VBoxManageDisk.cpp | 150 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 D | VBoxManage.cpp | 515 int (*handler)(HandlerArg *a); 594 HandlerArg handlerArg = { 0, NULL, virtualBox, session };
|
H A D | VBoxManageSnapshot.cpp | 166 static RTEXITCODE handleSnapshotList(HandlerArg *pArgs, ComPtr<IMachine> &pMachine) 267 int handleSnapshot(HandlerArg *a)
|
H A D | VBoxManageAppliance.cpp | 146 int handleImportAppliance(HandlerArg *arg) 949 int handleExportAppliance(HandlerArg *a)
|
H A D | VBoxManageStorageController.cpp | 75 int handleStorageAttach(HandlerArg *a) 953 int handleStorageController(HandlerArg *a)
|
H A D | VBoxManageMetrics.cpp | 627 int handleMetrics(HandlerArg *a)
|
H A D | VBoxManageUSB.cpp | 168 int handleUSBFilter(HandlerArg *a)
|
H A D | VBoxManageGuestCtrl.cpp | 95 HandlerArg handlerArg; 781 static RTEXITCODE ctrlInitVM(HandlerArg *pArg, 3925 int handleGuestControl(HandlerArg *pArg)
|
H A D | VBoxManageList.cpp | 1209 int handleList(HandlerArg *a)
|
H A D | VBoxManageControlVM.cpp | 84 int handleControlVM(HandlerArg *a)
|
H A D | VBoxInternalManage.cpp | 2509 int handleInternalCommands(HandlerArg *a)
|
H A D | VBoxManageInfo.cpp | 2649 int handleShowVMInfo(HandlerArg *a)
|
H A D | VBoxManageModifyVM.cpp | 457 int handleModifyVM(HandlerArg *a)
|
/vbox/src/VBox/Storage/testcase/ |
H A D | vbox-img.cpp | 99 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 D | VBoxWatchdogInternal.h | 49 struct HandlerArg struct
|
H A D | VBoxWatchdog.cpp | 680 static RTEXITCODE watchdogMain(HandlerArg *a) 1147 HandlerArg handlerArg = { argc, argv };
|