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

/vbox/src/VBox/Devices/Parallel/
H A DDrvHostParallel.cpp732 static DECLCALLBACK(int) drvHostParallelReadControl(PPDMIHOSTPARALLELCONNECTOR pInterface, uint8_t *pfReg) argument
746 *pfReg = fReg;
749 *pfReg = 0; /* Initialize the buffer*/
755 *pfReg = pThis->u8ReadInControl;
764 static DECLCALLBACK(int) drvHostParallelReadStatus(PPDMIHOSTPARALLELCONNECTOR pInterface, uint8_t *pfReg) argument
777 *pfReg = fReg;
780 *pfReg = 0; /* Intialize the buffer. */
786 *pfReg = pThis->u8ReadInStatus;

Completed in 46 milliseconds