taglinefilesource code
aport1087drivers/char/istallion.casyport_t    aport;
aport1106drivers/char/istallion.cstli_mkasyport(portp, &aport, tty->termios);
aport1107drivers/char/istallion.cif ((rc = stli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0)) < 0)
aport1331drivers/char/istallion.casyport_t  aport;
aport1347drivers/char/istallion.cstli_mkasyport(portp, &aport, portp->tty->termios);
aport1348drivers/char/istallion.creturn(stli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0));
aport1991drivers/char/istallion.casyport_t  aport;
aport2012drivers/char/istallion.cstli_mkasyport(portp, &aport, tiosp);
aport2013drivers/char/istallion.cstli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0);