| /freebsd/usr.bin/morse/ |
| H A D | morse.c | 378 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 D | reset_cmd.c | 276 #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 D | ttycom.h | 89 #define TIOCMGET _IOR('t', 106, int) /* get all modem bits */ macro
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_palisade.h | 60 #define TIOCMGET MCGETA macro
|
| H A D | refclock_neoclock4x.c | 37 # 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 D | ntp_refclock.c | 1072 #if defined(TIOCMGET) && !defined(SCO5_CLOCK) in refclock_setup() 1079 if (ioctl(fd, TIOCMGET, (char *)<emp) < 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 *)<emp) < 0) in refclock_setup() 1159 "refclock_setup fd %d TIOCMGET: %m", fd); in refclock_setup() 1167 #endif /* TIOCMGET */ in refclock_setup()
|
| H A D | refclock_hopfser.c | 30 # define TIOCMGET MCGETA macro
|
| H A D | refclock_palisade.c | 1431 if (ioctl(pp->io.fd, TIOCMGET, &x) < 0) { in HW_poll()
|
| H A D | refclock_parse.c | 5861 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 D | sanitizer_platform_limits_solaris.cpp | 175 unsigned IOCTL_TIOCMGET = TIOCMGET;
|
| H A D | sanitizer_platform_limits_freebsd.cpp | 243 unsigned IOCTL_TIOCMGET = TIOCMGET;
|
| H A D | sanitizer_platform_limits_posix.cpp | 603 unsigned IOCTL_TIOCMGET = TIOCMGET;
|
| H A D | sanitizer_common_interceptors_ioctl.inc | 78 _(TIOCMGET, WRITE, sizeof(int));
|
| H A D | sanitizer_platform_limits_netbsd.cpp | 2330 unsigned IOCTL_TIOCMGET = TIOCMGET;
|
| H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1255 _(TIOCMGET, WRITE, sizeof(int));
|
| /freebsd/usr.sbin/moused/msconvd/ |
| H A D | msconvd.c | 1973 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 D | tty.c | 129 if (ioctl(p->fd, TIOCMGET, &dev->mbits) < 0) { in tty_Timeout()
|
| /freebsd/sys/kern/ |
| H A D | tty.c | 1704 case TIOCMGET: in tty_generic_ioctl()
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_ioctl.c | 900 args->cmd = TIOCMGET; in linux_ioctl_termio()
|
| /freebsd/contrib/ntp/ |
| H A D | CommitLog | [all...] |