Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dtiocl.h13 struct tiocl_selection { struct
Dselection.h19 extern int set_selection(const struct tiocl_selection __user *sel, struct tty_struct *tty);
/linux-3.4.99/drivers/tty/vt/
Dselection.c158 int set_selection(const struct tiocl_selection __user *sel, struct tty_struct *tty) in set_selection()
Dvt.c2613 ret = set_selection((struct tiocl_selection __user *)(p+1), tty); in tioclinux()