Searched refs:pfReg (Results 1 - 2 of 2) 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;
/vbox/include/VBox/vmm/
H A Dpdmifs.h2233 * @param pfReg Where to store the control register bits.
2236 DECLR3CALLBACKMEMBER(int, pfnReadControl,(PPDMIHOSTPARALLELCONNECTOR pInterface, uint8_t *pfReg));
2243 * @param pfReg Where to store the status register bits.
2246 DECLR3CALLBACKMEMBER(int, pfnReadStatus,(PPDMIHOSTPARALLELCONNECTOR pInterface, uint8_t *pfReg));

Completed in 1700 milliseconds