Searched refs:tty_ioctl (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | tty_compat.c | 198 return tty_ioctl(tp, com, &term, fflag, td); in tty_ioctl_compat() 256 return (tty_ioctl(tp, TIOCSETD, in tty_ioctl_compat() 264 return (tty_ioctl(tp, TIOCCONS, (caddr_t)&one, fflag, td)); in tty_ioctl_compat()
|
| H A D | tty_pts.c | 376 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() 2009 tty_ioctl(struct tty *tp, u_long cmd, void *data, int fflag, struct thread *td) in tty_ioctl() function
|
| /freebsd-14.2/sys/sys/ |
| H A D | tty.h | 203 int tty_ioctl(struct tty *tp, u_long cmd, void *data, int fflag,
|