Lines Matching refs:State
316 while ( (PortP->State & RIO_CLOSING) && !p->RIOHalted ) { in riotopen()
352 if ( !(PortP->State & (RIO_LOPEN | RIO_MOPEN)) ) { in riotopen()
438 PortP->State |= RIO_CARR_ON; in riotopen()
447 while (!(PortP->State & RIO_CARR_ON) && in riotopen()
454 PortP->State |= RIO_WOPEN; in riotopen()
472 PortP->State &= ~RIO_WOPEN; in riotopen()
478 PortP->State &= ~RIO_WOPEN; in riotopen()
483 PortP->State |= RIO_MOPEN; in riotopen()
493 PortP->State |= RIO_LOPEN; in riotopen()
568 PortP->State |= RIO_CLOSING; in riotclose()
570 if ( (PortP->State & RIO_DELETED) ) { in riotclose()
585 PortP->State &= (Modem ? ~RIO_MOPEN : ~RIO_LOPEN); in riotclose()
586 PortP->State &= ~RIO_CARR_ON; in riotclose()
595 if ( (PortP->State & (RIO_LOPEN|RIO_MOPEN)) ) { in riotclose()
601 PortP->State &= ~RIO_CLOSING; in riotclose()
610 PortP->State &= ~RIO_DYNOROD; in riotclose()
644 if ( (PortP->State & (RIO_LOPEN|RIO_MOPEN)) ) { in riotclose()
650 PortP->State &= ~RIO_CLOSING; in riotclose()
720 PortP->State &= ~(RIO_CLOSING|RIO_DELETED); in riotclose()
810 if ( PortP->State & RIO_DELETED ) { in RIOShortCommand()
832 if ( PortP->State & RIO_DELETED ) { in RIOShortCommand()
924 if ( PortP->State & RIO_DELETED ) {
949 PortP->State |= RIO_TRIAD_MODE;
951 PortP->State &= ~RIO_TRIAD_MODE;
979 PortP->State |= RIO_BUSY;
1011 PortP->State |= RIO_BUSY;