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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VBVA.cpp2472 VBVAQUERYMODEHINTS *pModeHintQuery = (VBVAQUERYMODEHINTS*)pvBuffer; local
2474 (unsigned)pModeHintQuery->cHintsQueried,
2475 (unsigned)pModeHintQuery->cbHintStructureGuest));
2477 + (uint64_t)pModeHintQuery->cHintsQueried
2478 * pModeHintQuery->cbHintStructureGuest)
2480 pModeHintQuery->rc = VERR_INVALID_PARAMETER;
2483 pModeHintQuery->rc = VINF_SUCCESS;
2487 for (iHint = 0; iHint < pModeHintQuery->cHintsQueried
2491 RT_MIN(pModeHintQuery->cbHintStructureGuest,
2493 pbHint += pModeHintQuery
[all...]

Completed in 48 milliseconds