HomeSort by: relevance | last modified time | path
    Searched refs:cs_ttyp (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sparc64/dev/
zsvar.h 96 struct tty *cs_ttyp; /* ### */ member in struct:zs_chanstate
  /src/sys/arch/atari/dev/
zsvar.h 124 struct tty *cs_ttyp; /* ### */ member in struct:zs_chanstate
zs.c 416 tp = cs->cs_ttyp;
418 cs->cs_ttyp = tp = tty_alloc();
496 tp = cs->cs_ttyp;
526 tp = cs->cs_ttyp;
542 tp = cs->cs_ttyp;
558 tp = cs->cs_ttyp;
573 return cs->cs_ttyp;
706 if (cs->cs_ttyp->t_cflag & CCTS_OFLOW &&
760 tp = cs->cs_ttyp;
863 struct tty *tp = cs->cs_ttyp;
    [all...]

Completed in 12 milliseconds