Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/readline/
H A Drltty.h74 unsigned char t_stop; member
H A Drltty.c144 _rl_tty_chars.t_stop = tiop->tchars.t_stopc;
384 _rl_tty_chars.t_stop = tiop->c_cc[VSTOP];
/dragonfly/sys/dev/misc/dcons/
H A Ddcons_os.c223 tp->t_stop = nottystop; in dcons_open()
519 tp->t_stop = nottystop; in dcons_attach_port()
/dragonfly/sys/dev/misc/nmdm/
H A Dnmdm.c141 pt->part1.nm_tty.t_stop = nmdmstop; in nmdminit()
144 pt->part2.nm_tty.t_stop = nmdmstop; in nmdminit()
/dragonfly/sys/sys/
H A Dtty.h96 void (*t_stop) (struct tty *, int); member
/dragonfly/sys/platform/vkernel64/platform/
H A Dconsole.c97 tp->t_stop = nottystop; in vcons_open()
/dragonfly/sys/kern/
H A Dtty.c544 (*tp->t_stop)(tp, 0); in ttyinput()
1178 (*tp->t_stop)(tp, 0); in ttioctl()
1441 (*tp->t_stop)(tp, rw); in ttyflush()
1612 (*tp->t_stop)(tp, 0); in ttymodem()
H A Dtty_pty.c653 tp->t_stop = ptsstop; in ptcopen()
/dragonfly/sys/vfs/devfs/
H A Ddevfs_vnops.c1032 if (!tp->t_stop) { in devfs_spec_open()
1035 tp->t_stop = nottystop; in devfs_spec_open()
/dragonfly/sys/bus/u4b/serial/
H A Dusb_serial.c456 tp->t_stop = ucom_stop; in ucom_attach_tty()
/dragonfly/sys/dev/serial/sio/
H A Dsio.c1339 tp->t_stop = comstop; in sioopen()
/dragonfly/sys/dev/misc/syscons/
H A Dsyscons.c732 tp->t_stop = nottystop; in scopen()