Searched refs:TCSBRK (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/
H A Dtermios.c61 * TCSBRK ioctl to signify this functionality.
63 return ioctl(fd, TCSBRK, 1);
101 return ioctl(fd, TCSBRK, 0);
/haiku-fatelf/src/bin/debug/strace/
H A Dioctl.cpp119 IOCTL_INFO_ENTRY(TCSBRK),
/haiku-fatelf/headers/posix/
H A Dtermios.h171 #define TCSBRK (TCGETA + 5) macro
187 #define TIOCCBRK (TCGETA + 21) /* both are a frontend to TCSBRK */
/haiku-fatelf/src/bin/gdb/gdb/
H A Dser-unix.c296 return ioctl (scb->fd, TCSBRK, 1);
361 return ioctl (scb->fd, TCSBRK, 0);
/haiku-fatelf/src/add-ons/kernel/generic/tty/
H A Dtty.cpp1761 case TCSBRK:

Completed in 211 milliseconds