Searched defs:sgttyb (Results 1 – 5 of 5) sorted by relevance
9 struct sgttyb { struct10 char sg_ispeed;11 char sg_ospeed;12 char sg_erase;13 char sg_kill;14 short sg_flags;
8 struct sgttyb { struct9 char sg_ispeed;10 char sg_ospeed;11 char sg_erase;12 char sg_kill;13 short sg_flags;
20 struct sgttyb { struct21 char sg_ispeed;22 char sg_ospeed;23 char sg_erase;24 char sg_kill;25 short sg_flags;
17 struct sgttyb { struct18 char sg_ispeed;19 char sg_ospeed;20 char sg_erase;21 char sg_kill;22 int sg_flags; /* SGI special - int, not short */
585 static int get_sgttyb(struct tty_struct *tty, struct sgttyb __user *sgttyb) in get_sgttyb()637 static int set_sgttyb(struct tty_struct *tty, struct sgttyb __user *sgttyb) in set_sgttyb()