Home
last modified time | relevance | path

Searched refs:tty (Results 101 – 125 of 286) sorted by relevance

12345678910>>...12

/freebsd/sys/powerpc/pseries/
H A Dphyp_console.c56 struct tty *tp;
123 static void uart_phyp_ttyoutwakeup(struct tty *tp);
430 uart_phyp_ttyoutwakeup(struct tty *tp) in uart_phyp_ttyoutwakeup()
446 struct tty *tp = sc->tp; in uart_phyp_intr()
/freebsd/sys/dev/virtio/console/
H A Dvirtio_console.c79 struct tty *vtcport_tty;
215 static int vtcon_tty_open(struct tty *);
216 static void vtcon_tty_close(struct tty *);
217 static void vtcon_tty_outwakeup(struct tty *);
1170 struct tty *tp; in vtcon_port_dev_alias()
1221 struct tty *tp; in vtcon_port_teardown()
1237 struct tty *tp; in vtcon_port_change_size()
1304 struct tty *tp; in vtcon_port_in()
1395 vtcon_tty_open(struct tty *tp) in vtcon_tty_open()
1410 vtcon_tty_close(struct tty *tp) in vtcon_tty_close()
[all …]
/freebsd/usr.sbin/uhsoctl/
H A Duhsoctl.c1133 do_connect(struct ctx *ctx, const char *tty) in do_connect() argument
1144 ctx->fd = open(tty, O_RDWR); in do_connect()
1147 fprintf(stderr, "Failed to open %s\n", tty); in do_connect()
1161 warnx("failed to read from device %s", tty); in do_connect()
1362 char *tty = NULL; in main() local
1423 tty = argv[optind - 1]; in main()
1468 if (tty != NULL) { in main()
1469 error = do_connect(&ctx, tty); in main()
1471 errx(1, "Failed to open %s", tty); in main()
1490 tty = *p; in main()
[all …]
/freebsd/libexec/talkd/
H A Dannounce.c85 print_mesg(const char *tty, CTL_MSG *request, in print_mesg() argument
155 if (ttymsg(&iovec, 1, tty, RING_WAIT - 5) != NULL) in print_mesg()
H A Dextern.h36 int find_user(const char *name, char *tty);
/freebsd/sys/riscv/riscv/
H A Driscv_console.c86 static struct tty *tp = NULL;
137 riscvtty_outwakeup(struct tty *tp) in riscvtty_outwakeup()
/freebsd/contrib/less/
H A Dscreen.c299 extern HANDLE tty;
306 extern int tty;
414 if (tcgetattr(tty, &s) < 0) in raw_mode()
534 fsync(tty); in raw_mode()
536 tcsetattr(tty, TCSADRAIN, &s); in raw_mode()
562 ioctl(tty, TCGETA, &s); in raw_mode()
602 ioctl(tty, TCSETAW, &s); in raw_mode()
616 ioctl(tty, TIOCGETP, &s); in raw_mode()
645 ioctl(tty, TIOCSETN, &s); in raw_mode()
659 _gs_opt(tty, &s); in raw_mode()
[all …]
/freebsd/contrib/tcsh/
H A DFAQ12 On some machines the tty is not set up to pass 8 bit characters by
40 the tty. What happens is that dbxtool looks in stderr to inherit the
41 tty setups, but tcsh sets up the tty in cbreak and -echo modes, so that
43 away the tty. Pick one of the following as a workaround:
107 access to tty (Invalid Argument). Thus no job control in this shell
168 Script on SGI 4.0.5 does not give us a tty, so we cannot have job control.
172 % cat > /dev/tty
/freebsd/usr.bin/tty/
H A DMakefile2 PROG= tty
/freebsd/usr.bin/write/
H A DMakefile4 BINGRP= tty
/freebsd/lib/libc/nls/
H A Dfi_FI.ISO8859-1.msg128 61 Yhteys hyl�tty
210 21 Pys�ytetty (tty-sy�te)
212 22 Pys�ytetty (tty-tuloste)
/freebsd/usr.bin/wall/
H A DMakefile4 BINGRP= tty
/freebsd/usr.bin/login/
H A Dlogin.access6 # logins, the first entry that matches the (user, tty) combination. The
18 # of one or more tty names (for non-networked logins), host names, domain
/freebsd/contrib/tcsh/nls/russian/
H A Dset113 1 Предупреждение: нет доступа к tty (%s).\n
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset113 1 Увага: немає доступу до tty (%s).\n
/freebsd/contrib/tcsh/nls/ja/
H A Dset113 1 警告: ttyにアクセスができません (%s).\n
/freebsd/contrib/tcsh/nls/greek/
H A Dset113 1 Προειδοποίηση: δεν μπορώ να προσπελάσω το tty (%s).\n
/freebsd/crypto/openssh/
H A Dloginrec.c847 int tty; in utmp_write_direct() local
854 tty=0; in utmp_write_direct()
857 tty++; in utmp_write_direct()
869 tty = ttyslot(); /* seems only to work for /dev/ttyp? style names */ in utmp_write_direct()
873 if (tty > 0 && (fd = open(UTMP_FILE, O_RDWR|O_CREAT, 0644)) >= 0) { in utmp_write_direct()
876 pos = (off_t)tty * sizeof(struct utmp); in utmp_write_direct()
884 __func__, tty, UTMP_FILE); in utmp_write_direct()
906 __func__, tty, UTMP_FILE); in utmp_write_direct()
/freebsd/sys/powerpc/powernv/
H A Dopal_console.c60 struct tty *tp;
126 static void uart_opal_ttyoutwakeup(struct tty *tp);
495 uart_opal_ttyoutwakeup(struct tty *tp) in uart_opal_ttyoutwakeup()
528 struct tty *tp = sc->tp; in uart_opal_intr()
/freebsd/sys/kern/
H A Dkern_cons.c116 struct tty *constty; /* pointer to console "window" tty */
600 constty_set(struct tty *tp) in constty_set()
639 constty_clear(struct tty *tp) in constty_clear()
665 struct tty *tp = arg; in constty_timeout()
/freebsd/contrib/one-true-awk/testdir/
H A Dt.match15 NR, RLENGTH, RSTART >"/dev/tty"
/freebsd/usr.bin/bc/
H A DMakefile4 SRCS= bc.y scan.l tty.c
/freebsd/tools/test/stress2/misc/
H A Dsysctl.sh35 pstat -t | grep -q tty || echo "pstat -t Failed"
/freebsd/libexec/ftpd/
H A Dftpusers9 tty
/freebsd/contrib/bc/src/
H A Dvm.c269 const char* const tty = BC_DEFAULT_TTY_MODE ? "enabled" : local
279 BC_BUILD_TYPE, banner, sigint, tty, prompt, expr,
289 const char* const tty = DC_DEFAULT_TTY_MODE ? "enabled" : local
299 BC_BUILD_TYPE, sigint, tty, prompt, expr, clamp);
1535 bool tty; local
1553 tty = (ttyin != 0 && ttyout != 0 && ttyerr != 0);
1556 vm->flags |= tty ? BC_FLAG_TTY : 0;
1646 bc_vm_setenvFlag(env_prompt, tty ? env_prompt_def : 0, BC_FLAG_P);

12345678910>>...12