tag | line | file | source code |
ltchars | 337 | drivers/char/tty_ioctl.c | static int get_ltchars(struct tty_struct * tty, struct ltchars * ltchars) |
ltchars | 340 | drivers/char/tty_ioctl.c | struct ltchars tmp; |
ltchars | 342 | drivers/char/tty_ioctl.c | retval = verify_area(VERIFY_WRITE, ltchars, sizeof(struct ltchars)); |
ltchars | 351 | drivers/char/tty_ioctl.c | memcpy_tofs(ltchars, &tmp, sizeof(tmp)); |
ltchars | 355 | drivers/char/tty_ioctl.c | static int set_ltchars(struct tty_struct * tty, struct ltchars * ltchars) |
ltchars | 358 | drivers/char/tty_ioctl.c | struct ltchars tmp; |
ltchars | 360 | drivers/char/tty_ioctl.c | retval = verify_area(VERIFY_READ, ltchars, sizeof(struct ltchars)); |
ltchars | 363 | drivers/char/tty_ioctl.c | memcpy_fromfs(&tmp, ltchars, sizeof(tmp)); |
ltchars | 403 | drivers/char/tty_ioctl.c | return get_ltchars(real_tty, (struct ltchars *) arg); |
ltchars | 405 | drivers/char/tty_ioctl.c | return set_ltchars(real_tty, (struct ltchars *) arg); |
ltchars | 67 | include/asm-alpha/termios.h | #define TIOCGLTC _IOR('t', 116, struct ltchars) |
ltchars | 68 | include/asm-alpha/termios.h | #define TIOCSLTC _IOW('t', 117, struct ltchars) |
ltchars | 74 | include/asm-ppc/termios.h | #define TIOCGLTC _IOR('t', 116, struct ltchars) |
ltchars | 75 | include/asm-ppc/termios.h | #define TIOCSLTC _IOW('t', 117, struct ltchars) |
ltchars | 96 | include/asm-sparc/termios.h | #define TIOCGLTC _IOR('t', 116, struct ltchars) /* SunOS Specific */ |
ltchars | 97 | include/asm-sparc/termios.h | #define TIOCSLTC _IOW('t', 117, struct ltchars) /* SunOS Specific */ |