Searched refs:TIOCGETD (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/contrib/tcsh-6/ |
| HD | tc.disc.c | 60 #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/ |
| HD | wwtty.c | 55 if (ioctl(d, TIOCGETD, (char *)&t->ww_ldisc) < 0) in wwgettty() 89 if (ioctl(d, TIOCGETD, (char *)&i) < 0) in wwsettty()
|
| /dragonfly/sys/sys/ |
| HD | ttycom.h | 83 #define TIOCGETD _IOR('t', 26, int) /* get line discipline */ macro
|
| /dragonfly/bin/stty/ |
| HD | stty.c | 86 if (ioctl(i.fd, TIOCGETD, &i.ldisc) < 0) in main()
|
| /dragonfly/usr.sbin/ppp/ |
| HD | tty.c | 288 if (ioctl(p->fd, TIOCGETD, &dev->real.disc) < 0) { in LoadLineDiscipline()
|
| /dragonfly/sys/bus/u4b/serial/ |
| HD | usb_serial.c | 1140 case TIOCGETD: in ucom_dev_ioctl()
|
| /dragonfly/sys/dev/serial/sio/ |
| HD | sio.c | 2063 case TIOCGETD: in sioioctl()
|
| /dragonfly/sys/kern/ |
| HD | tty.c | 995 case TIOCGETD: /* get line discipline */ in ttioctl()
|