Searched defs:PARALLELPORT (Results 1 - 1 of 1) 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...]

Completed in 43 milliseconds