Home
last modified time | relevance | path

Searched refs:TIOCMGET (Results 1 – 20 of 20) sorted by relevance

/freebsd/usr.bin/morse/
H A Dmorse.c378 ioctl(line, TIOCMGET, &lflags); in main()
574 ioctl(line, TIOCMGET, &lflags); in ttyout()
581 ioctl(line, TIOCMGET, &lflags); in ttyout()
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c276 #ifdef TIOCMGET in reset_tty_settings()
349 #ifdef TIOCMGET in reset_tty_settings()
351 if (ioctl(fd, TIOCMGET, &modem_bits) == -1) in reset_tty_settings()
/freebsd/sys/sys/
H A Dttycom.h89 #define TIOCMGET _IOR('t', 106, int) /* get all modem bits */ macro
/freebsd/contrib/ntp/ntpd/
H A Drefclock_palisade.h60 #define TIOCMGET MCGETA macro
H A Drefclock_neoclock4x.c37 # define TIOCMGET MCGETA macro
262 if(ioctl(fd, TIOCMGET, (caddr_t)&sl232) == -1) in neoclock4x_start()
411 if(ioctl(pp->io.fd, TIOCMGET, (caddr_t)&sl232) == -1) in neoclock4x_shutdown()
H A Dntp_refclock.c1072 #if defined(TIOCMGET) && !defined(SCO5_CLOCK) in refclock_setup()
1079 if (ioctl(fd, TIOCMGET, (char *)&ltemp) < 0) in refclock_setup()
1081 "refclock_setup fd %d TIOCMGET: %m", fd); in refclock_setup()
1089 #endif /* TIOCMGET */ in refclock_setup()
1150 #if defined(TIOCMGET) && !defined(SCO5_CLOCK) in refclock_setup()
1157 if (ioctl(fd, TIOCMGET, (char *)&ltemp) < 0) in refclock_setup()
1159 "refclock_setup fd %d TIOCMGET: %m", fd); in refclock_setup()
1167 #endif /* TIOCMGET */ in refclock_setup()
H A Drefclock_hopfser.c30 # define TIOCMGET MCGETA macro
H A Drefclock_palisade.c1431 if (ioctl(pp->io.fd, TIOCMGET, &x) < 0) { in HW_poll()
H A Drefclock_parse.c5861 if (ioctl(parse->generic->io.fd, TIOCMGET, (caddr_t)&sl232) == -1) in rawdcf_init_1()
5908 if (ioctl(parse->generic->io.fd, TIOCMGET, (caddr_t)&sl232) == -1) in rawdcf_init_2()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp175 unsigned IOCTL_TIOCMGET = TIOCMGET;
H A Dsanitizer_platform_limits_freebsd.cpp243 unsigned IOCTL_TIOCMGET = TIOCMGET;
H A Dsanitizer_platform_limits_posix.cpp603 unsigned IOCTL_TIOCMGET = TIOCMGET;
H A Dsanitizer_common_interceptors_ioctl.inc78 _(TIOCMGET, WRITE, sizeof(int));
H A Dsanitizer_platform_limits_netbsd.cpp2330 unsigned IOCTL_TIOCMGET = TIOCMGET;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1255 _(TIOCMGET, WRITE, sizeof(int));
/freebsd/usr.sbin/moused/msconvd/
H A Dmsconvd.c1973 ioctl(rodent.mfd, TIOCMGET, &i); in pnpwakeup1()
1985 ioctl(rodent.mfd, TIOCMGET, &i); in pnpwakeup1()
2051 ioctl(rodent.mfd, TIOCMGET, &i); in pnpwakeup2()
/freebsd/usr.sbin/ppp/
H A Dtty.c129 if (ioctl(p->fd, TIOCMGET, &dev->mbits) < 0) { in tty_Timeout()
/freebsd/sys/kern/
H A Dtty.c1704 case TIOCMGET: in tty_generic_ioctl()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c900 args->cmd = TIOCMGET; in linux_ioctl_termio()
/freebsd/contrib/ntp/
H A DCommitLog[all...]