Searched refs:ulTotalDisksMB (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DApplianceImpl.cpp931 // compute the disks weight (this sets ulTotalDisksMB and cDisks in the instance data)
941 if (m->ulTotalDisksMB)
943 m->ulWeightForXmlOperation = (ULONG)((double)m->ulTotalDisksMB * 1 / 100); // use 1% of the progress for the XML
944 ulTotalOperationsWeight = m->ulTotalDisksMB + m->ulWeightForXmlOperation;
966 m->ulWeightForManifestOperation = (ULONG)((double)m->ulTotalDisksMB * .1 / 100); // use .5% of the
975 ulTotalOperationsWeight = m->ulTotalDisksMB;
976 if (!m->ulTotalDisksMB)
993 if (m->ulTotalDisksMB)
995 m->ulWeightForXmlOperation = (ULONG)((double)m->ulTotalDisksMB * 1 / 100); // use 1% of the progress
999 ulTotalOperationsWeight = m->ulTotalDisksMB
[all...]
/vbox/src/VBox/Main/include/
H A DApplianceImplPrivate.h63 , ulTotalDisksMB(0)
100 ULONG ulTotalDisksMB; member in struct:Appliance::Data

Completed in 61 milliseconds