/linux/Documentation/filesystems/ |
H A D | devpts.rst | 25 Total count of pty pairs in all instances is limited by sysctls:: 27 kernel.pty.max = 4096 - global limit 28 kernel.pty.reserve = 1024 - reserved for filesystems mounted from the initial mount namespace 29 kernel.pty.nr - current count of ptys 34 ``sysctl kernel.pty.reserve``. 36 In kernels older than 3.4 sysctl ``kernel.pty.max`` works as per-instance limit.
|
/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-rds-gen.c | 56 data[1].lsb = rds->pty << 5; in vivid_rds_generate() 57 data[1].msb = (rds->pty >> 3) | (rds->tp << 2); in vivid_rds_generate() 119 data[3].lsb = rds->pty << 5; in vivid_rds_generate() 122 data[3].msb |= rds->pty >> 3; in vivid_rds_generate() 135 rds->pty = alt ? 29 : 2; in vivid_rds_gen_fill() 138 rds->pty = alt ? 16 : 3; in vivid_rds_gen_fill()
|
H A D | vivid-radio-common.c | 71 rds->pty = dev->radio_tx_rds_pty->cur.val; in vivid_radio_rds_init() 90 v4l2_ctrl_s_ctrl(dev->radio_rx_rds_pty, rds->pty); in vivid_radio_rds_init()
|
H A D | vivid-rds-gen.h | 26 u8 pty; member
|
/linux/arch/um/drivers/ |
H A D | pty.c | 81 char *pty, *bank, *cp; in getmaster() local 84 pty = &line[strlen("/dev/ptyp")]; in getmaster() 87 *pty = '0'; in getmaster() 93 *pty = *cp; in getmaster()
|
H A D | Makefile | 54 obj-$(CONFIG_PTY_CHAN) += pty.o 66 USER_OBJS := fd.o null.o pty.o tty.o xterm.o slip_common.o vde_user.o vector_user.o
|
H A D | Kconfig | 41 bool "pty channel support" 45 pseudo-terminals (/dev/pty*) and pts pseudo-terminals are controlled 102 default "pty" 106 command line. The default value is "pty", which attaches them to 110 which don't have a set of /dev/pty* devices.
|
/linux/arch/um/os-Linux/ |
H A D | sigio.c | 451 struct openpty_arg pty = { .master = -1, .slave = -1 }; in check_one_sigio() local 454 initial_thread_cb(openpty_cb, &pty); in check_one_sigio() 455 if (pty.err) { in check_one_sigio() 457 -pty.err); in check_one_sigio() 461 master = pty.master; in check_one_sigio() 462 slave = pty.slave; in check_one_sigio()
|
/linux/scripts/kconfig/ |
H A D | conf.c | 184 int pty = 33; /* probability of tristate = y */ in conf_set_all_new_symbols() local 211 pty = pby - ptm; in conf_set_all_new_symbols() 214 pty = p[0]; in conf_set_all_new_symbols() 216 pby = pty + ptm; in conf_set_all_new_symbols() 220 pty = p[1]; in conf_set_all_new_symbols() 225 if (pty + ptm > 100) { in conf_set_all_new_symbols() 261 if (cnt < pty) in conf_set_all_new_symbols() 263 else if (cnt < pty + ptm) in conf_set_all_new_symbols()
|
/linux/drivers/tty/ |
H A D | Makefile | 6 obj-$(CONFIG_LEGACY_PTYS) += pty.o 7 obj-$(CONFIG_UNIX98_PTYS) += pty.o
|
H A D | pty.c | 286 struct tty_struct *pty = tty->link; in pty_resize() local 295 rpgrp = tty_get_pgrp(pty); in pty_resize() 306 pty->winsize = *ws; /* Never used so will go away soon */ in pty_resize()
|
/linux/include/linux/mfd/ |
H A D | si476x-core.h | 329 u8 pty; member
|
/linux/Documentation/admin-guide/ |
H A D | devices.rst | 252 a master side, named ``/dev/pty[p-za-e][0-9a-f]``, and a slave side, named
|
H A D | devices.txt | 38 * Masters are "pty", slaves are "tty";
|
H A D | kernel-parameters.txt | 5097 pty.legacy_count= 5098 [KNL] Number of legacy pty's. Overwrites compiled-in
|
/linux/Documentation/networking/ |
H A D | cdc_mbim.rst | 228 DssSessionId 5 as a pty character device pointed to by a /dev/nmea
|
/linux/drivers/mfd/ |
H A D | si476x-cmd.c | 936 report->pty = 0x1f & resp[3]; in si476x_core_cmd_fm_rds_status()
|
/linux/Documentation/virt/uml/ |
H A D | user_mode_linux_howto_v2.rst | 708 * The pty and pts channels - use system pty/pts.
|
/linux/Documentation/admin-guide/sysctl/ |
H A D | kernel.rst | 1136 pty chapter
|
/linux/ |
H A D | CREDITS | 95 D: Unix98 pty support. 2515 D: Initial implementation of VC's, pty's and select()
|