Searched refs:TIOCMGET (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dttycom.h100 #define TIOCMGET _IOR('t', 106, int) /* get all modem bits */ macro
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_palisade.h60 #define TIOCMGET MCGETA macro
H A Drefclock_hopfser.c30 # define TIOCMGET MCGETA macro
H A Dntp_refclock.c993 #if defined(TIOCMGET) && !defined(SCO5_CLOCK)
1000 if (ioctl(fd, TIOCMGET, (char *)&ltemp) < 0)
1002 "refclock_setup fd %d TIOCMGET: %m", fd);
1010 #endif /* TIOCMGET */
1071 #if defined(TIOCMGET) && !defined(SCO5_CLOCK)
1078 if (ioctl(fd, TIOCMGET, (char *)&ltemp) < 0)
1080 "refclock_setup fd %d TIOCMGET: %m", fd);
1088 #endif /* TIOCMGET */
H A Drefclock_neoclock4x.c37 # define TIOCMGET MCGETA macro
262 if(ioctl(fd, TIOCMGET, (caddr_t)&sl232) == -1)
411 if(ioctl(pp->io.fd, TIOCMGET, (caddr_t)&sl232) == -1)
H A Drefclock_palisade.c1398 if (ioctl(pp->io.fd, TIOCMGET, &x) < 0) {
H A Drefclock_parse.c5847 if (ioctl(parse->generic->io.fd, TIOCMGET, (caddr_t)&sl232) == -1)
5849 msyslog(LOG_NOTICE, "PARSE receiver #%d: rawdcf_init_1: WARNING: ioctl(fd, TIOCMGET, [C|T]IOCM_DTR): %m", CLK_UNIT(parse->peer));
5894 if (ioctl(parse->generic->io.fd, TIOCMGET, (caddr_t)&sl232) == -1)
5896 msyslog(LOG_NOTICE, "PARSE receiver #%d: rawdcf_init_2: WARNING: ioctl(fd, TIOCMGET, [C|T]IOCM_RTS): %m", CLK_UNIT(parse->peer));
/freebsd-11-stable/usr.bin/morse/
H A Dmorse.c388 ioctl(line, TIOCMGET, &lflags);
584 ioctl(line, TIOCMGET, &lflags);
591 ioctl(line, TIOCMGET, &lflags);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp170 unsigned IOCTL_TIOCMGET = TIOCMGET;
H A Dsanitizer_platform_limits_freebsd.cpp229 unsigned IOCTL_TIOCMGET = TIOCMGET;
H A Dsanitizer_common_interceptors_ioctl.inc70 _(TIOCMGET, WRITE, sizeof(int));
H A Dsanitizer_platform_limits_posix.cpp516 unsigned IOCTL_TIOCMGET = TIOCMGET;
H A Dsanitizer_platform_limits_netbsd.cpp2045 unsigned IOCTL_TIOCMGET = TIOCMGET;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1258 _(TIOCMGET, WRITE, sizeof(int));
/freebsd-11-stable/usr.sbin/moused/
H A Dmoused.c2812 ioctl(rodent.mfd, TIOCMGET, &i);
2824 ioctl(rodent.mfd, TIOCMGET, &i);
2890 ioctl(rodent.mfd, TIOCMGET, &i);
/freebsd-11-stable/usr.sbin/ppp/
H A Dtty.c131 if (ioctl(p->fd, TIOCMGET, &dev->mbits) < 0) {
269 * carrier cannot be detected via TIOCMGET and the device doesn't become
/freebsd-11-stable/sbin/sconfig/
H A Dsconfig.c244 if (ioctl (fd, TIOCMGET, &status) < 0) {
/freebsd-11-stable/sys/dev/ce/
H A Dif_ce.c1981 case TIOCMGET: /* Get modem status */
/freebsd-11-stable/sys/dev/cp/
H A Dif_cp.c1779 case TIOCMGET: /* Get modem status */
/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c1956 case TIOCMGET: /* Get modem status */
/freebsd-11-stable/sys/dev/ctau/
H A Dif_ct.c1706 case TIOCMGET: /* Get modem status */
/freebsd-11-stable/sys/kern/
H A Dtty.c1621 case TIOCMGET:
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ioctl.c905 args->cmd = TIOCMGET;

Completed in 246 milliseconds