Home
last modified time | relevance | path

Searched refs:TIOCSBRK (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c301 # if defined(TIOCSBRK) && defined(TIOCCBRK) in tcsendbreak()
306 if (ioctl(fd, TIOCSBRK, 0) == -1) in tcsendbreak()
/freebsd/sys/sys/
H A Dttycom.h125 #define TIOCSBRK _IO('t', 123) /* set break bit */ macro
/freebsd/lib/libc/gen/
H A Dtermios.c200 if (_ioctl(fd, TIOCSBRK, 0) == -1) in tcsendbreak()
/freebsd/sys/dev/uart/
H A Duart_tty.c248 case TIOCSBRK: in uart_tty_ioctl()
/freebsd/usr.bin/tip/tip/
H A Dcmds.c893 ioctl(FD, TIOCSBRK, NULL); in genbrk()
/freebsd/sys/dev/usb/serial/
H A Dusb_serial.c970 case TIOCSBRK: in ucom_ioctl()
/freebsd/sys/kern/
H A Dtty.c579 case TIOCSBRK: in ttydev_ioctl()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2315 unsigned IOCTL_TIOCSBRK = TIOCSBRK;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1240 _(TIOCSBRK, NONE, 0);
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c996 args->cmd = TIOCSBRK; in linux_ioctl_termio()