Home
last modified time | relevance | path

Searched refs:mp_tty (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/sbus/
H A Dmagma.c583 tp = mtty->mp_tty; in magma_hard()
681 struct tty *tp = mp->mp_tty; in magma_soft()
810 mp->mp_tty = tp; in mtty_attach()
846 tp = mp->mp_tty; in mttyopen()
928 struct tty *tp = mp->mp_tty; in mttyclose()
965 struct tty *tp = mp->mp_tty; in mttyread()
978 struct tty *tp = mp->mp_tty; in mttywrite()
992 return (mp->mp_tty); in mttytty()
1003 struct tty *tp = mp->mp_tty; in mttyioctl()
1147 struct tty *tp = mp->mp_tty; in mtty_modem_control()
H A Dmagmareg.h137 struct tty *mp_tty; member