HomeSort by: relevance | last modified time | path
    Searched defs:sl232 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_neoclock4x.c 170 int sl232; local
264 if(ioctl(fd, TIOCMGET, (caddr_t)&sl232) == -1)
271 sl232 = sl232 | TIOCM_DTR | TIOCM_RTS; /* turn on RTS, and DTR for power supply */
273 sl232 = sl232 | CIOCM_DTR | CIOCM_RTS; /* turn on RTS, and DTR for power supply */
275 if(ioctl(fd, TIOCMSET, (caddr_t)&sl232) == -1)
398 int sl232; local
413 if(ioctl(pp->io.fd, TIOCMGET, (caddr_t)&sl232) == -1)
420 sl232 &= ~(TIOCM_DTR | TIOCM_RTS)
    [all...]
refclock_parse.c 5861 int sl232; local
5863 if (ioctl(parse->generic->io.fd, TIOCMGET, (caddr_t)&sl232) == -1)
5870 sl232 = (sl232 & ~TIOCM_RTS) | TIOCM_DTR; /* turn on DTR, clear RTS for power supply */
5872 sl232 = (sl232 & ~CIOCM_RTS) | CIOCM_DTR; /* turn on DTR, clear RTS for power supply */
5875 if (ioctl(parse->generic->io.fd, TIOCMSET, (caddr_t)&sl232) == -1)
5908 int sl232; local
5910 if (ioctl(parse->generic->io.fd, TIOCMGET, (caddr_t)&sl232) == -1)
5917 sl232 = (sl232 & ~TIOCM_DTR) | TIOCM_RTS; /* turn on RTS, clear DTR for power supply *
    [all...]
  /src/external/bsd/ntp/dist/parseutil/
dcfd.c 1363 int sl232 = TIOCM_DTR; /* turn on DTR for power supply */ local
1365 int sl232 = CIOCM_DTR; /* turn on DTR for power supply */
1368 if (ioctl(fd, TIOCMSET, (caddr_t)&sl232) == -1)

Completed in 32 milliseconds