Home
last modified time | relevance | path

Searched refs:si_tty (Results 1 – 13 of 13) sorted by relevance

/dragonfly/sys/platform/vkernel64/platform/
H A Dconsole.c89 tp = ttymalloc(&dev->si_tty); in vcons_open()
133 tp = dev->si_tty; in vcons_close()
148 tp = dev->si_tty; in vcons_ioctl()
276 if (vconsole != NULL && vconsole->cn_dev->si_tty != NULL) { in vconswinch_intr()
283 if (bcmp(&newsize, &vconsole->cn_dev->si_tty->t_winsize, in vconswinch_intr()
285 vconsole->cn_dev->si_tty->t_winsize = newsize; in vconswinch_intr()
286 pgsignal(vconsole->cn_dev->si_tty->t_pgrp, SIGWINCH, 1); in vconswinch_intr()
/dragonfly/sys/kern/
H A Dtty_pty.c208 devs->si_tty = devc->si_tty = &pti->pt_tty; in ptyinit()
268 pti->devs->si_tty = pti->devc->si_tty = &pti->pt_tty; in ptyclone()
374 tp = dev->si_tty; in ptsopen()
456 tp = dev->si_tty; in ptsclose()
484 struct tty *tp = dev->si_tty; in ptsread()
555 tp = dev->si_tty; in ptswrite()
636 tp = dev->si_tty; in ptcopen()
699 tp = dev->si_tty; in ptcclose()
746 struct tty *tp = dev->si_tty; in ptcread()
891 struct tty *tp = dev->si_tty; in ptckqfilter()
[all …]
H A Dtty_cons.c385 dev->si_tty = cndev->si_tty; in cnopen()
407 cn_tp = cndev->si_tty; in cnclose()
H A Dtty.c1279 struct tty *tp = dev->si_tty; in ttykqfilter()
1309 struct tty *tp = ((cdev_t)kn->kn_hook)->si_tty; in filt_ttyrdetach()
1319 struct tty *tp = ((cdev_t)kn->kn_hook)->si_tty; in filt_ttyread()
1335 struct tty *tp = ((cdev_t)kn->kn_hook)->si_tty; in filt_ttywdetach()
1345 struct tty *tp = ((cdev_t)kn->kn_hook)->si_tty; in filt_ttywrite()
2819 tp = ap->a_head.a_dev->si_tty; in ttyrevoke()
2938 tp = ap->a_head.a_dev->si_tty; in ttyread()
2954 tp = ap->a_head.a_dev->si_tty; in ttywrite()
/dragonfly/sys/dev/misc/dcons/
H A Ddcons_os.c219 tp = ttymalloc(&dev->si_tty); in dcons_open()
262 tp = dev->si_tty; in dcons_close()
285 tp = dev->si_tty; in dcons_ioctl()
345 tp = ((DEV)dc->dev)->si_tty; in dcons_timeout()
516 tp = ttymalloc(&dev->si_tty); in dcons_attach_port()
548 tp = ((DEV)dc->dev)->si_tty; in dcons_detach()
/dragonfly/sys/dev/misc/nmdm/
H A Dnmdm.c133 dev1->si_tty = &pt->part1.nm_tty; in nmdminit()
134 dev2->si_tty = &pt->part2.nm_tty; in nmdminit()
280 tp = dev->si_tty; in nmdmclose()
323 tp = dev->si_tty; in nmdmread()
370 tp1 = dev->si_tty; in nmdmwrite()
539 struct tty *tp = dev->si_tty; in nmdmioctl()
/dragonfly/sys/bus/u4b/serial/
H A Dusb_serial.c490 sc->sc_cdev->si_tty = tp; in ucom_attach_tty()
491 sc->sc_cdev_init->si_tty = tp; in ucom_attach_tty()
492 sc->sc_cdev_lock->si_tty = tp; in ucom_attach_tty()
498 sc->sc_cdev2->si_tty = tp; in ucom_attach_tty()
499 sc->sc_cdev2_init->si_tty = tp; in ucom_attach_tty()
500 sc->sc_cdev2_lock->si_tty = tp; in ucom_attach_tty()
1038 tp = dev->si_tty; in ucom_dev_read()
1065 tp = dev->si_tty; in ucom_dev_write()
/dragonfly/sys/sys/
H A Dconf.h114 #define si_tty __si_u.__si_tty.__sit_tty macro
/dragonfly/sys/dev/misc/syscons/
H A Dsyscons.c157 (SC_DEV((sc),(x))->si_tty) : NULL)
587 ttymalloc(&sc->dev[0]->si_tty); in sc_attach_unit()
646 cctl_dev->si_tty = ttymalloc(&sc_console_tty); in sc_attach_unit()
728 tp = ttymalloc(&dev->si_tty); in scopen()
796 struct tty *tp = dev->si_tty; in scclose()
974 tp = dev->si_tty; in scioctl()
3334 ttymalloc(&sc->dev[0]->si_tty); in scinit()
H A Dscvidctl.c854 (SC_DEV((sc),(x))->si_tty) : NULL)
/dragonfly/sys/dev/misc/snp/
H A Dsnp.c197 return (dev->si_tty); in snpdevtotty()
/dragonfly/sys/vfs/devfs/
H A Ddevfs_vnops.c1029 if (dev->si_tty) { in devfs_spec_open()
1031 tp = dev->si_tty; in devfs_spec_open()
/dragonfly/sys/dev/serial/sio/
H A Dsio.c1279 dev->si_tty = tp; in sioopen()