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

/vbox/src/VBox/Devices/PC/
H A DDevPcBios.cpp198 uint32_t cbMcfgLength; member in struct:DEVPCBIOS
1103 rc = CFGMR3QueryU32Def(pCfg, "McfgLength", &pThis->cbMcfgLength, 0);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp1017 uint32_t cbMcfgLength = 0; local
1028 cbMcfgLength = 0x4000000; //0x10000000;
1029 cbRamHole += cbMcfgLength;
1539 InsertConfigInteger(pCfg, "McfgLength", cbMcfgLength);
1759 InsertConfigInteger(pBiosCfg, "McfgLength", cbMcfgLength);
3162 InsertConfigInteger(pCfg, "McfgLength", cbMcfgLength);

Completed in 514 milliseconds