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

/vbox/src/VBox/Main/src-server/
H A DMachineImplCloneVM.cpp104 inline void updateProgressStats(MEDIUMTASKCHAIN &mtc, bool fAttachLinked, ULONG &uCount, ULONG &uTotalWeight) const;
105 inline HRESULT addSaveState(const ComObjPtr<Machine> &machine, ULONG &uCount, ULONG &uTotalWeight);
108 bool fAttachLinked, ULONG &uCount, ULONG &uTotalWeight);
110 bool fAttachLinked, ULONG &uCount, ULONG &uTotalWeight);
112 ULONG &uTotalWeight);
168 ULONG &uCount, ULONG &uTotalWeight) const
175 uTotalWeight += 1; /* 1MB per attachment */
193 uTotalWeight += mt.uWeight;
202 HRESULT MachineCloneVMPrivate::addSaveState(const ComObjPtr<Machine> &machine, ULONG &uCount, ULONG &uTotalWeight) argument
222 uTotalWeight
239 queryMediasForMachineState(const RTCList<ComObjPtr<Machine> > &machineList, bool fAttachLinked, ULONG &uCount, ULONG &uTotalWeight) argument
318 queryMediasForMachineAndChildStates(const RTCList<ComObjPtr<Machine> > &machineList, bool fAttachLinked, ULONG &uCount, ULONG &uTotalWeight) argument
481 queryMediasForAllStates(const RTCList<ComObjPtr<Machine> > &machineList, bool fAttachLinked, ULONG &uCount, ULONG &uTotalWeight) argument
898 ULONG uTotalWeight = 2; /* The init task and the machine creation is worth one. */ local
[all...]

Completed in 1432 milliseconds