Lines Matching defs:storage

947             SHASTORAGE storage;
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 server (File not found)"), pszFilename);
1275 tr("Cannot download file '%s' from S3 storage server (%Rrc)"), pszFilename, vrc);
1488 SHASTORAGE storage;
1489 RT_ZERO(storage);
1495 &storage.pVDImageIfaces);
1511 pShaIo->Core.pvUser = &storage;
1514 storage.fCreateDigest = true;
1519 i_importMachines(stack, pShaIo, &storage);
1523 rc = i_readFileToBuf(strMfFile, &pvMfBuf, &cbMfFile, true, pShaIo, &storage);
1531 Utf8Str manifestShaDigest = storage.strDigest;
1536 rc = i_readFileToBuf(strCertFile, &pvCertBuf, &cbCertFile, false, pShaIo, &storage);
1540 rc = i_verifyCertificateFile(pvCertBuf, cbCertFile, &storage);
1546 storage.fCreateDigest = false;
1547 i_importMachines(stack, pFileIo, &storage);
1627 SHASTORAGE storage;
1628 RT_ZERO(storage);
1631 &storage.pVDImageIfaces);
1642 pShaIo->Core.pvUser = &storage;
1675 PSHASTORAGE pStorage = &storage;
1907 tr("Cannot download file '%s' from S3 storage server (Access denied). "
1913 tr("Cannot download file '%s' from S3 storage server (File not found)"),
1917 tr("Cannot download file '%s' from S3 storage server (%Rrc)"),
1944 tr("Cannot download file '%s' from S3 storage server (Access denied)."
1950 tr("Cannot download file '%s' from S3 storage server (%Rrc)"),
3210 /* It means that we possibly have imported the storage earlier on the previous loop steps*/
3590 /* Iterate over all storage controller check the attachments and remove
3708 /* It means that we possibly have imported the storage earlier on the previous loop steps*/
3796 // for each storage controller...
3803 // find the OVF virtual system description entry for this storage controller