Searched refs:TIOCMBIS (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14-stable/sys/sys/ |
| HD | ttycom.h | 105 #define TIOCMBIS _IOW('t', 108, int) /* bis modem bits */ macro
|
| /freebsd-14-stable/usr.bin/tip/libacu/ |
| HD | df.c | 97 ioctl(f, TIOCMBIS, &st); /* set ST for 1200 baud */ in df_dialer()
|
| /freebsd-14-stable/contrib/ntp/ntpd/ |
| HD | refclock_heath.c | 432 ioctl(pp->io.fd, TIOCMBIS, (char *)&bits); in heath_poll()
|
| HD | refclock_acts.c | 402 if (ioctl(pp->io.fd, TIOCMBIS, &dtr) < 0) in acts_message()
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_platform_limits_solaris.cpp | 171 unsigned IOCTL_TIOCMBIS = TIOCMBIS;
|
| HD | sanitizer_platform_limits_freebsd.cpp | 256 unsigned IOCTL_TIOCMBIS = TIOCMBIS;
|
| HD | sanitizer_common_interceptors_ioctl.inc | 69 _(TIOCMBIS, READ, sizeof(int));
|
| HD | sanitizer_platform_limits_posix.cpp | 577 unsigned IOCTL_TIOCMBIS = TIOCMBIS;
|
| HD | sanitizer_platform_limits_netbsd.cpp | 2328 unsigned IOCTL_TIOCMBIS = TIOCMBIS;
|
| HD | sanitizer_interceptors_ioctl_netbsd.inc | 1253 _(TIOCMBIS, READ, sizeof(int));
|
| /freebsd-14-stable/usr.sbin/moused/ |
| HD | moused.c | 2796 ioctl(rodent.mfd, TIOCMBIS, &i); in pnpwakeup1() 2803 ioctl(rodent.mfd, TIOCMBIS, &i); in pnpwakeup1() 2824 ioctl(rodent.mfd, TIOCMBIS, &i); in pnpwakeup1() 2863 ioctl(rodent.mfd, TIOCMBIS, &i); in pnpwakeup2() 2895 ioctl(rodent.mfd, TIOCMBIS, &i); in pnpgets()
|
| /freebsd-14-stable/sys/kern/ |
| HD | tty.c | 1671 case TIOCMBIS: { in tty_generic_ioctl()
|
| /freebsd-14-stable/contrib/ntp/ |
| HD | configure.ac | 1833 # Test for termios TIOCMBIS modem control (ACTS, Heath, Palisade) 1853 ioctl(1, TIOCMBIS, (char *)&dtr);
|
| HD | CommitLog-4.1.0 | 6085 * configure.in (ACTS): Sometimes, TIOCMBIS is in sys/ioctl.h
|
| HD | configure | 30938 ioctl(1, TIOCMBIS, (char *)&dtr);
|
| /freebsd-14-stable/sys/compat/linux/ |
| HD | linux_ioctl.c | 849 args->cmd = TIOCMBIS; in linux_ioctl_termio()
|