Home
last modified time | relevance | path

Searched refs:tty_ioctl (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dtty_compat.c196 return tty_ioctl(tp, com, &term, fflag, td); in tty_ioctl_compat()
254 return (tty_ioctl(tp, TIOCSETD, in tty_ioctl_compat()
262 return (tty_ioctl(tp, TIOCCONS, (caddr_t)&one, fflag, td)); in tty_ioctl_compat()
H A Dtty_pts.c376 error = tty_ioctl(tp, cmd, data, fp->f_flag, td); in ptsdev_ioctl()
H A Dtty.c641 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/sys/sys/
H A Dtty.h203 int tty_ioctl(struct tty *tp, u_long cmd, void *data, int fflag,