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

123

/netbsd-current/usr.bin/tip/aculib/
H A Ddf.c87 #ifdef TIOCMSET
110 #ifdef TIOCMSET
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_palisade.h61 #define TIOCMSET MCSETA macro
H A Drefclock_neoclock4x.c38 # define TIOCMSET MCSETA macro
261 #if defined(TIOCMSET) && (defined(TIOCM_RTS) || defined(CIOCM_RTS))
275 if(ioctl(fd, TIOCMSET, (caddr_t)&sl232) == -1)
410 #if defined(TIOCMSET) && (defined(TIOCM_RTS) || defined(CIOCM_RTS))
425 if(ioctl(pp->io.fd, TIOCMSET, (caddr_t)&sl232) == -1)
H A Drefclock_hopfser.c31 # define TIOCMSET MCSETA macro
H A Drefclock_palisade.c1414 if (ioctl(pp->io.fd, TIOCMSET, &x) < 0) {
1433 if (ioctl(pp->io.fd, TIOCMSET, &x) == -1) {
/netbsd-current/sys/sys/
H A Dttycom.h136 #define TIOCMSET _IOW('t', 109, int) /* set all modem bits */ macro
/netbsd-current/sys/compat/linux/common/
H A Dlinux_termios.c326 SCARG(&ia, com) = TIOCMSET;
/netbsd-current/sys/compat/linux32/common/
H A Dlinux32_termios.c334 SCARG(&ia, com) = TIOCMSET;
/netbsd-current/sys/dev/usb/
H A Ducom.c929 case TIOCMSET:
982 case TIOCMSET:
990 if (how == TIOCMSET || ISSET(combits, UMCR_DTR))
992 if (how == TIOCMSET || ISSET(combits, UMCR_RTS))
H A Ducycom.c866 case TIOCMSET:
1042 case TIOCMSET:
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cc172 unsigned IOCTL_TIOCMSET = TIOCMSET;
H A Dsanitizer_platform_limits_freebsd.cc229 unsigned IOCTL_TIOCMSET = TIOCMSET;
H A Dsanitizer_common_interceptors_ioctl.inc72 _(TIOCMSET, READ, sizeof(int));
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cc170 unsigned IOCTL_TIOCMSET = TIOCMSET;
H A Dsanitizer_common_interceptors_ioctl.inc70 _(TIOCMSET, READ, sizeof(int));
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp173 unsigned IOCTL_TIOCMSET = TIOCMSET;
H A Dsanitizer_platform_limits_freebsd.cpp246 unsigned IOCTL_TIOCMSET = TIOCMSET;
H A Dsanitizer_common_interceptors_ioctl.inc71 _(TIOCMSET, READ, sizeof(int));
/netbsd-current/external/bsd/ntp/dist/parseutil/
H A Ddcfd.c1346 #if defined(TIOCMSET) && (defined(TIOCM_DTR) || defined(CIOCM_DTR))
1364 if (ioctl(fd, TIOCMSET, (caddr_t)&sl232) == -1)
1366 syslog(LOG_NOTICE, "rawdcf_init: WARNING: ioctl(fd, TIOCMSET, [C|T]IOCM_DTR): %m");
/netbsd-current/sys/arch/emips/ebus/
H A Ddz_ebus.c274 case TIOCMSET:
/netbsd-current/sys/dev/dec/
H A Ddz.c506 case TIOCMSET:
/netbsd-current/sys/arch/mips/sibyte/dev/
H A Dsbjcn.c729 case TIOCMSET:
811 case TIOCMSET:
H A Dsbscn.c795 case TIOCMSET:
894 case TIOCMSET:
/netbsd-current/sys/dev/ic/
H A Dz8530tty.c821 case TIOCMSET:
1225 case TIOCMSET:
/netbsd-current/sys/dev/pci/
H A Dcz.c1181 case TIOCMSET:
1271 case TIOCMSET:

Completed in 480 milliseconds

123