Searched refs:mach (Results 1 - 25 of 49) sorted by relevance

12

/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxinfo.vbs17 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 Dvboxshell.py144 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 Dbld_awk_pkginfo.ksh16 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 DMakefile.com8 MACH = $(shell mach)
/vbox/src/VBox/Runtime/darwin/
H A DRTErrConvertFromDarwinKern.cpp30 #include <mach/kern_return.h>
H A DRTErrConvertFromDarwin.cpp30 #include <mach/kern_return.h>
/vbox/src/VBox/Main/webservice/samples/python/
H A Dclienttest.py54 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 Dthe-darwin-kernel.h34 #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 Dsystemmem-darwin.cpp41 #include <mach/mach.h>
H A Dtime-darwin.cpp33 #include <mach/mach_time.h>
34 #include <mach/kern_return.h>
H A DrtProcInitExePath-darwin.cpp32 # include <mach-o/dyld.h>
H A Dsched-darwin.cpp32 #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 Dmp-darwin.cpp40 #include <mach/mach.h>
H A DRTSystemQueryDmiString-darwin.cpp39 #include <mach/mach_port.h>
/vbox/src/VBox/Main/src-server/darwin/
H A DPerformanceDarwin.cpp18 #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 Dnextstep.c40 #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 DtstDarwinSched.cpp5 #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 Dthread-posix.cpp44 # 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 Dpowrprof.h60 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 Dpowrprof.h60 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 DtstOpenUSBDev.cpp22 #include <mach/mach.h>
27 #include <mach/mach_error.h>
/vbox/src/VBox/Main/webservice/samples/java/jax-ws/
H A Dclienttest.java97 IMachine mach = session.getMachine();
98 IBIOSSettings bios = mach.getBIOSSettings();
100 mach.saveSettings();
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/
H A DUSBLib-darwin.cpp30 #include <mach/mach_port.h>
/vbox/src/VBox/Devices/EFI/
H A DVBoxSmcUtil-darwin.cpp30 #include <mach/mach.h>
/vbox/src/VBox/Devices/Storage/
H A DDrvHostDVD.cpp27 # include <mach/mach.h>
34 # include <mach/mach_error.h>

Completed in 78 milliseconds

12