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

/vbox/src/VBox/Devices/Parallel/
H A DDevParallel.cpp96 typedef struct PARALLELPORT struct
148 } PARALLELPORT, *PPARALLELPORT; typedef in typeref:struct:PARALLELPORT
152 #define PDMIHOSTPARALLELPORT_2_PARALLELPORT(pInstance) ( (PARALLELPORT *)((uintptr_t)(pInterface) - RT_OFFSETOF(PARALLELPORT, IHostParallelPort)) )
153 #define PDMIHOSTDEVICEPORT_2_PARALLELPORT(pInstance) ( (PARALLELPORT *)((uintptr_t)(pInterface) - RT_OFFSETOF(PARALLELPORT, IHostDevicePort)) )
154 #define PDMIBASE_2_PARALLELPORT(pInstance) ( (PARALLELPORT *)((uintptr_t)(pInterface) - RT_OFFSETOF(PARALLELPORT, IBase)) )
171 static void parallelR3IrqSet(PARALLELPORT *pThis)
180 static void parallelR3IrqClear(PARALLELPORT *pThi
[all...]
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp1225 GEN_CHECK_SIZE(PARALLELPORT);
1226 GEN_CHECK_OFF(PARALLELPORT, pDevInsR3);
1227 GEN_CHECK_OFF(PARALLELPORT, pDevInsR0);
1228 GEN_CHECK_OFF(PARALLELPORT, pDevInsRC);
1229 GEN_CHECK_OFF(PARALLELPORT, IBase);
1230 GEN_CHECK_OFF(PARALLELPORT, IHostParallelPort);
1231 GEN_CHECK_OFF(PARALLELPORT, pDrvHostParallelConnector);
1232 GEN_CHECK_OFF(PARALLELPORT, fGCEnabled);
1233 GEN_CHECK_OFF(PARALLELPORT, fR0Enabled);
1234 GEN_CHECK_OFF(PARALLELPORT, fEppTimeou
[all...]

Completed in 54 milliseconds