Searched refs:chParity (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Serial/
H A DDrvChar.cpp126 static DECLCALLBACK(int) drvCharSetParameters(PPDMICHARCONNECTOR pInterface, unsigned Bps, char chParity, unsigned cDataBits, unsigned cStopBits) argument
130 LogFlow(("%s: Bps=%u chParity=%c cDataBits=%u cStopBits=%u\n", __FUNCTION__, Bps, chParity, cDataBits, cStopBits));
H A DDrvHostSerial.cpp194 static DECLCALLBACK(int) drvHostSerialSetParameters(PPDMICHARCONNECTOR pInterface, unsigned Bps, char chParity, unsigned cDataBits, unsigned cStopBits) argument
204 LogFlow(("%s: Bps=%u chParity=%c cDataBits=%u cStopBits=%u\n", __FUNCTION__, Bps, chParity, cDataBits, cStopBits));
288 switch (chParity)
408 switch (chParity)
/vbox/include/VBox/vmm/
H A Dpdmifs.h2067 * @param chParity Parity method: 'E' - even, 'O' - odd, 'N' - none.
2072 DECLR3CALLBACKMEMBER(int, pfnSetParameters,(PPDMICHARCONNECTOR pInterface, unsigned Bps, char chParity, unsigned cDataBits, unsigned cStopBits));

Completed in 1632 milliseconds