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

/vbox/src/VBox/Devices/Parallel/
H A DDrvHostParallel.cpp89 PPDMIHOSTPARALLELPORT pDrvHostParallelPort; member in struct:DRVHOSTPARALLEL
833 rc = pThis->pDrvHostParallelPort->pfnNotifyInterrupt(pThis->pDrvHostParallelPort);
997 pThis->pDrvHostParallelPort = PDMIBASE_QUERY_INTERFACE(pDrvIns->pUpBase, PDMIHOSTPARALLELPORT);
998 if (!pThis->pDrvHostParallelPort)

Completed in 177 milliseconds