Home
last modified time | relevance | path

Searched refs:TIOCMBIS (Results 1 – 16 of 16) sorted by relevance

/freebsd-14-stable/sys/sys/
HDttycom.h105 #define TIOCMBIS _IOW('t', 108, int) /* bis modem bits */ macro
/freebsd-14-stable/usr.bin/tip/libacu/
HDdf.c97 ioctl(f, TIOCMBIS, &st); /* set ST for 1200 baud */ in df_dialer()
/freebsd-14-stable/contrib/ntp/ntpd/
HDrefclock_heath.c432 ioctl(pp->io.fd, TIOCMBIS, (char *)&bits); in heath_poll()
HDrefclock_acts.c402 if (ioctl(pp->io.fd, TIOCMBIS, &dtr) < 0) in acts_message()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_solaris.cpp171 unsigned IOCTL_TIOCMBIS = TIOCMBIS;
HDsanitizer_platform_limits_freebsd.cpp256 unsigned IOCTL_TIOCMBIS = TIOCMBIS;
HDsanitizer_common_interceptors_ioctl.inc69 _(TIOCMBIS, READ, sizeof(int));
HDsanitizer_platform_limits_posix.cpp577 unsigned IOCTL_TIOCMBIS = TIOCMBIS;
HDsanitizer_platform_limits_netbsd.cpp2328 unsigned IOCTL_TIOCMBIS = TIOCMBIS;
HDsanitizer_interceptors_ioctl_netbsd.inc1253 _(TIOCMBIS, READ, sizeof(int));
/freebsd-14-stable/usr.sbin/moused/
HDmoused.c2796 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/
HDtty.c1671 case TIOCMBIS: { in tty_generic_ioctl()
/freebsd-14-stable/contrib/ntp/
HDconfigure.ac1833 # Test for termios TIOCMBIS modem control (ACTS, Heath, Palisade)
1853 ioctl(1, TIOCMBIS, (char *)&dtr);
HDCommitLog-4.1.06085 * configure.in (ACTS): Sometimes, TIOCMBIS is in sys/ioctl.h
HDconfigure30938 ioctl(1, TIOCMBIS, (char *)&dtr);
/freebsd-14-stable/sys/compat/linux/
HDlinux_ioctl.c849 args->cmd = TIOCMBIS; in linux_ioctl_termio()