Searched refs:RIOHalted (Results 1 – 3 of 3) sorted by relevance
197 if (p->RIOHalted) { in riotopen()206 while ((PortP->State & RIO_CLOSING) && !p->RIOHalted) { in riotopen()231 if (p->RIOHalted) { in riotopen()269 while (!(PortP->PortState & PORT_ISOPEN) && !p->RIOHalted) { in riotopen()281 if (p->RIOHalted) { in riotopen()310 while (!(PortP->State & RIO_CARR_ON) && !(filp->f_flags & O_NONBLOCK) && !p->RIOHalted) { in riotopen()338 if (p->RIOHalted) in riotopen()343 if (p->RIOHalted) in riotopen()404 if (p->RIOHalted) { in riotclose()449 …while ((PortP->InUse != NOT_INUSE) && !p->RIOHalted && (PortP->TxBufferIn != PortP->TxBufferOut)) { in riotclose()[all …]
69 int RIOHalted; /* halted ? */ member
839 p->RIOHalted = 1; in riocontrol()887 p->RIOHalted = 0; in riocontrol()