Home
last modified time | relevance | path

Searched refs:t_stop (Results 1 – 6 of 6) sorted by relevance

/original-bsd/sys/sparc/dev/
H A Dcons.c107 tp->t_stop = cnfbstop; in consinit()
113 tp->t_stop = (void (*)(struct tty *, int))nullop; in consinit()
H A Dzs.c225 tp->t_stop = zsstop; in zsattach()
252 tp->t_stop = zsstop; in zsattach()
403 tp->t_stop = zsstop; in zs_checkcons()
/original-bsd/sys/sparc/rcons/
H A Drcons_kern.c249 fbconstty->t_stop = (void (*)()) nullop;
/original-bsd/sys/sys/
H A Dtty.h55 void (*t_stop) __P((struct tty *, int)); member
/original-bsd/sys/kern/
H A Dtty.c316 (*tp->t_stop)(tp, 0);
824 (*tp->t_stop)(tp, 0);
975 (*tp->t_stop)(tp, rw);
1093 (*tp->t_stop)(tp, 0);
H A Dtty_pty.c255 tp->t_stop = ptsstop;