taglinefilesource code
nt1071drivers/char/istallion.casynotify_t    nt;
nt1082drivers/char/istallion.cmemset(&nt, 0, sizeof(asynotify_t));
nt1083drivers/char/istallion.cnt.data = (DT_TXLOW | DT_TXEMPTY | DT_RXBUSY | DT_RXBREAK);
nt1084drivers/char/istallion.cnt.signal = SG_DCD;
nt1085drivers/char/istallion.cif ((rc = stli_cmdwait(brdp, portp, A_SETNOTIFY, &nt, sizeof(asynotify_t), 0)) < 0)
nt2437drivers/char/istallion.casynotify_t    nt;
nt2509drivers/char/istallion.cnt = ap->changed;
nt2513drivers/char/istallion.cif (nt.signal & SG_DCD) {
nt2515drivers/char/istallion.cportp->sigs = stli_mktiocm(nt.sigvalue);
nt2528drivers/char/istallion.cif (nt.data & DT_TXEMPTY)
nt2530drivers/char/istallion.cif (nt.data & (DT_TXEMPTY | DT_TXLOW)) {
nt2538drivers/char/istallion.cif ((nt.data & DT_RXBREAK) && (portp->rxmarkmsk & BRKINT)) {
nt2553drivers/char/istallion.cif (nt.data & DT_RXBUSY) {