Searched refs:RIO_LOPEN (Results 1 – 5 of 5) sorted by relevance
352 if ( !(PortP->State & (RIO_LOPEN | RIO_MOPEN)) ) { in riotopen()493 PortP->State |= RIO_LOPEN; in riotopen()585 PortP->State &= (Modem ? ~RIO_MOPEN : ~RIO_LOPEN); in riotclose()595 if ( (PortP->State & (RIO_LOPEN|RIO_MOPEN)) ) { in riotclose()644 if ( (PortP->State & (RIO_LOPEN|RIO_MOPEN)) ) { in riotclose()
104 #define RIO_LOPEN 0x00001 /* Local open */ macro
490 if ( PortP->State & (RIO_MOPEN|RIO_LOPEN) ) in RIORouteRup()503 if ( PortP->State & (RIO_MOPEN|RIO_LOPEN) ) in RIORouteRup()
551 if ( PortP->State & (RIO_MOPEN|RIO_LOPEN) ) {
546 if (!(PortP->State & (RIO_LOPEN | RIO_MOPEN))) {