Searched refs:TIOCMBIC (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/sys/ |
H A D | ttycom.h | 102 #define TIOCMBIC _IOW('t', 107, int) /* bic modem bits */ macro
|
/freebsd/usr.bin/tip/libacu/ |
H A D | df.c | 87 ioctl(f, TIOCMBIC, &st); /* clear ST for 300 baud */ in df_dialer()
|
/freebsd/contrib/ntp/parseutil/ |
H A D | testdcf.c | 408 #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 D | refclock_heath.c | 58 * 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 D | refclock_acts.c | 603 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 D | sanitizer_platform_limits_solaris.cpp | 170 unsigned IOCTL_TIOCMBIC = TIOCMBIC;
|
H A D | sanitizer_platform_limits_freebsd.cpp | 255 unsigned IOCTL_TIOCMBIC = TIOCMBIC;
|
H A D | sanitizer_platform_limits_posix.cpp | 576 unsigned IOCTL_TIOCMBIC = TIOCMBIC;
|
H A D | sanitizer_common_interceptors_ioctl.inc | 68 _(TIOCMBIC, READ, sizeof(int));
|
H A D | sanitizer_platform_limits_netbsd.cpp | 2329 unsigned IOCTL_TIOCMBIC = TIOCMBIC;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1254 _(TIOCMBIC, READ, sizeof(int));
|
/freebsd/usr.sbin/moused/ |
H A D | moused.c | 1729 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 D | tty.c | 1676 case TIOCMBIC: { in tty_generic_ioctl()
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 863 args->cmd = TIOCMBIC; in linux_ioctl_termio()
|