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

/vbox/src/VBox/Devices/PC/
H A DDevPcBios.cpp188 uint8_t uBootDelay; member in struct:DEVPCBIOS
613 uint8_t reg3c = getBiosBootCode(pThis, 3) | (pThis->uBootDelay << 4);
1546 rc = CFGMR3QueryU8Def(pCfg, "DelayBoot", &pThis->uBootDelay, 0);
1550 if (pThis->uBootDelay > 15)
1551 pThis->uBootDelay = 15;

Completed in 46 milliseconds