/linux-2.4.37.9/drivers/char/ |
D | tty_ioctl.c | 306 static int get_tchars(struct tty_struct * tty, struct tchars * tchars) in get_tchars() argument 308 struct tchars tmp; in get_tchars() 316 return copy_to_user(tchars, &tmp, sizeof(tmp)) ? -EFAULT : 0; in get_tchars() 319 static int set_tchars(struct tty_struct * tty, struct tchars * tchars) in set_tchars() argument 321 struct tchars tmp; in set_tchars() 323 if (copy_from_user(&tmp, tchars, sizeof(tmp))) in set_tchars() 407 return get_tchars(real_tty, (struct tchars *) arg); in n_tty_ioctl() 409 return set_tchars(real_tty, (struct tchars *) arg); in n_tty_ioctl()
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | termios.h | 27 struct tchars { struct 107 #define TIOCSETC _IOW('t', 17, struct tchars) 108 #define TIOCGETC _IOR('t', 18, struct tchars)
|
D | ioctls.h | 25 #define TIOCSETC _IOW('t', 17, struct tchars) 26 #define TIOCGETC _IOR('t', 18, struct tchars)
|
/linux-2.4.37.9/include/asm-ppc/ |
D | termios.h | 22 struct tchars { struct 52 #define TIOCSETC _IOW('t', 17, struct tchars) 53 #define TIOCGETC _IOR('t', 18, struct tchars)
|
D | ioctls.h | 18 #define TIOCSETC _IOW('t', 17, struct tchars) 19 #define TIOCGETC _IOR('t', 18, struct tchars)
|
/linux-2.4.37.9/include/asm-alpha/ |
D | ioctls.h | 18 #define TIOCSETC _IOW('t', 17, struct tchars) 19 #define TIOCGETC _IOR('t', 18, struct tchars)
|
D | termios.h | 15 struct tchars { struct
|
/linux-2.4.37.9/include/asm-sparc/ |
D | ioctls.h | 35 #define __TIOCSETC _IOW('t', 17, struct tchars) /* SunOS Specific */ 36 #define __TIOCGETC _IOR('t', 18, struct tchars) /* SunOS Specific */
|
D | termios.h | 17 struct tchars { struct
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | ioctls.h | 36 #define __TIOCSETC _IOW('t', 17, struct tchars) /* SunOS Specific */ 37 #define __TIOCGETC _IOR('t', 18, struct tchars) /* SunOS Specific */
|
D | termios.h | 17 struct tchars { struct
|
/linux-2.4.37.9/include/asm-mips64/ |
D | termios.h | 23 struct tchars { struct
|
/linux-2.4.37.9/include/asm-mips/ |
D | termios.h | 22 struct tchars { struct
|
/linux-2.4.37.9/fs/openpromfs/ |
D | inode.c | 455 char tchars[17]; /* XXX yuck... */ in property_write() local 457 if (copy_from_user(tchars, buf, 16)) in property_write() 459 *q = simple_strtoul (tchars, 0, 16); in property_write()
|