/vbox/src/VBox/Frontends/VBoxShell/ |
H A D | vboxinfo.vbs | 17 Sub StartVm(vb, mach)
21 Set progress = vb.openRemoteSession(session, mach.id, "gui", "")
27 Sub StopVm(vb, mach)
31 vb.openExistingSession session, mach.id
38 Dim vb, mach
50 Set mach = vb.findMachine("Win")
51 Print "Machine: " & mach.name & " ID: " & mach.id
53 StartVm vb, mach
|
H A D | vboxshell.py | 144 for mach in getMachines(self.ctx, False, True): 147 word = re.sub("(?<!\\\\) ", "\\ ", str(mach.name)) 150 word = str(mach.id) 241 mach = vbox.createMachine("", name, [], kind, "") 242 mach.saveSettings() 243 print "created machine with UUID", mach.id 244 vbox.registerMachine(mach) 248 def removeVm(ctx, mach): 249 uuid = mach.id 250 print "removing machine ", mach [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pkg/solaris/ |
H A D | bld_awk_pkginfo.ksh | 16 usage: bld_awk_pkginfo -p <prodver> -m <mach> -o <awk_script> [-v <version>] 34 mach="" 46 mach=$OPTARG 61 if [[ ( -z $prodver ) || ( -z $mach ) || ( -z $awk_script ) ]] 101 printf "ARCH=\"%s\"\n", "$mach"
|
H A D | Makefile.com | 8 MACH = $(shell mach)
|
/vbox/src/VBox/Runtime/darwin/ |
H A D | RTErrConvertFromDarwinKern.cpp | 30 #include <mach/kern_return.h>
|
H A D | RTErrConvertFromDarwin.cpp | 30 #include <mach/kern_return.h>
|
/vbox/src/VBox/Main/webservice/samples/python/ |
H A D | clienttest.py | 54 for mach in wrapper.getArray(vbox, 'machines'): 60 vmname = mach.name 65 vmid = mach.id 75 print " State: %s" %(enumToString(vboxConstants, "MachineState", mach.state)) 76 print " Session state: %s" %(enumToString(vboxConstants, "SessionState", mach.sessionState)) 79 if mach.state == vboxConstants.MachineState_Running: 85 mach.lockMachine(session, vboxConstants.LockType_Shared) 110 print "Errror [%s]: %s" %(mach.name, str(e))
|
/vbox/src/VBox/Runtime/r0drv/darwin/ |
H A D | the-darwin-kernel.h | 34 #include <mach/vm_param.h> 63 #include <mach/thread_act.h> 64 #include <mach/vm_map.h> 65 #include <mach/vm_region.h> 97 /* mach/vm_types.h */ 116 /* mach/i386/thread_act.h */ 196 * Convert from mach kernel return code to IPRT status code.
|
/vbox/src/VBox/Runtime/r3/darwin/ |
H A D | systemmem-darwin.cpp | 41 #include <mach/mach.h>
|
H A D | time-darwin.cpp | 33 #include <mach/mach_time.h> 34 #include <mach/kern_return.h>
|
H A D | rtProcInitExePath-darwin.cpp | 32 # include <mach-o/dyld.h>
|
H A D | sched-darwin.cpp | 32 #include <mach/thread_act.h> 33 #include <mach/thread_policy.h> 34 #include <mach/thread_info.h> 35 #include <mach/host_info.h> 36 #include <mach/mach_init.h> 37 #include <mach/mach_host.h> 70 /** The desired mach base_priority value. */ 86 * range 0..127, which is translated into mach base_priority 0..63 and mach 92 * Further we observe that fseventsd and mds both run at (mach) priorit [all...] |
H A D | mp-darwin.cpp | 40 #include <mach/mach.h>
|
H A D | RTSystemQueryDmiString-darwin.cpp | 39 #include <mach/mach_port.h>
|
/vbox/src/VBox/Main/src-server/darwin/ |
H A D | PerformanceDarwin.cpp | 18 #include <mach/mach_error.h> 19 #include <mach/mach_host.h> 20 #include <mach/mach_init.h> 21 #include <mach/mach_time.h> 22 #include <mach/vm_statistics.h> 48 int32_t pti_syscalls_mach; /* number of mach system calls */
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | nextstep.c | 40 #import <mach/mach.h> 41 #import <mach/mach_error.h> 42 #import <mach-o/dyld.h> 87 /* These are my mach based versions, untested and probably bad ...
|
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstDarwinSched.cpp | 5 #include <mach/thread_act.h> 6 #include <mach/thread_policy.h> 7 #include <mach/thread_info.h> 8 #include <mach/host_info.h> 9 #include <mach/mach_init.h> 10 #include <mach/mach_host.h>
|
/vbox/src/VBox/Runtime/r3/posix/ |
H A D | thread-posix.cpp | 44 # include <mach/thread_act.h> 45 # include <mach/thread_info.h> 46 # include <mach/host_info.h> 47 # include <mach/mach_init.h> 48 # include <mach/mach_host.h>
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | powrprof.h | 60 GLOBAL_MACHINE_POWER_POLICY mach; member in struct:_GLOBAL_POWER_POLICY 117 MACHINE_POWER_POLICY mach; member in struct:_POWER_POLICY
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | powrprof.h | 60 GLOBAL_MACHINE_POWER_POLICY mach; member in struct:_GLOBAL_POWER_POLICY 117 MACHINE_POWER_POLICY mach; member in struct:_POWER_POLICY
|
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/testcase/ |
H A D | tstOpenUSBDev.cpp | 22 #include <mach/mach.h> 27 #include <mach/mach_error.h>
|
/vbox/src/VBox/Main/webservice/samples/java/jax-ws/ |
H A D | clienttest.java | 97 IMachine mach = session.getMachine(); 98 IBIOSSettings bios = mach.getBIOSSettings(); 100 mach.saveSettings();
|
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/ |
H A D | USBLib-darwin.cpp | 30 #include <mach/mach_port.h>
|
/vbox/src/VBox/Devices/EFI/ |
H A D | VBoxSmcUtil-darwin.cpp | 30 #include <mach/mach.h>
|
/vbox/src/VBox/Devices/Storage/ |
H A D | DrvHostDVD.cpp | 27 # include <mach/mach.h> 34 # include <mach/mach_error.h>
|