Home
last modified time | relevance | path

Searched refs:TIOCMSET (Results 1 – 19 of 19) sorted by relevance

/freebsd/usr.bin/tip/libacu/
H A Ddf.c77 #ifdef TIOCMSET in df_dialer()
100 #ifdef TIOCMSET in df_dialer()
/freebsd/usr.bin/morse/
H A Dmorse.c381 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 Drefclock_neoclock4x.c36 # 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 Drefclock_palisade.h59 #define TIOCMSET MCSETA macro
H A Drefclock_hopfser.c29 # define TIOCMSET MCSETA macro
H A Drefclock_palisade.c1448 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 Drefclock_parse.c5847 #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 Dttycom.h104 #define TIOCMSET _IOW('t', 109, int) /* set all modem bits */ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp176 unsigned IOCTL_TIOCMSET = TIOCMSET;
H A Dsanitizer_platform_limits_freebsd.cpp244 unsigned IOCTL_TIOCMSET = TIOCMSET;
H A Dsanitizer_platform_limits_posix.cpp604 unsigned IOCTL_TIOCMSET = TIOCMSET;
H A Dsanitizer_common_interceptors_ioctl.inc79 _(TIOCMSET, READ, sizeof(int));
H A Dsanitizer_platform_limits_netbsd.cpp2327 unsigned IOCTL_TIOCMSET = TIOCMSET;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1252 _(TIOCMSET, READ, sizeof(int));
/freebsd/contrib/ntp/parseutil/
H A Ddcfd.c1348 #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 Dmsconvd.c1976 ioctl(rodent.mfd, TIOCMSET, &i); in pnpwakeup1()
2054 ioctl(rodent.mfd, TIOCMSET, &i); in pnpwakeup2()
/freebsd/sys/kern/
H A Dtty.c1687 case TIOCMSET: { in tty_generic_ioctl()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c915 args->cmd = TIOCMSET; in linux_ioctl_termio()
/freebsd/contrib/ntp/
H A DCommitLog[all...]