taglinefilesource code
statusflags350drivers/char/pcxx.cch->statusflags = 0;
statusflags617drivers/char/pcxx.cch->statusflags |= TXBUSY;
statusflags620drivers/char/pcxx.cif ((ch->statusflags & LOWWAIT) == 0) {
statusflags621drivers/char/pcxx.cch->statusflags |= LOWWAIT;
statusflags663drivers/char/pcxx.cif (remain && (ch->statusflags & LOWWAIT) == 0) {
statusflags664drivers/char/pcxx.cch->statusflags |= LOWWAIT;
statusflags709drivers/char/pcxx.cif(!(ch->statusflags & EMPTYWAIT))
statusflags755drivers/char/pcxx.cif ((ch->statusflags & TXBUSY) && !(ch->statusflags & EMPTYWAIT))
statusflags1491drivers/char/pcxx.cif (ch->statusflags & LOWWAIT) {
statusflags1492drivers/char/pcxx.cch->statusflags &= ~LOWWAIT;
statusflags1501drivers/char/pcxx.cch->statusflags &= ~TXBUSY;
statusflags1502drivers/char/pcxx.cif (ch->statusflags & EMPTYWAIT) {
statusflags1503drivers/char/pcxx.cch->statusflags &= ~EMPTYWAIT;
statusflags1744drivers/char/pcxx.cif (ch->statusflags & RXSTOPPED)
statusflags2052drivers/char/pcxx.cif(ch->statusflags & TXSTOPPED)
statusflags2121drivers/char/pcxx.cif ((info->statusflags & TXSTOPPED) == 0) {
statusflags2124drivers/char/pcxx.cinfo->statusflags |= TXSTOPPED;
statusflags2139drivers/char/pcxx.cif ((info->statusflags & RXSTOPPED) == 0) {
statusflags2142drivers/char/pcxx.cinfo->statusflags |= RXSTOPPED;
statusflags2159drivers/char/pcxx.cif(info->statusflags & RXSTOPPED) {
statusflags2164drivers/char/pcxx.cinfo->statusflags &= ~RXSTOPPED;
statusflags2182drivers/char/pcxx.cif(info->statusflags & TXSTOPPED) {
statusflags2186drivers/char/pcxx.cif(info->statusflags & LOWWAIT)
statusflags2189drivers/char/pcxx.cinfo->statusflags &= ~TXSTOPPED;
statusflags2227drivers/char/pcxx.cch->statusflags |= EMPTYWAIT;
statusflags96drivers/char/pcxx.hulong            statusflags;