FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ULSR_PE
sys/dev/usb/serial/uplcom.c
1046
sc->sc_lsr |= ULSR_PE;
sys/dev/usb/serial/usb_serial.c
1275
if ((lsr_delta & ULSR_PE) && (sc->sc_lsr & ULSR_PE)) {