Home
last modified time | relevance | path

Searched refs:tcsendbreak (Results 1 – 8 of 8) sorted by relevance

/external/openssh/openbsd-compat/
Dbsd-misc.h85 int tcsendbreak(int, int);
Dbsd-misc.c183 tcsendbreak(int fd, int duration) in tcsendbreak() function
/external/valgrind/main/docs/internals/
Dporting-to-ARM.txt706 #define VKI_TCSBRKP 0x5425 /* Needed for POSIX tcsendbreak() */
/external/openssh/
Dsession.c2172 if (s->ttyfd == -1 || tcsendbreak(s->ttyfd, 0) < 0) in session_break_req()
Dconfigure.ac1565 dnl tcsendbreak might be a macro
1566 AC_CHECK_DECL([tcsendbreak],
1568 [AC_CHECK_FUNCS([tcsendbreak])],
Dconfig.h.in1068 /* Define to 1 if you have the `tcsendbreak' function. */
Dconfigure9317 for ac_func in tcsendbreak
/external/qemu/
Dqemu-char.c1215 tcsendbreak(s->fd_in, 1); in tty_serial_ioctl()