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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp10141 PPDMILEDPORTS pLedPorts; member in struct:DRVMAINSTATUS
10178 int rc = pThis->pLedPorts->pfnQueryStatusLed(pThis->pLedPorts, iLUN, &pLed);
10369 pThis->pLedPorts = PDMIBASE_QUERY_INTERFACE(pDrvIns->pUpBase, PDMILEDPORTS);
10370 AssertMsgReturn(pThis->pLedPorts, ("Configuration error: No led ports interface above!\n"),

Completed in 86 milliseconds