Home
last modified time | relevance | path

Searched refs:TIOCMBIC (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/sys/
H A Dttycom.h102 #define TIOCMBIC _IOW('t', 107, int) /* bic modem bits */ macro
/freebsd/usr.bin/tip/libacu/
H A Ddf.c87 ioctl(f, TIOCMBIC, &st); /* clear ST for 300 baud */ in df_dialer()
/freebsd/contrib/ntp/parseutil/
H A Dtestdcf.c408 #if defined(TIOCMBIC) && defined(TIOCM_RTS) in main()
409 if (ioctl(fd, TIOCMBIC, (caddr_t)&on) == -1) in main()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_heath.c58 * is necessary that the operating system implement the TIOCMBIC and
427 if (ioctl(pp->io.fd, TIOCMBIC, (char *)&bits) < 0) in heath_poll()
H A Drefclock_acts.c603 if (ioctl(pp->io.fd, TIOCMBIC, &dtr) < 0) in acts_close()
604 msyslog(LOG_ERR, "acts: ioctl(TIOCMBIC) failed: %m"); in acts_close()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp170 unsigned IOCTL_TIOCMBIC = TIOCMBIC;
H A Dsanitizer_platform_limits_freebsd.cpp255 unsigned IOCTL_TIOCMBIC = TIOCMBIC;
H A Dsanitizer_platform_limits_posix.cpp576 unsigned IOCTL_TIOCMBIC = TIOCMBIC;
H A Dsanitizer_common_interceptors_ioctl.inc68 _(TIOCMBIC, READ, sizeof(int));
H A Dsanitizer_platform_limits_netbsd.cpp2329 unsigned IOCTL_TIOCMBIC = TIOCMBIC;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1254 _(TIOCMBIC, READ, sizeof(int));
/freebsd/usr.sbin/moused/
H A Dmoused.c1729 ioctl(rodent.mfd, TIOCMBIC, &i); in r_init()
1733 ioctl(rodent.mfd, TIOCMBIC, &i); in r_init()
2791 ioctl(rodent.mfd, TIOCMBIC, &i); in pnpwakeup1()
2815 ioctl(rodent.mfd, TIOCMBIC, &i); in pnpwakeup1()
/freebsd/sys/kern/
H A Dtty.c1676 case TIOCMBIC: { in tty_generic_ioctl()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c863 args->cmd = TIOCMBIC; in linux_ioctl_termio()