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

/vbox/src/VBox/Devices/Parallel/
H A DDevParallel.cpp133 uint8_t regEppData; member in struct:PARALLELPORT
391 pThis->regEppData = u8;
491 rc = pThis->pDrvHostParallelConnector->pfnRead(pThis->pDrvHostParallelConnector, &pThis->regEppData,
493 Log(("Read EPP data 0x%X\n", pThis->regEppData));
496 *pu32 = pThis->regEppData;
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp1241 GEN_CHECK_OFF(PARALLELPORT, regEppData);

Completed in 47 milliseconds