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

/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_refclock.c949 TTY ttyb, *ttyp; local
959 ttyp = &ttyb;
965 if (tcgetattr(fd, ttyp) < 0) {
981 ttyp->c_iflag = IGNBRK | IGNPAR | ICRNL;
982 ttyp->c_oflag = 0;
983 ttyp->c_cflag = CS8 | CLOCAL | CREAD;
986 ttyp->c_cflag = CS7 | PARENB | PARODD | CLOCAL | CREAD;
991 ttyp->c_cc[i] = '\0';
1009 ttyp->c_cflag &= ~CLOCAL;
1016 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-11-stable/usr.sbin/ppp/
H A Dtty.c562 struct ttyent *ttyp; local
566 for (slot = 1; (ttyp = getttyent()); ++slot)
567 if (!strcmp(ttyp->ty_name, p->name.base)) {
/freebsd-11-stable/lib/libprocstat/
H A Dlibprocstat.c1002 void *ttyp; local
1008 ttyp = fst->fs_typedep;
1009 if (ttyp == NULL)
1011 if (!kvm_read_all(kd, (unsigned long)ttyp, &tty, sizeof(struct tty))) {
1012 warnx("can't read tty at %p", (void *)ttyp);
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dt4fw_api.h185 __u8 ttyp; member in struct:fw_filter_wr
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_filter.c668 fwr->ttyp = f->fs.val.tos;
/freebsd-11-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h335 __u8 ttyp; member in struct:fw_filter_wr
367 __u8 ttyp; member in struct:fw_filter2_wr

Completed in 399 milliseconds