Home
last modified time | relevance | path

Searched refs:tty_getctrlchar (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/compat/common/
H A Dtty_43.c141 sg->sg_erase = tty_getctrlchar(tp, VERASE); in compat_43_ttioctl()
142 sg->sg_kill = tty_getctrlchar(tp, VKILL); in compat_43_ttioctl()
176 tc->t_intrc = tty_getctrlchar(tp, VINTR); in compat_43_ttioctl()
177 tc->t_quitc = tty_getctrlchar(tp, VQUIT); in compat_43_ttioctl()
178 tc->t_startc = tty_getctrlchar(tp, VSTART); in compat_43_ttioctl()
179 tc->t_stopc = tty_getctrlchar(tp, VSTOP); in compat_43_ttioctl()
180 tc->t_eofc = tty_getctrlchar(tp, VEOF); in compat_43_ttioctl()
181 tc->t_brkc = tty_getctrlchar(tp, VEOL); in compat_43_ttioctl()
211 ltc->t_suspc = tty_getctrlchar(tp, VSUSP); in compat_43_ttioctl()
212 ltc->t_dsuspc = tty_getctrlchar(tp, VDSUSP); in compat_43_ttioctl()
[all …]
/netbsd-src/sys/sys/
H A Dtty.h334 unsigned char tty_getctrlchar(struct tty *, unsigned /*which*/);
/netbsd-src/sys/arch/hp300/dev/
H A Ddcm.c1394 c = tty_getctrlchar(tp, VSTART); in dcmsetischeme()
1397 c = tty_getctrlchar(tp, VSTOP); in dcmsetischeme()
/netbsd-src/sys/kern/
H A Dtty.c3170 tty_getctrlchar(struct tty *tp, unsigned which) in tty_getctrlchar() function