taglinefilesource code
aport971drivers/char/istallion.casyport_t    aport;
aport990drivers/char/istallion.cstli_mkasyport(portp, &aport, tty->termios);
aport991drivers/char/istallion.cif ((rc = stli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0)) < 0)
aport1215drivers/char/istallion.casyport_t  aport;
aport1231drivers/char/istallion.cstli_mkasyport(portp, &aport, portp->tty->termios);
aport1232drivers/char/istallion.creturn(stli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0));
aport1883drivers/char/istallion.casyport_t  aport;
aport1904drivers/char/istallion.cstli_mkasyport(portp, &aport, tiosp);
aport1905drivers/char/istallion.cstli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0);