Home
last modified time | relevance | path

Searched refs:p_swflags (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dcd18xx.c440 if (ISSET(port->p_swflags, TIOCFLAG_CLOCAL)) in cdttyopen()
442 if (ISSET(port->p_swflags, TIOCFLAG_CRTSCTS)) in cdttyopen()
444 if (ISSET(port->p_swflags, TIOCFLAG_CDTRCTS)) in cdttyopen()
446 if (ISSET(port->p_swflags, TIOCFLAG_MDMBUF)) in cdttyopen()
616 *(int *)data = port->p_swflags; in cdttyioctl()
624 port->p_swflags = *(int *)data; in cdttyioctl()
767 if (ISSET(p->p_swflags, TIOCFLAG_SOFTCAR)) { in cdttyparam()
H A Dcd18xxvar.h40 int p_swflags; /* TIOCFLAG_SOFTCAR, etc. */ member