Searched refs:ttyp (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_refclock.c | 1028 TTY ttyb, *ttyp; in refclock_setup() 1038 ttyp = &ttyb; in refclock_setup() 1044 if (tcgetattr(fd, ttyp) < 0) { in refclock_setup() 1060 ttyp->c_iflag = IGNBRK | IGNPAR | ICRNL; in refclock_setup() 1061 ttyp->c_oflag = 0; in refclock_setup() 1062 ttyp->c_cflag = CS8 | CLOCAL | CREAD; in refclock_setup() 1065 ttyp->c_cflag = CS7 | PARENB | PARODD | CLOCAL | CREAD; in refclock_setup() 1070 ttyp->c_cc[i] = '\0'; in refclock_setup() 1088 ttyp->c_cflag &= ~CLOCAL; in refclock_setup() 1095 ttyp in refclock_setup() 1030 TTY ttyb, *ttyp; refclock_setup() local [all...] |
H A D | refclock_leitch.c | 301 { struct termios ttyb, *ttyp; in leitch_start() local 303 ttyp = &ttyb; in leitch_start() 304 if (tcgetattr(fd232, ttyp) < 0) { in leitch_start() 309 ttyp->c_iflag = IGNBRK|IGNPAR|ICRNL; in leitch_start() 310 ttyp->c_oflag = 0; in leitch_start() 311 ttyp->c_cflag = SPEED232|CS8|CLOCAL|CREAD; in leitch_start() 312 ttyp->c_lflag = ICANON; in leitch_start() 313 ttyp->c_cc[VERASE] = ttyp->c_cc[VKILL] = '\0'; in leitch_start() 314 if (tcsetattr(fd232, TCSANOW, ttyp) < 0) { in leitch_start()
|
H A D | refclock_msfees.c | 438 struct termios ttyb, *ttyp; in msfees_start() local 482 ttyp = &ttyb; in msfees_start() 483 if (tcgetattr(fd232, ttyp) < 0) { in msfees_start() 488 ttyp->c_iflag = IGNBRK|IGNPAR|ICRNL; in msfees_start() 489 ttyp->c_cflag = SPEED232|CS8|CLOCAL|CREAD; in msfees_start() 490 ttyp->c_oflag = 0; in msfees_start() 491 ttyp->c_lflag = ICANON; in msfees_start() 492 ttyp->c_cc[VERASE] = ttyp->c_cc[VKILL] = '\0'; in msfees_start() 493 if (tcsetattr(fd232, TCSANOW, ttyp) < 0) { in msfees_start()
|
/freebsd/usr.sbin/ppp/ |
H A D | tty.c | 560 struct ttyent *ttyp; in tty_Slot() local 564 for (slot = 1; (ttyp = getttyent()); ++slot) in tty_Slot() 565 if (!strcmp(ttyp->ty_name, p->name.base)) { in tty_Slot()
|
/freebsd/sbin/devfs/ |
H A D | devfs.rules | 54 add path 'ttyp*' unhide
|
/freebsd/share/doc/smm/01.setup/ |
H A D | spell.ok | 559 ttyp
|
/freebsd/lib/libprocstat/ |
H A D | libprocstat.c | 1034 void *ttyp; in procstat_get_pts_info_kvm() local 1040 ttyp = fst->fs_typedep; in procstat_get_pts_info_kvm() 1041 if (ttyp == NULL) in procstat_get_pts_info_kvm() 1043 if (!kvm_read_all(kd, (unsigned long)ttyp, &tty, sizeof(struct tty))) { in procstat_get_pts_info_kvm() 1044 warnx("can't read tty at %p", (void *)ttyp); in procstat_get_pts_info_kvm()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_filter.c | 759 fwr->ttyp = f->fs.val.tos; in set_tcamfilter()
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | t4fw_api.h | 185 __u8 ttyp; member
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_interface.h | 334 __u8 ttyp; member 366 __u8 ttyp; member
|