Searched refs:RIO_WOPEN (Results 1 – 3 of 3) sorted by relevance
315 PortP->State |= RIO_WOPEN; in riotopen()329 PortP->State &= ~RIO_WOPEN; in riotopen()336 PortP->State &= ~RIO_WOPEN; in riotopen()
50 #define RIO_WOPEN 0x00004 /* Waiting for open */ macro
493 …if (!(PortP->gs.port.tty->termios->c_cflag & CLOCAL) && ((PortP->State & (RIO_MOPEN | RIO_WOPEN)))… in RIOCommandRup()509 if (PortP->State & (PORT_ISOPEN | RIO_WOPEN)) in RIOCommandRup()517 if (PortP->State & (PORT_ISOPEN | RIO_WOPEN | RIO_MOPEN)) in RIOCommandRup()