Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_compat.c200 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 Dtty_pts.c384 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()
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 Dtty.h205 int tty_ioctl(struct tty *tp, u_long cmd, void *data, int fflag,