| /freebsd-12-stable/usr.bin/morse/ |
| D | morse.c | 391 ioctl(line, TIOCMSET, &lflags); in main() 586 ioctl(line, TIOCMSET, &lflags); in ttyout() 593 ioctl(line, TIOCMSET, &lflags); in ttyout() 667 ioctl(line, TIOCMSET, &olflags); in sighandler()
|
| /freebsd-12-stable/usr.bin/tip/libacu/ |
| D | df.c | 87 #ifdef TIOCMSET in df_dialer() 110 #ifdef TIOCMSET in df_dialer()
|
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | refclock_neoclock4x.c | 36 # define TIOCMSET MCSETA macro 259 #if defined(TIOCMSET) && (defined(TIOCM_RTS) || defined(CIOCM_RTS)) in neoclock4x_start() 273 if(ioctl(fd, TIOCMSET, (caddr_t)&sl232) == -1) in neoclock4x_start() 408 #if defined(TIOCMSET) && (defined(TIOCM_RTS) || defined(CIOCM_RTS)) in neoclock4x_shutdown() 423 if(ioctl(pp->io.fd, TIOCMSET, (caddr_t)&sl232) == -1) in neoclock4x_shutdown()
|
| D | refclock_palisade.h | 59 #define TIOCMSET MCSETA macro
|
| D | refclock_hopfser.c | 29 # define TIOCMSET MCSETA macro
|
| D | refclock_palisade.c | 1448 if (ioctl(pp->io.fd, TIOCMSET, &x) < 0) { in HW_poll() 1467 if (ioctl(pp->io.fd, TIOCMSET, &x) == -1) { in HW_poll()
|
| D | refclock_parse.c | 5847 #if defined(TIOCMSET) && (defined(TIOCM_DTR) || defined(CIOCM_DTR)) 5873 if (ioctl(parse->generic->io.fd, TIOCMSET, (caddr_t)&sl232) == -1) in rawdcf_init_1() 5894 #if defined(TIOCMSET) && (defined(TIOCM_RTS) || defined(CIOCM_RTS)) 5920 if (ioctl(parse->generic->io.fd, TIOCMSET, (caddr_t)&sl232) == -1) in rawdcf_init_2()
|
| /freebsd-12-stable/sys/sys/ |
| D | ttycom.h | 107 #define TIOCMSET _IOW('t', 109, int) /* set all modem bits */ macro
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_platform_limits_solaris.cpp | 172 unsigned IOCTL_TIOCMSET = TIOCMSET;
|
| D | sanitizer_platform_limits_freebsd.cpp | 237 unsigned IOCTL_TIOCMSET = TIOCMSET;
|
| D | sanitizer_platform_limits_posix.cpp | 530 unsigned IOCTL_TIOCMSET = TIOCMSET;
|
| D | sanitizer_common_interceptors_ioctl.inc | 71 _(TIOCMSET, READ, sizeof(int));
|
| D | sanitizer_platform_limits_netbsd.cpp | 2326 unsigned IOCTL_TIOCMSET = TIOCMSET;
|
| D | sanitizer_interceptors_ioctl_netbsd.inc | 1252 _(TIOCMSET, READ, sizeof(int));
|
| /freebsd-12-stable/contrib/ntp/parseutil/ |
| D | dcfd.c | 1348 #if defined(TIOCMSET) && (defined(TIOCM_DTR) || defined(CIOCM_DTR)) 1366 if (ioctl(fd, TIOCMSET, (caddr_t)&sl232) == -1) in rawdcf_init()
|
| /freebsd-12-stable/usr.sbin/moused/ |
| D | moused.c | 2815 ioctl(rodent.mfd, TIOCMSET, &i); in pnpwakeup1() 2893 ioctl(rodent.mfd, TIOCMSET, &i); in pnpwakeup2()
|
| /freebsd-12-stable/sys/kern/ |
| D | tty.c | 1632 case TIOCMSET: { in tty_generic_ioctl()
|
| /freebsd-12-stable/sys/dev/cp/ |
| D | if_cp.c | 1753 case TIOCMSET: /* Set DTR/RTS */ in cp_ioctl()
|
| /freebsd-12-stable/sys/dev/ctau/ |
| D | if_ct.c | 1679 case TIOCMSET: /* Set DTR/RTS */ in ct_ioctl()
|
| /freebsd-12-stable/sys/dev/ce/ |
| D | if_ce.c | 1955 case TIOCMSET: /* Set DTR/RTS */ in ce_ioctl()
|
| /freebsd-12-stable/sys/dev/cx/ |
| D | if_cx.c | 1926 case TIOCMSET: /* Set DTR/RTS */ in cx_ioctl()
|
| /freebsd-12-stable/sys/compat/linux/ |
| D | linux_ioctl.c | 896 args->cmd = TIOCMSET; in linux_ioctl_termio()
|
| /freebsd-12-stable/contrib/ntp/ |
| D | CommitLog | 142358 [Bug 1751] Atari FreeMiNT termios.h doesn't have TIOCMSET 142361 [Bug 1751] Atari FreeMiNT termios.h doesn't have TIOCMSET 180917 add TIOCMGET tty ioctl emulation, improve TIOCMSET emulation
|