Home
last modified time | relevance | path

Searched defs:sgttyb (Results 1 – 5 of 5) sorted by relevance

/linux/arch/sparc/include/uapi/asm/
A Dtermios.h9 struct sgttyb { struct
10 char sg_ispeed;
11 char sg_ospeed;
12 char sg_erase;
13 char sg_kill;
14 short sg_flags;
/linux/arch/powerpc/include/uapi/asm/
A Dtermios.h20 struct sgttyb { struct
21 char sg_ispeed;
22 char sg_ospeed;
23 char sg_erase;
24 char sg_kill;
25 short sg_flags;
/linux/arch/alpha/include/uapi/asm/
A Dtermios.h8 struct sgttyb { struct
9 char sg_ispeed;
10 char sg_ospeed;
11 char sg_erase;
12 char sg_kill;
13 short sg_flags;
/linux/arch/mips/include/uapi/asm/
A Dtermios.h17 struct sgttyb { struct
18 char sg_ispeed;
19 char sg_ospeed;
20 char sg_erase;
21 char sg_kill;
22 int sg_flags; /* SGI special - int, not short */
/linux/drivers/tty/
A Dtty_ioctl.c494 static int get_sgttyb(struct tty_struct *tty, struct sgttyb __user *sgttyb) in get_sgttyb()
546 static int set_sgttyb(struct tty_struct *tty, struct sgttyb __user *sgttyb) in set_sgttyb()

Completed in 7 milliseconds