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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dserial.c288 pser_inf->word_length = 5;
291 pser_inf->word_length = 6;
294 pser_inf->word_length = 7;
297 pser_inf->word_length = 8;
462 switch (pser_inf->word_length)
593 DEBUG_SERIAL(("INFO: SERIAL %s to %s\nINFO: speed %u baud, stop bits %u, parity %u, word length %u bits, dtr %u, rts %u\n", g_rdpdr_device[device_id].name, g_rdpdr_device[device_id].local_path, pser_inf->baud_rate, pser_inf->stop_bits, pser_inf->parity, pser_inf->word_length, pser_inf->dtr, pser_inf->rts));
750 in_uint8(in, pser_inf->word_length);
752 DEBUG_SERIAL(("serial_ioctl -> SERIAL_SET_LINE_CONTROL stop %d parity %d word %d\n", pser_inf->stop_bits, pser_inf->parity, pser_inf->word_length));
758 out_uint8(out, pser_inf->word_length);
H A Dtypes.h247 uint8 stop_bits, parity, word_length; member in struct:rdpdr_serial_device_info

Completed in 503 milliseconds