/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | float.h | 16 #include <machine/float.h>
|
H A D | strings.h | 43 #include <machine/ansi.h>
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/Arm/ |
H A D | arith.h | 3 #include <machine/endian.h>
|
H A D | gd_qnan.h | 3 #include <machine/endian.h>
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Arm/machine/ |
H A D | bswap.h | 6 #include <machine/byte_swap.h>
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ia32/machine/ |
H A D | bswap.h | 8 #include <machine/byte_swap.h>
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/X64/machine/ |
H A D | bswap.h | 8 #include <machine/byte_swap.h>
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/ |
H A D | inttypes.h | 49 #include <machine/int_fmtio.h>
|
H A D | stdint.h | 43 #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 D | ansi.h | 48 #include <machine/int_types.h>
|
H A D | signal.h | 17 #include <machine/signal.h>
|
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/ |
H A D | UIWizardFirstRun.h | 41 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 D | varargs.h | 42 #include <machine/stdarg.h>
|
H A D | cpu_counter.h | 48 #include <machine/ia64_cpu.h>
|
H A D | ieeefp.h | 32 #include <machine/fpu.h>
|
H A D | reg.h | 34 #include <machine/_regset.h>
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/ |
H A D | UIGDetailsElements.cpp | 57 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 D | clienttest.php | 49 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 D | VBoxManageGuestProp.cpp | 91 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 D | UIMachine.cpp | 60 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 D | isinfl.c | 47 #include <machine/ieee.h>
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/ |
H A D | infinityf_ieee754.c | 13 #include <machine/endian.h>
|
H A D | isinff_ieee754.c | 47 #include <machine/ieee.h>
|
H A D | isnanf_ieee754.c | 47 #include <machine/ieee.h>
|
/vbox/src/VBox/Frontends/VirtualBox/src/ |
H A D | VBoxTakeSnapshotDlg.h | 34 VBoxTakeSnapshotDlg(QWidget *pParent, const CMachine &machine);
|