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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dserial.c112 #define SERIAL_EV_DSR 0x0010 /* DSR changed state */ macro
1026 if (pser_inf->wait_mask & SERIAL_EV_DSR)
1028 DEBUG_SERIAL(("event -> SERIAL_EV_DSR %s\n",
1030 *result |= SERIAL_EV_DSR;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dntddser.h304 #define SERIAL_EV_DSR 0x0010 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dntddser.h304 #define SERIAL_EV_DSR 0x0010 macro

Completed in 279 milliseconds