Home
last modified time | relevance | path

Searched refs:tty (Results 1 – 25 of 815) sorted by last modified time

12345678910>>...33

/netbsd/tests/kernel/
H A DMakefile57 TESTS_SUBDIRS+= tty
/netbsd/external/gpl3/gcc/dist/fixincludes/
H A Dinclhack.def3131 files = "sys/tty.h";
/netbsd/distrib/sets/lists/tests/
H A Dmi66 ./usr/libdata/debug/usr/tests/kernel/tty tests-kernel-tests compattestfile,atf
2349 ./usr/tests/kernel/tty tests-kernel-tests compattestfile,atf
2350 ./usr/tests/kernel/tty/Atffile tests-kernel-tests atf,rump
2351 ./usr/tests/kernel/tty/Kyuafile tests-kernel-tests atf,rump,kyua
2352 ./usr/tests/kernel/tty/t_pr tests-kernel-tests atf,rump
/netbsd/distrib/miniroot/
H A Dinstall.sub178 done > /dev/tty & echo $!
1541 echo "fstab empty" > /dev/tty
/netbsd/distrib/sets/lists/debug/
H A Dmi855 ./usr/libdata/debug/usr/bin/tty.debug comp-util-debug debug
1830 ./usr/libdata/debug/usr/tests/kernel/tty/t_pr.debug tests-kernel-tests debug,atf,rump
/netbsd/sys/kern/
H A Dfiles.kern189 file kern/tty.c kern
H A Dsubr_prf.c98 static void putchar(int, int, struct tty *);
401 putone(int c, int flags, struct tty *tp) in putone()
403 struct tty *ctp; in putone()
457 addtstamp(int flags, struct tty *tp) in addtstamp()
496 putchar(int c, int flags, struct tty *tp) in putchar()
640 struct tty *tp = NULL; in tprintf()
672 ttyprintf(struct tty *tp, const char *fmt, ...) in ttyprintf()
/netbsd/sys/sys/
H A DMakefile47 timex.h tls.h trace.h tree.h tty.h ttychars.h ttycom.h \
/netbsd/distrib/sets/lists/comp/
H A Dmi3496 ./usr/include/sys/tty.h comp-c-include
/netbsd/doc/
H A D3RDPARTY1112 - handle tty posix_vdisable properly
H A DHACKS187 file sys/kern/tty.c : 1.181
198 file usr.bin/mail/tty.c : 1.20
/netbsd/crypto/external/bsd/openssh/dist/
H A Dsession.c682 tty = s->tty; in do_exec()
684 tty += 5; in do_exec()
689 tty == NULL ? "" : " on ", in do_exec()
690 tty == NULL ? "" : tty, in do_exec()
1639 session_by_tty(char *tty) in session_by_tty() argument
1644 if (s->used && s->ttyfd != -1 && strcmp(s->tty, tty) == 0) { in session_by_tty()
1753 sizeof(s->tty)))) { in session_pty_req()
1769 pty_setowner(s->pw, s->tty); in session_pty_req()
2113 record_logout(s->pid, s->tty); in session_pty_cleanup2()
2117 pty_release(s->tty); in session_pty_cleanup2()
[all …]
H A Dsession.h47 char tty[TTYSZ]; member
H A Dmonitor.c1522 record_login(s->pid, s->tty, pw->pw_name, pw->pw_uid, in mm_record_login()
1532 debug3_f("tty %s ptyfd %d", s->tty, s->ptyfd); in mm_session_close()
1555 res = pty_allocate(&s->ptyfd, &s->ttyfd, s->tty, sizeof(s->tty)); in mm_answer_pty()
1558 pty_setowner(authctxt->pw, s->tty); in mm_answer_pty()
1561 (r = sshbuf_put_cstring(m, s->tty)) != 0) in mm_answer_pty()
1596 debug3_f("tty %s ptyfd %d", s->tty, s->ttyfd); in mm_answer_pty()
1613 char *tty; in mm_answer_pty_cleanup() local
1618 if ((r = sshbuf_get_cstring(m, &tty, NULL)) != 0) in mm_answer_pty_cleanup()
1620 if ((s = session_by_tty(tty)) != NULL) in mm_answer_pty_cleanup()
1623 free(tty); in mm_answer_pty_cleanup()
H A Dmonitor_wrap.c619 if ((r = sshbuf_put_cstring(m, s->tty)) != 0) in mm_session_pty_cleanup2()
/netbsd/sys/arch/amd64/conf/
H A DXEN3_DOMU190 pseudo-device tun # network tunneling over tty
H A DALL1654 pseudo-device tun # network tunneling over tty
H A DGENERIC1181 pseudo-device tun # network tunneling over tty
/netbsd/sys/arch/i386/conf/
H A DXEN3PAE_DOM0806 pseudo-device tun # network tunneling over tty
H A DXEN3PAE_DOMU199 pseudo-device tun # network tunneling over tty
H A DALL1759 pseudo-device tun # network tunneling over tty
H A DGENERIC1466 pseudo-device tun # network tunneling over tty
/netbsd/sys/dev/sbus/
H A Dfiles.sbus74 device mtty: tty
83 device stty: tty
91 device clcd: tty, cd18xx
/netbsd/sys/arch/riscv/conf/
H A DGENERIC.common179 pseudo-device tun # network tunneling over tty
/netbsd/external/gpl3/gcc.old/dist/fixincludes/
H A Dinclhack.def3081 files = "sys/tty.h";

12345678910>>...33