Searched defs:storage (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/math/ |
H A D | m_vector.h | 42 #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/Main/src-server/ |
H A D | ApplianceImplExport.cpp | 179 /* 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 D | ApplianceImplImport.cpp | 947 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 D | SnapshotImpl.cpp | 759 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...] |
/vbox/include/VBox/ |
H A D | settings.h | 984 * 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
|
Completed in 658 milliseconds