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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VBVA.cpp1836 uint32_t cModeHints, cbModeHints; local
1839 rc = SSMR3GetU32 (pSSM, &cbModeHints);
1845 if ( cbModeHints <= sizeof(VBVAMODEHINT)
1848 cbModeHints);
1850 rc = SSMR3Skip(pSSM, cbModeHints);

Completed in 126 milliseconds