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

123

/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_palisade.h62 #define TIOCMGET MCGETA macro
H A Drefclock_hopfser.c32 # define TIOCMGET MCGETA macro
H A Dntp_refclock.c995 #if defined(TIOCMGET) && !defined(SCO5_CLOCK)
1002 if (ioctl(fd, TIOCMGET, (char *)&ltemp) < 0)
1004 "refclock_setup fd %d TIOCMGET: %m", fd);
1012 #endif /* TIOCMGET */
1073 #if defined(TIOCMGET) && !defined(SCO5_CLOCK)
1080 if (ioctl(fd, TIOCMGET, (char *)&ltemp) < 0)
1082 "refclock_setup fd %d TIOCMGET: %m", fd);
1090 #endif /* TIOCMGET */
H A Drefclock_neoclock4x.c39 # define TIOCMGET MCGETA macro
264 if(ioctl(fd, TIOCMGET, (caddr_t)&sl232) == -1)
413 if(ioctl(pp->io.fd, TIOCMGET, (caddr_t)&sl232) == -1)
H A Drefclock_palisade.c1400 if (ioctl(pp->io.fd, TIOCMGET, &x) < 0) {
/netbsd-current/sys/sys/
H A Dttycom.h139 #define TIOCMGET _IOR('t', 106, int) /* get all modem bits */ macro
/netbsd-current/sys/compat/linux/common/
H A Dlinux_termios.c323 SCARG(&ia, com) = TIOCMGET;
/netbsd-current/sys/compat/linux32/common/
H A Dlinux32_termios.c331 SCARG(&ia, com) = TIOCMGET;
/netbsd-current/sys/dev/qbus/
H A Ddl.c438 case TIOCMGET:
H A Ddhu.c588 case TIOCMGET:
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cc171 unsigned IOCTL_TIOCMGET = TIOCMGET;
H A Dsanitizer_platform_limits_freebsd.cc228 unsigned IOCTL_TIOCMGET = TIOCMGET;
H A Dsanitizer_common_interceptors_ioctl.inc71 _(TIOCMGET, WRITE, sizeof(int));
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cc169 unsigned IOCTL_TIOCMGET = TIOCMGET;
H A Dsanitizer_common_interceptors_ioctl.inc69 _(TIOCMGET, WRITE, sizeof(int));
/netbsd-current/sys/dev/usb/
H A Duslsa.c467 case TIOCMGET:
H A Duplcom.c988 case TIOCMGET:
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp172 unsigned IOCTL_TIOCMGET = TIOCMGET;
H A Dsanitizer_platform_limits_freebsd.cpp245 unsigned IOCTL_TIOCMGET = TIOCMGET;
H A Dsanitizer_common_interceptors_ioctl.inc70 _(TIOCMGET, WRITE, sizeof(int));
/netbsd-current/sys/arch/emips/ebus/
H A Ddz_ebus.c286 case TIOCMGET:
/netbsd-current/sys/dev/dec/
H A Ddz.c518 case TIOCMGET:
/netbsd-current/usr.sbin/moused/
H A Dmoused.c2354 ioctl(rodent.mfd, TIOCMGET, &i);
2366 ioctl(rodent.mfd, TIOCMGET, &i);
2425 ioctl(rodent.mfd, TIOCMGET, &i);
/netbsd-current/sys/dev/ir/
H A Dirframe_tty.c964 irt_ioctl(tp, TIOCMGET, &mline);
/netbsd-current/sys/arch/amiga/dev/
H A Dmfc.c715 case TIOCMGET:

Completed in 398 milliseconds

123