Searched refs:RIO_CLOSING (Results 1 – 3 of 3) sorted by relevance
206 while ((PortP->State & RIO_CLOSING) && !p->RIOHalted) { in riotopen()397 PortP->State |= RIO_CLOSING; in riotclose()430 PortP->State &= ~RIO_CLOSING; in riotclose()477 PortP->State &= ~RIO_CLOSING; in riotclose()542 PortP->State &= ~(RIO_CLOSING | RIO_DELETED); in riotclose()
51 #define RIO_CLOSING 0x00008 /* The port is being close */ macro
524 PortP->State |= RIO_CLOSING | RIO_DELETED; in RIODeleteRta()