statusflags 136 drivers/tty/moxa.c unsigned long statusflags; statusflags 1184 drivers/tty/moxa.c ch->statusflags = 0; statusflags 1218 drivers/tty/moxa.c set_bit(LOWWAIT, &ch->statusflags); statusflags 1255 drivers/tty/moxa.c set_bit(EMPTYWAIT, &ch->statusflags); statusflags 1325 drivers/tty/moxa.c set_bit(TXSTOPPED, &ch->statusflags); statusflags 1336 drivers/tty/moxa.c if (!test_bit(TXSTOPPED, &ch->statusflags)) statusflags 1340 drivers/tty/moxa.c clear_bit(TXSTOPPED, &ch->statusflags); statusflags 1374 drivers/tty/moxa.c if (test_bit(EMPTYWAIT, &p->statusflags) && statusflags 1376 drivers/tty/moxa.c clear_bit(EMPTYWAIT, &p->statusflags); statusflags 1379 drivers/tty/moxa.c if (test_bit(LOWWAIT, &p->statusflags) && !tty->stopped && statusflags 1381 drivers/tty/moxa.c clear_bit(LOWWAIT, &p->statusflags); statusflags 1391 drivers/tty/moxa.c clear_bit(EMPTYWAIT, &p->statusflags);