Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/morse/
Dmorse.c391 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/
Ddf.c87 #ifdef TIOCMSET in df_dialer()
110 #ifdef TIOCMSET in df_dialer()
/freebsd-12-stable/contrib/ntp/ntpd/
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()
Drefclock_palisade.h59 #define TIOCMSET MCSETA macro
Drefclock_hopfser.c29 # define TIOCMSET MCSETA macro
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()
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-12-stable/sys/sys/
Dttycom.h107 #define TIOCMSET _IOW('t', 109, int) /* set all modem bits */ macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_solaris.cpp172 unsigned IOCTL_TIOCMSET = TIOCMSET;
Dsanitizer_platform_limits_freebsd.cpp237 unsigned IOCTL_TIOCMSET = TIOCMSET;
Dsanitizer_platform_limits_posix.cpp530 unsigned IOCTL_TIOCMSET = TIOCMSET;
Dsanitizer_common_interceptors_ioctl.inc71 _(TIOCMSET, READ, sizeof(int));
Dsanitizer_platform_limits_netbsd.cpp2326 unsigned IOCTL_TIOCMSET = TIOCMSET;
Dsanitizer_interceptors_ioctl_netbsd.inc1252 _(TIOCMSET, READ, sizeof(int));
/freebsd-12-stable/contrib/ntp/parseutil/
Ddcfd.c1348 #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/
Dmoused.c2815 ioctl(rodent.mfd, TIOCMSET, &i); in pnpwakeup1()
2893 ioctl(rodent.mfd, TIOCMSET, &i); in pnpwakeup2()
/freebsd-12-stable/sys/kern/
Dtty.c1632 case TIOCMSET: { in tty_generic_ioctl()
/freebsd-12-stable/sys/dev/cp/
Dif_cp.c1753 case TIOCMSET: /* Set DTR/RTS */ in cp_ioctl()
/freebsd-12-stable/sys/dev/ctau/
Dif_ct.c1679 case TIOCMSET: /* Set DTR/RTS */ in ct_ioctl()
/freebsd-12-stable/sys/dev/ce/
Dif_ce.c1955 case TIOCMSET: /* Set DTR/RTS */ in ce_ioctl()
/freebsd-12-stable/sys/dev/cx/
Dif_cx.c1926 case TIOCMSET: /* Set DTR/RTS */ in cx_ioctl()
/freebsd-12-stable/sys/compat/linux/
Dlinux_ioctl.c896 args->cmd = TIOCMSET; in linux_ioctl_termio()
/freebsd-12-stable/contrib/ntp/
DCommitLog142358 [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