Searched refs:TIOCMSET (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/usr.bin/tip/libacu/
H A Ddf.c87 #ifdef TIOCMSET
110 #ifdef TIOCMSET
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_palisade.h59 #define TIOCMSET MCSETA macro
H A Drefclock_neoclock4x.c36 # define TIOCMSET MCSETA macro
259 #if defined(TIOCMSET) && (defined(TIOCM_RTS) || defined(CIOCM_RTS))
273 if(ioctl(fd, TIOCMSET, (caddr_t)&sl232) == -1)
408 #if defined(TIOCMSET) && (defined(TIOCM_RTS) || defined(CIOCM_RTS))
423 if(ioctl(pp->io.fd, TIOCMSET, (caddr_t)&sl232) == -1)
H A Drefclock_hopfser.c29 # define TIOCMSET MCSETA macro
H A Drefclock_palisade.c1412 if (ioctl(pp->io.fd, TIOCMSET, &x) < 0) {
1431 if (ioctl(pp->io.fd, TIOCMSET, &x) == -1) {
H A Drefclock_parse.c5833 #if defined(TIOCMSET) && (defined(TIOCM_DTR) || defined(CIOCM_DTR))
5859 if (ioctl(parse->generic->io.fd, TIOCMSET, (caddr_t)&sl232) == -1)
5861 msyslog(LOG_NOTICE, "PARSE receiver #%d: rawdcf_init_1: WARNING: ioctl(fd, TIOCMSET, [C|T]IOCM_DTR): %m", CLK_UNIT(parse->peer));
5880 #if defined(TIOCMSET) && (defined(TIOCM_RTS) || defined(CIOCM_RTS))
5906 if (ioctl(parse->generic->io.fd, TIOCMSET, (caddr_t)&sl232) == -1)
5908 msyslog(LOG_NOTICE, "PARSE receiver #%d: rawdcf_init_2: WARNING: ioctl(fd, TIOCMSET, [C|T]IOCM_RTS): %m", CLK_UNIT(parse->peer));
/freebsd-13-stable/sys/sys/
H A Dttycom.h107 #define TIOCMSET _IOW('t', 109, int) /* set all modem bits */ macro
/freebsd-13-stable/usr.bin/morse/
H A Dmorse.c391 ioctl(line, TIOCMSET, &lflags);
586 ioctl(line, TIOCMSET, &lflags);
593 ioctl(line, TIOCMSET, &lflags);
667 ioctl(line, TIOCMSET, &olflags);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp172 unsigned IOCTL_TIOCMSET = TIOCMSET;
H A Dsanitizer_platform_limits_freebsd.cpp236 unsigned IOCTL_TIOCMSET = TIOCMSET;
H A Dsanitizer_common_interceptors_ioctl.inc71 _(TIOCMSET, READ, sizeof(int));
H A Dsanitizer_platform_limits_posix.cpp518 unsigned IOCTL_TIOCMSET = TIOCMSET;
H A Dsanitizer_platform_limits_netbsd.cpp2173 unsigned IOCTL_TIOCMSET = TIOCMSET;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1252 _(TIOCMSET, READ, sizeof(int));
/freebsd-13-stable/contrib/ntp/parseutil/
H A Ddcfd.c1344 #if defined(TIOCMSET) && (defined(TIOCM_DTR) || defined(CIOCM_DTR))
1362 if (ioctl(fd, TIOCMSET, (caddr_t)&sl232) == -1)
1364 syslog(LOG_NOTICE, "rawdcf_init: WARNING: ioctl(fd, TIOCMSET, [C|T]IOCM_DTR): %m");
/freebsd-13-stable/usr.sbin/moused/
H A Dmoused.c2778 ioctl(rodent.mfd, TIOCMSET, &i);
2856 ioctl(rodent.mfd, TIOCMSET, &i);
/freebsd-13-stable/sys/kern/
H A Dtty.c1645 case TIOCMSET: {
/freebsd-13-stable/sys/dev/ce/
H A Dif_ce.c1954 case TIOCMSET: /* Set DTR/RTS */
/freebsd-13-stable/sys/dev/cp/
H A Dif_cp.c1752 case TIOCMSET: /* Set DTR/RTS */
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_ioctl.c870 args->cmd = TIOCMSET;

Completed in 301 milliseconds