/third_party/toybox/toys/posix/ |
H A D | tty.c | 27 char *tty = ttyname(0); in tty_main() local [all...] |
/third_party/rust/crates/rustix/src/termios/ |
H A D | mod.rs | 10 mod tty; modules
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | devpts_fs.h | 38 ptm_open_peer(struct file *master, struct tty_struct *tty, int flags) in ptm_open_peer() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | devpts_fs.h | 38 ptm_open_peer(struct file *master, struct tty_struct *tty, int flags) in ptm_open_peer() argument
|
/third_party/libuv/docs/code/tty/ |
H A D | main.c | 7 uv_tty_t tty; variable
|
/third_party/musl/libc-test/src/functionalext/supplement/termios/termios_gtest/ |
H A D | termios_cfsetspeed_test.cpp | 24 struct termios tty; in HWTEST_F() local
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_mutex.c | 15 void tty_lock(struct tty_struct *tty) in tty_lock() argument 24 int tty_lock_interruptible(struct tty_struct *tty) in tty_lock_interruptible() argument 37 tty_unlock(struct tty_struct *tty) tty_unlock() argument 46 tty_lock_slave(struct tty_struct *tty) tty_lock_slave() argument 52 tty_unlock_slave(struct tty_struct *tty) tty_unlock_slave() argument 58 tty_set_lock_subclass(struct tty_struct *tty) tty_set_lock_subclass() argument [all...] |
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | ctrlchar.c | 48 ctrlchar_handle(const unsigned char *buf, int len, struct tty_struct *tty) in ctrlchar_handle() argument
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | ctrlchar.c | 49 ctrlchar_handle(const unsigned char *buf, int len, struct tty_struct *tty) in ctrlchar_handle() argument
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_mutex.c | 15 void tty_lock(struct tty_struct *tty) in tty_lock() argument 22 int tty_lock_interruptible(struct tty_struct *tty) in tty_lock_interruptible() argument 33 tty_unlock(struct tty_struct *tty) tty_unlock() argument 40 tty_lock_slave(struct tty_struct *tty) tty_lock_slave() argument 46 tty_unlock_slave(struct tty_struct *tty) tty_unlock_slave() argument 52 tty_set_lock_subclass(struct tty_struct *tty) tty_set_lock_subclass() argument [all...] |
H A D | n_null.c | 13 static ssize_t n_null_read(struct tty_struct *tty, struct file *file, u8 *buf, in n_null_read() argument 19 static ssize_t n_null_write(struct tty_struct *tty, struct file *file, in n_null_write() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/tty/ |
H A D | tty_tstamp_update.c | 16 static bool tty_valid(char *tty) in tty_valid() argument 48 char tty[PATH_MAX] = {}; in main() local [all...] |
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | virt.h | 16 struct virt_booter_device_data tty; member
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | empeg.c | 78 static void empeg_init_termios(struct tty_struct *tty) in empeg_init_termios() argument
|
H A D | wishbone-serial.c | 45 static int wishbone_serial_open(struct tty_struct *tty, in wishbone_serial_open() argument
|
H A D | usb_debug.c | 50 static void usb_debug_break_ctl(struct tty_struct *tty, int break_state) in usb_debug_break_ctl() argument
|
H A D | navman.c | 66 static int navman_open(struct tty_struct *tty, struct usb_serial_port *port) in navman_open() argument 87 static int navman_write(struct tty_struct *tty, struct usb_serial_port *port, in navman_write() argument
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | wishbone-serial.c | 45 static int wishbone_serial_open(struct tty_struct *tty, in wishbone_serial_open() argument
|
H A D | empeg.c | 78 static void empeg_init_termios(struct tty_struct *tty) in empeg_init_termios() argument
|
H A D | navman.c | 66 static int navman_open(struct tty_struct *tty, struct usb_serial_port *port) in navman_open() argument 87 static int navman_write(struct tty_struct *tty, struct usb_serial_port *port, in navman_write() argument
|
H A D | usb_debug.c | 50 static int usb_debug_break_ctl(struct tty_struct *tty, int break_state) in usb_debug_break_ctl() argument
|
/third_party/libuv/docs/code/tty-gravity/ |
H A D | main.c | 7 uv_tty_t tty; variable
|
/third_party/libuv/test/ |
H A D | test-handle-fileno.c | 54 uv_tty_t tty; in TEST_IMPL() local [all...] |
/third_party/toybox/toys/other/ |
H A D | login.c | 41 int hh = FLAG(h), count, tty = tty_fd(); in login_main() local
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | selection.c | 22 struct tty_struct *tty; member 30 struct tty_struct *tty; in __speakup_set_selection() local 62 int speakup_set_selection(struct tty_struct *tty) in speakup_set_selection() argument 94 struct tty_struct *tty; speakup_cancel_selection() local 110 struct tty_struct *tty = xchg(&ssw->tty, NULL); __speakup_paste_selection() local 121 speakup_paste_selection(struct tty_struct *tty) speakup_paste_selection() argument 135 struct tty_struct *tty; speakup_cancel_paste() local [all...] |