Searched refs:ttyp (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_refclock.c804 TTY ttyb, *ttyp; local
814 ttyp = &ttyb;
820 if (tcgetattr(fd, ttyp) < 0) {
836 ttyp->c_iflag = IGNBRK | IGNPAR | ICRNL;
837 ttyp->c_oflag = 0;
838 ttyp->c_cflag = CS8 | CLOCAL | CREAD;
841 ttyp->c_cflag = CS7 | PARENB | PARODD | CLOCAL | CREAD;
846 ttyp->c_cc[i] = '\0';
864 ttyp->c_cflag &= ~CLOCAL;
871 ttyp
[all...]
H A Drefclock_leitch.c301 { struct termios ttyb, *ttyp; local
303 ttyp = &ttyb;
304 if (tcgetattr(fd232, ttyp) < 0) {
309 ttyp->c_iflag = IGNBRK|IGNPAR|ICRNL;
310 ttyp->c_oflag = 0;
311 ttyp->c_cflag = SPEED232|CS8|CLOCAL|CREAD;
312 ttyp->c_lflag = ICANON;
313 ttyp->c_cc[VERASE] = ttyp->c_cc[VKILL] = '\0';
314 if (tcsetattr(fd232, TCSANOW, ttyp) <
[all...]
H A Drefclock_msfees.c438 struct termios ttyb, *ttyp; local
482 ttyp = &ttyb;
483 if (tcgetattr(fd232, ttyp) < 0) {
488 ttyp->c_iflag = IGNBRK|IGNPAR|ICRNL;
489 ttyp->c_cflag = SPEED232|CS8|CLOCAL|CREAD;
490 ttyp->c_oflag = 0;
491 ttyp->c_lflag = ICANON;
492 ttyp->c_cc[VERASE] = ttyp->c_cc[VKILL] = '\0';
493 if (tcsetattr(fd232, TCSANOW, ttyp) <
[all...]
/freebsd-9.3-release/usr.sbin/ppp/
H A Dtty.c560 struct ttyent *ttyp; local
564 for (slot = 1; (ttyp = getttyent()); ++slot)
565 if (!strcmp(ttyp->ty_name, p->name.base)) {
/freebsd-9.3-release/lib/libprocstat/
H A Dlibprocstat.c983 void *ttyp; local
989 ttyp = fst->fs_typedep;
990 if (ttyp == NULL)
992 if (!kvm_read_all(kd, (unsigned long)ttyp, &tty, sizeof(struct tty))) {
993 warnx("can't read tty at %p", (void *)ttyp);
/freebsd-9.3-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h307 __u8 ttyp; member in struct:fw_filter_wr
/freebsd-9.3-release/sys/dev/cxgbe/
H A Dt4_main.c7150 fwr->ttyp = f->fs.val.tos;

Completed in 178 milliseconds