taglinefilesource code
nt1039drivers/char/istallion.casynotify_t    nt;
nt1050drivers/char/istallion.cmemset(&nt, 0, sizeof(asynotify_t));
nt1051drivers/char/istallion.cnt.data = (DT_TXLOW | DT_TXEMPTY | DT_RXBUSY | DT_RXBREAK);
nt1052drivers/char/istallion.cnt.signal = SG_DCD;
nt1053drivers/char/istallion.cif ((rc = stli_cmdwait(brdp, portp, A_SETNOTIFY, &nt, sizeof(asynotify_t), 0)) < 0)
nt2366drivers/char/istallion.casynotify_t    nt;
nt2438drivers/char/istallion.cnt = ap->changed;
nt2442drivers/char/istallion.cif (nt.signal & SG_DCD) {
nt2444drivers/char/istallion.cportp->sigs = stli_mktiocm(nt.sigvalue);
nt2457drivers/char/istallion.cif (nt.data & DT_TXEMPTY)
nt2459drivers/char/istallion.cif (nt.data & (DT_TXEMPTY | DT_TXLOW)) {
nt2467drivers/char/istallion.cif ((nt.data & DT_RXBREAK) && (portp->rxmarkmsk & BRKINT)) {
nt2482drivers/char/istallion.cif (nt.data & DT_RXBUSY) {