HomeSort by: relevance | last modified time | path
    Searched refs:p_swflags (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
cd18xxvar.h 40 int p_swflags; /* TIOCFLAG_SOFTCAR, etc. */ member in struct:cdtty_port
cd18xx.c 440 if (ISSET(port->p_swflags, TIOCFLAG_CLOCAL))
442 if (ISSET(port->p_swflags, TIOCFLAG_CRTSCTS))
444 if (ISSET(port->p_swflags, TIOCFLAG_CDTRCTS))
446 if (ISSET(port->p_swflags, TIOCFLAG_MDMBUF))
616 *(int *)data = port->p_swflags;
624 port->p_swflags = *(int *)data;
767 if (ISSET(p->p_swflags, TIOCFLAG_SOFTCAR)) {

Completed in 12 milliseconds