taglinefilesource code
aport1072drivers/char/istallion.casyport_t    aport;
aport1091drivers/char/istallion.cstli_mkasyport(portp, &aport, tty->termios);
aport1092drivers/char/istallion.cif ((rc = stli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0)) < 0)
aport1316drivers/char/istallion.casyport_t  aport;
aport1332drivers/char/istallion.cstli_mkasyport(portp, &aport, portp->tty->termios);
aport1333drivers/char/istallion.creturn(stli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0));
aport1968drivers/char/istallion.casyport_t  aport;
aport1989drivers/char/istallion.cstli_mkasyport(portp, &aport, tiosp);
aport1990drivers/char/istallion.cstli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0);