Searched refs:LOWWAIT (Results 1 – 3 of 3) sorted by relevance
69 #define LOWWAIT 0x2 macro
590 if ((ch->statusflags & LOWWAIT) == 0) { in pc_write()591 ch->statusflags |= LOWWAIT; in pc_write()627 if (remain && (ch->statusflags & LOWWAIT) == 0) { in pc_write_room()628 ch->statusflags |= LOWWAIT; in pc_write_room()1535 if (ch->statusflags & LOWWAIT) { in doevent()1536 ch->statusflags &= ~LOWWAIT; in doevent()2299 if (ch->statusflags & LOWWAIT) in pc_start()
154 #define LOWWAIT 0x2 macro1266 ch->statusflags |= LOWWAIT; in moxa_write()1472 if ((p->statusflags & LOWWAIT) && !tty->stopped && in moxa_poll_port()1474 p->statusflags &= ~LOWWAIT; in moxa_poll_port()