Searched refs:tty_ioctl (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | tty_compat.c | 200 return tty_ioctl(tp, com, &term, fflag, td); in tty_ioctl_compat() 258 return (tty_ioctl(tp, TIOCSETD, in tty_ioctl_compat() 266 return (tty_ioctl(tp, TIOCCONS, (caddr_t)&one, fflag, td)); in tty_ioctl_compat()
|
| H A D | tty_pts.c | 384 error = tty_ioctl(tp, cmd, data, fp->f_flag, td); in ptsdev_ioctl()
|
| H A D | tty.c | 641 error = tty_ioctl(tp, cmd, data, fflag, td); in ttydev_ioctl() 1985 tty_ioctl(struct tty *tp, u_long cmd, void *data, int fflag, struct thread *td) in tty_ioctl() function
|
| /f-stack/freebsd/sys/ |
| H A D | tty.h | 205 int tty_ioctl(struct tty *tp, u_long cmd, void *data, int fflag,
|