Home
last modified time | relevance | path

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

/dragonfly/lib/libssh/openbsd-compat/
H A Dbsd-misc.c301 # if defined(TIOCSBRK) && defined(TIOCCBRK) in tcsendbreak()
306 if (ioctl(fd, TIOCSBRK, 0) == -1) in tcsendbreak()
/dragonfly/sys/sys/
H A Dttycom.h86 #define TIOCSBRK _IO('t', 123) /* set break bit */ macro
/dragonfly/lib/libc/gen/
H A Dtermios.c203 if (_ioctl(fd, TIOCSBRK, 0) == -1) in tcsendbreak()
/dragonfly/sys/dev/misc/nmdm/
H A Dnmdm.c556 case TIOCSBRK: in nmdmioctl()
/dragonfly/contrib/gdb-7/gdb/
H A Dser-unix.c387 status = ioctl (scb->fd, TIOCSBRK, 0); in hardwire_send_break()
/dragonfly/usr.bin/tip/
H A Dcmds.c928 ioctl(FD, TIOCSBRK, NULL); in genbrk()
/dragonfly/sys/bus/u4b/serial/
H A Dusb_serial.c1190 case TIOCSBRK: in ucom_dev_ioctl()
/dragonfly/sys/dev/serial/sio/
H A Dsio.c2114 case TIOCSBRK: in sioioctl()
/dragonfly/sys/kern/
H A Dtty.c877 case TIOCSBRK: in ttioctl()