taglinefilesource code
aport1040drivers/char/istallion.casyport_t    aport;
aport1059drivers/char/istallion.cstli_mkasyport(portp, &aport, tty->termios);
aport1060drivers/char/istallion.cif ((rc = stli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0)) < 0)
aport1284drivers/char/istallion.casyport_t  aport;
aport1298drivers/char/istallion.cstli_mkasyport(portp, &aport, portp->tty->termios);
aport1299drivers/char/istallion.creturn(stli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0));
aport1909drivers/char/istallion.casyport_t  aport;
aport1928drivers/char/istallion.cstli_mkasyport(portp, &aport, tiosp);
aport1929drivers/char/istallion.cstli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0);