taglinefilesource code
aport1031drivers/char/istallion.casyport_t    aport;
aport1050drivers/char/istallion.cstli_mkasyport(portp, &aport, tty->termios);
aport1051drivers/char/istallion.cif ((rc = stli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0)) < 0)
aport1275drivers/char/istallion.casyport_t  aport;
aport1289drivers/char/istallion.cstli_mkasyport(portp, &aport, portp->tty->termios);
aport1290drivers/char/istallion.creturn(stli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0));
aport1900drivers/char/istallion.casyport_t  aport;
aport1919drivers/char/istallion.cstli_mkasyport(portp, &aport, tiosp);
aport1920drivers/char/istallion.cstli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0);