Searched refs:p_swflags (Results 1 – 2 of 2) sorted by relevance
440 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()
40 int p_swflags; /* TIOCFLAG_SOFTCAR, etc. */ member