Searched defs:cpuCountVBox (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp264 ULONG cpuCountVBox; local
268 cpuCountVBox = pNewDesc->m->pConfig->hardwareMachine.cCPUs;
270 cpuCountVBox = vsysThis.cCPUs;
272 if (cpuCountVBox > SchemaDefs::MaxCPUCount)
276 vsysThis.strName.c_str(), cpuCountVBox, SchemaDefs::MaxCPUCount); local
277 cpuCountVBox = SchemaDefs::MaxCPUCount;
280 cpuCountVBox = 1;
284 Utf8StrFmt("%RU32", (uint32_t)cpuCountVBox));

Completed in 55 milliseconds