tag | line | file | source code |
tchars | 299 | drivers/char/tty_ioctl.c | static int get_tchars(struct tty_struct * tty, struct tchars * tchars) |
tchars | 302 | drivers/char/tty_ioctl.c | struct tchars tmp; |
tchars | 304 | drivers/char/tty_ioctl.c | retval = verify_area(VERIFY_WRITE, tchars, sizeof(struct tchars)); |
tchars | 313 | drivers/char/tty_ioctl.c | memcpy_tofs(tchars, &tmp, sizeof(tmp)); |
tchars | 317 | drivers/char/tty_ioctl.c | static int set_tchars(struct tty_struct * tty, struct tchars * tchars) |
tchars | 320 | drivers/char/tty_ioctl.c | struct tchars tmp; |
tchars | 322 | drivers/char/tty_ioctl.c | retval = verify_area(VERIFY_READ, tchars, sizeof(struct tchars)); |
tchars | 325 | drivers/char/tty_ioctl.c | memcpy_fromfs(&tmp, tchars, sizeof(tmp)); |
tchars | 397 | drivers/char/tty_ioctl.c | return get_tchars(real_tty, (struct tchars *) arg); |
tchars | 399 | drivers/char/tty_ioctl.c | return set_tchars(real_tty, (struct tchars *) arg); |
tchars | 45 | include/asm-alpha/termios.h | #define TIOCSETC _IOW('t', 17, struct tchars) |
tchars | 46 | include/asm-alpha/termios.h | #define TIOCGETC _IOR('t', 18, struct tchars) |
tchars | 52 | include/asm-ppc/termios.h | #define TIOCSETC _IOW('t', 17, struct tchars) |
tchars | 53 | include/asm-ppc/termios.h | #define TIOCGETC _IOR('t', 18, struct tchars) |
tchars | 71 | include/asm-sparc/termios.h | #define TIOCSETC _IOW('t', 17, struct tchars) /* SunOS Specific */ |
tchars | 72 | include/asm-sparc/termios.h | #define TIOCGETC _IOR('t', 18, struct tchars) /* SunOS Specific */ |