taglinefilesource code
nt1086drivers/char/istallion.casynotify_t    nt;
nt1097drivers/char/istallion.cmemset(&nt, 0, sizeof(asynotify_t));
nt1098drivers/char/istallion.cnt.data = (DT_TXLOW | DT_TXEMPTY | DT_RXBUSY | DT_RXBREAK);
nt1099drivers/char/istallion.cnt.signal = SG_DCD;
nt1100drivers/char/istallion.cif ((rc = stli_cmdwait(brdp, portp, A_SETNOTIFY, &nt, sizeof(asynotify_t), 0)) < 0)
nt2460drivers/char/istallion.casynotify_t    nt;
nt2532drivers/char/istallion.cnt = ap->changed;
nt2536drivers/char/istallion.cif (nt.signal & SG_DCD) {
nt2538drivers/char/istallion.cportp->sigs = stli_mktiocm(nt.sigvalue);
nt2551drivers/char/istallion.cif (nt.data & DT_TXEMPTY)
nt2553drivers/char/istallion.cif (nt.data & (DT_TXEMPTY | DT_TXLOW)) {
nt2561drivers/char/istallion.cif ((nt.data & DT_RXBREAK) && (portp->rxmarkmsk & BRKINT)) {
nt2576drivers/char/istallion.cif (nt.data & DT_RXBUSY) {