Searched refs:storage (Results 1 - 20 of 20) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dcounters.h29 # define REGISTER_COUNTER(name, storage, type, units, dsc) \
32 &(storage)->Stat ## name, \
40 # define DEREGISTER_COUNTER(name, storage) PDMDrvHlpSTAMDeregister(pDrvIns, &(storage)->Stat ## name)
42 # define REGISTER_COUNTER(name, storage, type, units, dsc) do {} while (0)
43 # define DEREGISTER_COUNTER(name, storage) do {} while (0)
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/math/
H A Dm_vector.h42 #define VEC_MALLOC 0x10 /* storage field points to self-allocated mem*/
70 void *storage; /* self-allocated storage */ member in struct:__anon3730
75 GLfloat (*storage)[4] );
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/X64/
H A Dfpu_rmode.asm30 ; used or not. We use one for temporary storage since the only variant of
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_asm_openvms_alpha.s42 ; is required for storage of those passed via registers.
/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp947 SHASTORAGE storage; local
948 RT_ZERO(storage);
1008 storage.fCreateDigest = true;
1012 storage.fSha256 = true;
1019 &storage.pVDImageIfaces);
1023 rc = i_readFSImpl(pTask, pTask->locInfo.strPath, pShaIo, &storage);
1036 storage.fCreateDigest = false;
1037 rc = i_readFSImpl(pTask, pTask->locInfo.strPath, pFileIo, &storage);
1266 tr("Cannot download file '%s' from S3 storage server (Access denied). Make sure that "
1272 tr("Cannot download file '%s' from S3 storage serve
1488 SHASTORAGE storage; local
1627 SHASTORAGE storage; local
[all...]
H A DApplianceImplExport.cpp179 /* Fetch all available storage controllers */
1969 SHASTORAGE storage; local
1970 RT_ZERO(storage);
1971 storage.fCreateDigest = m->fManifest;
1972 storage.fSha256 = m->fSha256;
1979 &storage.pVDImageIfaces);
1985 rc = i_writeFSImpl(pTask, writeLock, pShaIo, &storage);
2027 SHASTORAGE storage; local
2028 RT_ZERO(storage);
2029 storage
[all...]
H A DMachineImplCloneVM.cpp642 updateStorageLists(it->storage.llStorageControllers, bstrOldId, bstrNewId);
975 /* If we got a valid snapshot id, replace the hardware/storage section
991 trgMCF.storageMachine = sn.storage;
1006 trgMCF.storageMachine = sn.storage;
H A DSnapshotImpl.cpp759 rc = m->pMachine->i_saveStorageControllers(data.storage);
1040 /* create copies of all storage controllers (mStorageControllerData
1127 const settings::Storage &storage,
1208 rc = i_loadStorageControllers(storage,
1527 // (hardware + storage)
2799 /*check available place on the storage*/
2836 tr(" Unable to merge storage '%s'. Can't get storage UID "),
2845 /* linking storage UID with snapshot path, it is a helper container (just for easy finding needed path) */
2857 /* find all records in multimap with identical storage UI
1123 initFromSettings(Machine *aMachine, const settings::Hardware &hardware, const settings::Debugging *pDbg, const settings::Autostart *pAutostart, const settings::Storage &storage, IN_GUID aSnapshotId, const Utf8Str &aStateFilePath) argument
[all...]
H A DMachineImpl.cpp3735 tr("Cannot attach storage devices to an unregistered machine"));
3754 /* Check whether the flag to allow silent storage attachment reconfiguration is set. */
4316 /* Check whether the flag to allow silent storage attachment reconfiguration is set. */
4338 tr("No storage device attached to device slot %d on port %d of controller '%s'"),
4395 tr("No storage device attached to device slot %d on port %d of controller '%s'"),
4431 tr("No storage device attached to device slot %d on port %d of controller '%s'"),
4474 tr("No storage device attached to device slot %d on port %d of controller '%s'"),
4517 tr("No storage device attached to device slot %d on port %d of controller '%s'"),
4559 tr("No storage device attached to device slot %d on port %d of controller '%s'"),
4627 tr("No storage devic
[all...]
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/testcase/
H A DtstOpenUSBDev.cpp25 #include <IOKit/storage/IOStorageDeviceCharacteristics.h>
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVga.c935 #define BOUTB(storage, count, aport, dport) \
940 outb(Private, (dport), storage[i]); \
/vbox/src/VBox/Devices/Storage/
H A DDrvHostDVD.cpp33 # include <IOKit/storage/IOStorageDeviceCharacteristics.h>
H A DDrvHostBase.cpp27 # include <IOKit/storage/IOStorageDeviceCharacteristics.h>
1212 * for secondary storage devices.
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsAppFileLocationProvider.cpp71 #include <storage/FindDirectory.h>
/vbox/src/VBox/Main/src-server/darwin/
H A Diokit.cpp34 #include <IOKit/storage/IOStorageDeviceCharacteristics.h>
41 # include <IOKit/storage/IOMedia.h>
/vbox/src/VBox/Main/xml/
H A DSettings.cpp2164 && (storage == s.storage) // deep compare
2720 * For legacy pre-1.7 settings we also need a storage structure because
3393 * files which have a <HardDiskAttachments> node and storage controller settings
3459 * have their own storage controllers sections.
3477 // canonicalize storage controller names for configs in the switchover
3634 * under <Hardware>; we then need this extra loop to make sure the storage
3714 // store controller with storage
3850 readHardware(*pelmHardware, snap.hardware, snap.storage);
3860 readHardDiskAttachments_pre1_7(*pelmSnapshotChild, snap.storage);
[all...]
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector2-vbinstst-kernel.asm306 mov SegTemp, ax ; the 64KB segment we use for temporary storage.
/vbox/include/VBox/
H A Dsettings.h984 * A device attached to a storage controller. This can either be a
1083 * We wrap the storage controllers list into an extra struct so we can
1182 Storage storage; member in struct:settings::Snapshot
/vbox/src/VBox/Main/include/
H A DMachineImpl.h1542 const settings::Storage &storage,
/vbox/src/VBox/VMM/VMMR3/
H A DPATMA.asm1902 mov dword [ss:PATM_ASMFIX_CALL_RETURN_ADDR], eax ; temporary storage

Completed in 124 milliseconds