Searched refs:TIOCMBIC (Results 1 – 14 of 14) sorted by relevance
| /freebsd-head/usr.bin/tip/libacu/ |
| HD | df.c | 87 ioctl(f, TIOCMBIC, &st); /* clear ST for 300 baud */ in df_dialer()
|
| /freebsd-head/sys/sys/ |
| HD | ttycom.h | 102 #define TIOCMBIC _IOW('t', 107, int) /* bic modem bits */ macro
|
| /freebsd-head/contrib/ntp/parseutil/ |
| HD | testdcf.c | 408 #if defined(TIOCMBIC) && defined(TIOCM_RTS) in main() 409 if (ioctl(fd, TIOCMBIC, (caddr_t)&on) == -1) in main()
|
| /freebsd-head/contrib/ntp/ntpd/ |
| HD | refclock_heath.c | 427 if (ioctl(pp->io.fd, TIOCMBIC, (char *)&bits) < 0) in heath_poll()
|
| HD | refclock_acts.c | 603 if (ioctl(pp->io.fd, TIOCMBIC, &dtr) < 0) in acts_close()
|
| /freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_platform_limits_solaris.cpp | 170 unsigned IOCTL_TIOCMBIC = TIOCMBIC;
|
| HD | sanitizer_platform_limits_freebsd.cpp | 255 unsigned IOCTL_TIOCMBIC = TIOCMBIC;
|
| HD | sanitizer_platform_limits_posix.cpp | 576 unsigned IOCTL_TIOCMBIC = TIOCMBIC;
|
| HD | sanitizer_common_interceptors_ioctl.inc | 68 _(TIOCMBIC, READ, sizeof(int));
|
| HD | sanitizer_platform_limits_netbsd.cpp | 2329 unsigned IOCTL_TIOCMBIC = TIOCMBIC;
|
| HD | sanitizer_interceptors_ioctl_netbsd.inc | 1254 _(TIOCMBIC, READ, sizeof(int));
|
| /freebsd-head/usr.sbin/moused/ |
| HD | 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-head/sys/kern/ |
| HD | tty.c | 1676 case TIOCMBIC: { in tty_generic_ioctl()
|
| /freebsd-head/sys/compat/linux/ |
| HD | linux_ioctl.c | 863 args->cmd = TIOCMBIC; in linux_ioctl_termio()
|