Home
last modified time | relevance | path

Searched refs:TIOCSTART (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/sys/
HDttycom.h106 #define TIOCSTART _IO('t', 110) /* start output, like ^Q */ macro
/dragonfly/contrib/gdb-7/readline/
HDrltty.c716 #if defined (TIOCSTART)
718 ioctl (&fildes, TIOCSTART, 0);
720 ioctl (fildes, TIOCSTART, 0);
/dragonfly/usr.bin/window/
HDwwtty.c167 if (ioctl(d, TIOCSTART, (char *)0) < 0) in wwstarttty()
/dragonfly/lib/libc/gen/
HDtermios.c253 return (_ioctl(fd, TIOCSTART, 0)); in tcflow()
/dragonfly/sys/kern/
HDtty.c885 case TIOCSTART: in ttioctl()
1150 case TIOCSTART: /* start output, like ^Q */ in ttioctl()