| /freebsd/usr.bin/tip/libacu/ |
| H A D | df.c | 77 #ifdef TIOCMSET in df_dialer() 100 #ifdef TIOCMSET in df_dialer()
|
| /freebsd/usr.bin/morse/ |
| H A D | morse.c | 381 ioctl(line, TIOCMSET, &lflags); in main() 576 ioctl(line, TIOCMSET, &lflags); in ttyout() 583 ioctl(line, TIOCMSET, &lflags); in ttyout() 657 ioctl(line, TIOCMSET, &olflags); in sighandler()
|
| /freebsd/contrib/ntp/ntpd/ |
| H A 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()
|
| H A D | refclock_palisade.h | 59 #define TIOCMSET MCSETA macro
|
| H A D | refclock_hopfser.c | 29 # define TIOCMSET MCSETA macro
|
| H A 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()
|
| H A 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/sys/sys/ |
| H A D | ttycom.h | 104 #define TIOCMSET _IOW('t', 109, int) /* set all modem bits */ macro
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_solaris.cpp | 176 unsigned IOCTL_TIOCMSET = TIOCMSET;
|
| H A D | sanitizer_platform_limits_freebsd.cpp | 244 unsigned IOCTL_TIOCMSET = TIOCMSET;
|
| H A D | sanitizer_platform_limits_posix.cpp | 604 unsigned IOCTL_TIOCMSET = TIOCMSET;
|
| H A D | sanitizer_common_interceptors_ioctl.inc | 79 _(TIOCMSET, READ, sizeof(int));
|
| H A D | sanitizer_platform_limits_netbsd.cpp | 2327 unsigned IOCTL_TIOCMSET = TIOCMSET;
|
| H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1252 _(TIOCMSET, READ, sizeof(int));
|
| /freebsd/contrib/ntp/parseutil/ |
| H A 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/usr.sbin/moused/msconvd/ |
| H A D | msconvd.c | 1976 ioctl(rodent.mfd, TIOCMSET, &i); in pnpwakeup1() 2054 ioctl(rodent.mfd, TIOCMSET, &i); in pnpwakeup2()
|
| /freebsd/sys/kern/ |
| H A D | tty.c | 1687 case TIOCMSET: { in tty_generic_ioctl()
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_ioctl.c | 915 args->cmd = TIOCMSET; in linux_ioctl_termio()
|
| /freebsd/contrib/ntp/ |
| H A D | CommitLog | [all...] |