Home
last modified time | relevance | path

Searched refs:TIOCGETD (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/tcsh-6/
HDtc.disc.c60 #if !defined(HAVE_DISC) && defined(TIOCGETD) && defined(NTTYDISC)
151 # if defined(TIOCGETD) && defined(NTTYDISC)
152 if (ioctl(f, TIOCGETD, (ioctl_t) & oldisc) == 0) {
/dragonfly/usr.bin/window/
HDwwtty.c55 if (ioctl(d, TIOCGETD, (char *)&t->ww_ldisc) < 0) in wwgettty()
89 if (ioctl(d, TIOCGETD, (char *)&i) < 0) in wwsettty()
/dragonfly/sys/sys/
HDttycom.h83 #define TIOCGETD _IOR('t', 26, int) /* get line discipline */ macro
/dragonfly/bin/stty/
HDstty.c86 if (ioctl(i.fd, TIOCGETD, &i.ldisc) < 0) in main()
/dragonfly/usr.sbin/ppp/
HDtty.c288 if (ioctl(p->fd, TIOCGETD, &dev->real.disc) < 0) { in LoadLineDiscipline()
/dragonfly/sys/bus/u4b/serial/
HDusb_serial.c1140 case TIOCGETD: in ucom_dev_ioctl()
/dragonfly/sys/dev/serial/sio/
HDsio.c2063 case TIOCGETD: in sioioctl()
/dragonfly/sys/kern/
HDtty.c995 case TIOCGETD: /* get line discipline */ in ttioctl()