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

/vbox/src/VBox/Devices/PC/
H A DDevIoApic.cpp645 unsigned iLastRedir = RT_BYTE3(uVal); local
648 pHlp->pfnPrintf(pHlp, " redirs = %u\n", iLastRedir + 1);
654 Assert(sizeof(pThis->ioredtbl) / sizeof(pThis->ioredtbl[0]) > iLastRedir);
657 for (unsigned i = 0; i <= iLastRedir; ++i)

Completed in 45 milliseconds