tag | line | file | source code |
sgttyb | 234 | drivers/char/tty_ioctl.c | static int get_sgttyb(struct tty_struct * tty, struct sgttyb * sgttyb) |
sgttyb | 237 | drivers/char/tty_ioctl.c | struct sgttyb tmp; |
sgttyb | 239 | drivers/char/tty_ioctl.c | retval = verify_area(VERIFY_WRITE, sgttyb, sizeof(struct sgttyb)); |
sgttyb | 247 | drivers/char/tty_ioctl.c | memcpy_tofs(sgttyb, &tmp, sizeof(tmp)); |
sgttyb | 276 | drivers/char/tty_ioctl.c | static int set_sgttyb(struct tty_struct * tty, struct sgttyb * sgttyb) |
sgttyb | 279 | drivers/char/tty_ioctl.c | struct sgttyb tmp; |
sgttyb | 282 | drivers/char/tty_ioctl.c | retval = verify_area(VERIFY_READ, sgttyb, sizeof(struct sgttyb)); |
sgttyb | 289 | drivers/char/tty_ioctl.c | memcpy_fromfs(&tmp, sgttyb, sizeof(tmp)); |
sgttyb | 390 | drivers/char/tty_ioctl.c | return get_sgttyb(real_tty, (struct sgttyb *) arg); |
sgttyb | 393 | drivers/char/tty_ioctl.c | return set_sgttyb(real_tty, (struct sgttyb *) arg); |
sgttyb | 41 | include/asm-alpha/termios.h | #define TIOCGETP _IOR('t', 8, struct sgttyb) |
sgttyb | 42 | include/asm-alpha/termios.h | #define TIOCSETP _IOW('t', 9, struct sgttyb) |
sgttyb | 43 | include/asm-alpha/termios.h | #define TIOCSETN _IOW('t', 10, struct sgttyb) /* TIOCSETP wo flush */ |
sgttyb | 48 | include/asm-ppc/termios.h | #define TIOCGETP _IOR('t', 8, struct sgttyb) |
sgttyb | 49 | include/asm-ppc/termios.h | #define TIOCSETP _IOW('t', 9, struct sgttyb) |
sgttyb | 50 | include/asm-ppc/termios.h | #define TIOCSETN _IOW('t', 10, struct sgttyb) /* TIOCSETP wo flush */ |
sgttyb | 65 | include/asm-sparc/termios.h | #define TIOCGETP _IOR('t', 8, struct sgttyb) /* SunOS Specific */ |
sgttyb | 66 | include/asm-sparc/termios.h | #define TIOCSETP _IOW('t', 9, struct sgttyb) /* SunOS Specific */ |
sgttyb | 67 | include/asm-sparc/termios.h | #define TIOCSETN _IOW('t', 10, struct sgttyb) /* SunOS Specific */ |