HelenOS sources

SERIAL_NO_PARITY  135 uspace/app/sportdmp/sportdmp.c 	rc = serial_set_comm_props(serial, baud, SERIAL_NO_PARITY, 8, 1);
SERIAL_NO_PARITY  123 uspace/app/tester/hw/serial/serial1.c 	res = serial_set_comm_props(serial, 1200, SERIAL_NO_PARITY, 8, 1);
SERIAL_NO_PARITY  684 uspace/drv/char/ns8250/ns8250.c 	case SERIAL_NO_PARITY:
SERIAL_NO_PARITY  713 uspace/drv/char/ns8250/ns8250.c 	ns8250_port_set_com_props(ns->regs, SERIAL_NO_PARITY, 8, 2);
SERIAL_NO_PARITY  285 uspace/srv/hid/isdv4_tablet/main.c 	rc = serial_set_comm_props(serial, baud, SERIAL_NO_PARITY, 8, 1);
HelenOS homepage, sources at GitHub