Home
last modified time | relevance | path

Searched refs:pty_bsd_ioctl (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Dpty.c463 static int pty_bsd_ioctl(struct tty_struct *tty, in pty_bsd_ioctl() function
491 return pty_bsd_ioctl(tty, cmd, (unsigned long)compat_ptr(arg)); in pty_bsd_compat_ioctl()
506 * has pty_bsd_ioctl.
517 .ioctl = pty_bsd_ioctl,
/kernel/linux/linux-6.6/drivers/tty/
H A Dpty.c453 static int pty_bsd_ioctl(struct tty_struct *tty, in pty_bsd_ioctl() function
481 return pty_bsd_ioctl(tty, cmd, (unsigned long)compat_ptr(arg)); in pty_bsd_compat_ioctl()
496 * has pty_bsd_ioctl.
506 .ioctl = pty_bsd_ioctl,

Completed in 4 milliseconds