taglinefilesource code
statusflags351drivers/char/pcxx.cch->statusflags = 0;
statusflags618drivers/char/pcxx.cch->statusflags |= TXBUSY;
statusflags621drivers/char/pcxx.cif ((ch->statusflags & LOWWAIT) == 0) {
statusflags622drivers/char/pcxx.cch->statusflags |= LOWWAIT;
statusflags664drivers/char/pcxx.cif (remain && (ch->statusflags & LOWWAIT) == 0) {
statusflags665drivers/char/pcxx.cch->statusflags |= LOWWAIT;
statusflags710drivers/char/pcxx.cif(!(ch->statusflags & EMPTYWAIT))
statusflags756drivers/char/pcxx.cif ((ch->statusflags & TXBUSY) && !(ch->statusflags & EMPTYWAIT))
statusflags1493drivers/char/pcxx.cif (ch->statusflags & LOWWAIT) {
statusflags1494drivers/char/pcxx.cch->statusflags &= ~LOWWAIT;
statusflags1503drivers/char/pcxx.cch->statusflags &= ~TXBUSY;
statusflags1504drivers/char/pcxx.cif (ch->statusflags & EMPTYWAIT) {
statusflags1505drivers/char/pcxx.cch->statusflags &= ~EMPTYWAIT;
statusflags1746drivers/char/pcxx.cif (ch->statusflags & RXSTOPPED)
statusflags2054drivers/char/pcxx.cif(ch->statusflags & TXSTOPPED)
statusflags2123drivers/char/pcxx.cif ((info->statusflags & TXSTOPPED) == 0) {
statusflags2126drivers/char/pcxx.cinfo->statusflags |= TXSTOPPED;
statusflags2141drivers/char/pcxx.cif ((info->statusflags & RXSTOPPED) == 0) {
statusflags2144drivers/char/pcxx.cinfo->statusflags |= RXSTOPPED;
statusflags2161drivers/char/pcxx.cif(info->statusflags & RXSTOPPED) {
statusflags2166drivers/char/pcxx.cinfo->statusflags &= ~RXSTOPPED;
statusflags2184drivers/char/pcxx.cif(info->statusflags & TXSTOPPED) {
statusflags2188drivers/char/pcxx.cif(info->statusflags & LOWWAIT)
statusflags2191drivers/char/pcxx.cinfo->statusflags &= ~TXSTOPPED;
statusflags2229drivers/char/pcxx.cch->statusflags |= EMPTYWAIT;
statusflags96drivers/char/pcxx.hulong            statusflags;