taglinefilesource code
nt1030drivers/char/istallion.casynotify_t    nt;
nt1041drivers/char/istallion.cmemset(&nt, 0, sizeof(asynotify_t));
nt1042drivers/char/istallion.cnt.data = (DT_TXLOW | DT_TXEMPTY | DT_RXBUSY | DT_RXBREAK);
nt1043drivers/char/istallion.cnt.signal = SG_DCD;
nt1044drivers/char/istallion.cif ((rc = stli_cmdwait(brdp, portp, A_SETNOTIFY, &nt, sizeof(asynotify_t), 0)) < 0)
nt2357drivers/char/istallion.casynotify_t    nt;
nt2429drivers/char/istallion.cnt = ap->changed;
nt2433drivers/char/istallion.cif (nt.signal & SG_DCD) {
nt2435drivers/char/istallion.cportp->sigs = stli_mktiocm(nt.sigvalue);
nt2448drivers/char/istallion.cif (nt.data & DT_TXEMPTY)
nt2450drivers/char/istallion.cif (nt.data & (DT_TXEMPTY | DT_TXLOW)) {
nt2458drivers/char/istallion.cif ((nt.data & DT_RXBREAK) && (portp->rxmarkmsk & BRKINT)) {
nt2473drivers/char/istallion.cif (nt.data & DT_RXBUSY) {