Searched refs:machine (Results 1 - 25 of 265) sorted by relevance

1234567891011

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dfloat.h16 #include <machine/float.h>
H A Dstrings.h43 #include <machine/ansi.h>
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/Arm/
H A Darith.h3 #include <machine/endian.h>
H A Dgd_qnan.h3 #include <machine/endian.h>
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Arm/machine/
H A Dbswap.h6 #include <machine/byte_swap.h>
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ia32/machine/
H A Dbswap.h8 #include <machine/byte_swap.h>
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/X64/machine/
H A Dbswap.h8 #include <machine/byte_swap.h>
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dinttypes.h49 #include <machine/int_fmtio.h>
H A Dstdint.h43 #include <machine/int_types.h>
95 #include <machine/int_mwgwtypes.h>
98 #include <machine/int_limits.h>
102 #include <machine/int_const.h>
105 //#include <machine/wchar_limits.h>
H A Dansi.h48 #include <machine/int_types.h>
H A Dsignal.h17 #include <machine/signal.h>
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/
H A DUIWizardFirstRun.h41 UIWizardFirstRun(QWidget *pParent, const CMachine &machine);
60 static bool isBootHardDiskAttached(const CMachine &machine);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Dvarargs.h42 #include <machine/stdarg.h>
H A Dcpu_counter.h48 #include <machine/ia64_cpu.h>
H A Dieeefp.h32 #include <machine/fpu.h>
H A Dreg.h34 #include <machine/_regset.h>
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsElements.cpp57 UIGDetailsUpdateThread::UIGDetailsUpdateThread(const CMachine &machine) argument
58 : m_machine(machine)
108 UIGDetailsUpdateThreadGeneral::UIGDetailsUpdateThreadGeneral(const CMachine &machine) argument
109 : UIGDetailsUpdateThread(machine)
117 if (!machine().isNull())
123 if (machine().GetAccessible())
126 m_text << UITextTableLine(QApplication::translate("UIGDetails", "Name", "details (general)"), machine().GetName());
130 vboxGlobal().vmGuestOSTypeDescription(machine().GetOSTypeId()));
133 QStringList groups = machine().GetGroups().toList();
134 /* Do not show groups for machine whic
291 UIGDetailsUpdateThreadSystem(const CMachine &machine) argument
395 UIGDetailsUpdateThreadDisplay(const CMachine &machine) argument
494 UIGDetailsUpdateThreadStorage(const CMachine &machine) argument
596 UIGDetailsUpdateThreadAudio(const CMachine &machine) argument
660 UIGDetailsUpdateThreadNetwork(const CMachine &machine) argument
783 UIGDetailsUpdateThreadSerial(const CMachine &machine) argument
854 UIGDetailsUpdateThreadParallel(const CMachine &machine) argument
919 UIGDetailsUpdateThreadUSB(const CMachine &machine) argument
996 UIGDetailsUpdateThreadSF(const CMachine &machine) argument
1051 UIGDetailsUpdateThreadUI(const CMachine &machine) argument
1169 UIGDetailsUpdateThreadDescription(const CMachine &machine) argument
[all...]
/vbox/src/VBox/Main/webservice/samples/php/
H A Dclienttest.php49 foreach ($machines as $machine)
51 if ( 'Running' == $machine->state )
54 $uuid = $machine->id;
55 $machine->lockMachine($session->handle, "Shared");
66 echo "Saving screenshot of " . $machine->name . " (${screenWidth}x${screenHeight}, ${screenBpp}BPP) to $filename\n";
94 $machine->releaseRemote();
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestProp.cpp91 ComPtr<IMachine> machine;
93 machine.asOutParam()));
94 if (machine)
97 CHECK_ERROR_RET(machine, LockMachine(a->session, LockType_Shared), 1);
99 /* get the mutable session machine */
100 a->session->COMGETTER(Machine)(machine.asOutParam());
105 CHECK_ERROR(machine, GetGuestProperty(Bstr(a->argv[1]).raw(),
152 ComPtr<IMachine> machine; local
154 machine.asOutParam()));
155 if (machine)
196 ComPtr<IMachine> machine; local
246 ComPtr<IMachine> machine; local
298 ComPtr<IMachine> machine; local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachine.cpp60 CMachine machine = session.GetMachine();
62 CSnapshot snapshot = machine.GetCurrentSnapshot();
65 CProgress progress = machine.RestoreSnapshot(snapshot);
66 if (!machine.isOk())
67 return msgCenter().cannotRestoreSnapshot(machine, snapshot.GetName(), machine.GetName());
70 msgCenter().showModalProgressDialog(progress, machine.GetName(), ":/progress_snapshot_discard_90px.png");
72 return msgCenter().cannotRestoreSnapshot(progress, snapshot.GetName(), machine.GetName());
84 /* Get corresponding machine: */
85 CMachine machine local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/X64/
H A Disinfl.c47 #include <machine/ieee.h>
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/
H A Dinfinityf_ieee754.c13 #include <machine/endian.h>
H A Disinff_ieee754.c47 #include <machine/ieee.h>
H A Disnanf_ieee754.c47 #include <machine/ieee.h>
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxTakeSnapshotDlg.h34 VBoxTakeSnapshotDlg(QWidget *pParent, const CMachine &machine);

Completed in 129 milliseconds

1234567891011