Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
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;
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
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;
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
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;
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
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 */
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dtermios.h24 struct sgttyb { struct
25 char sg_ispeed;
26 char sg_ospeed;
27 char sg_erase;
28 char sg_kill;
29 int sg_flags;
/kernel/linux/linux-5.10/drivers/tty/
Dtty_ioctl.c470 static int get_sgttyb(struct tty_struct *tty, struct sgttyb __user *sgttyb) in get_sgttyb()
522 static int set_sgttyb(struct tty_struct *tty, struct sgttyb __user *sgttyb) in set_sgttyb()