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

/vbox/src/VBox/Devices/Serial/
H A DDevSerial.cpp211 int timeout_ipending; member in struct:SerialState
297 } else if ((pThis->ier & UART_IER_RDI) && pThis->timeout_ipending) {
499 pThis->timeout_ipending = 0;
593 pThis->timeout_ipending = 0;
830 pThis->timeout_ipending = 1;
938 SSMR3PutS32(pSSM, pThis->timeout_ipending);
999 SSMR3GetS32(pSSM, &pThis->timeout_ipending);
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp1280 GEN_CHECK_OFF(SerialState, timeout_ipending);

Completed in 169 milliseconds