Searched refs:LDISC_RAW (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | refclock_jjy.c | 614 if ( up->linediscipline == LDISC_RAW ) { in jjy_receive() 687 if ( up->linediscipline == LDISC_RAW ) { in jjy_receive() 744 if ( up->linediscipline == LDISC_RAW ) { in jjy_receive() 805 if ( up->linediscipline == LDISC_RAW ) { in jjy_receive() 1181 if ( up->linediscipline == LDISC_RAW ) { in jjy_receive_tristate_jjy01() 1443 up->linediscipline = LDISC_RAW ; in jjy_start_cdex_jst2000() 1474 if ( up->linediscipline == LDISC_RAW ) { in jjy_receive_cdex_jst2000() 1638 if ( up->linediscipline == LDISC_RAW ) { in jjy_receive_echokeisokuki_lt2000() 1852 if ( up->linediscipline == LDISC_RAW ) { in jjy_receive_citizentic_jjy200() 2326 up->linediscipline = LDISC_RAW ; in jjy_start_seiko_tsys_tdc_300() [all …]
|
| H A D | refclock_zyfer.c | 141 fd = refclock_open(device, SPEED232, LDISC_RAW); in zyfer_start()
|
| H A D | ntp_refclock.c | 1017 if (lflags & LDISC_RAW) { in refclock_setup() 1095 if (lflags & LDISC_RAW) { in refclock_setup()
|
| H A D | refclock_chu.c | 496 fd = refclock_open(device, SPEED232, LDISC_RAW); in chu_start() 504 fd = refclock_open(device, SPEED232, LDISC_RAW); in chu_start()
|
| H A D | refclock_acts.c | 517 LDISC_RAW | LDISC_REMOTE); in acts_timeout()
|
| H A D | refclock_jupiter.c | 187 fd = refclock_open(gpsdev, SPEED232, LDISC_RAW); in jupiter_start()
|
| H A D | refclock_palisade.c | 315 fd = refclock_open(gpsdev, speed, LDISC_RAW); in palisade_start()
|
| H A D | refclock_oncore.c | 687 fd1 = refclock_open(device1, SPEED, LDISC_RAW); in oncore_start()
|
| H A D | refclock_ripencc.c | 480 fd = refclock_open(device, SPEED232, LDISC_RAW); in ripencc_start()
|
| /freebsd-12.1/contrib/ntp/include/ |
| H A D | ntp_tty.h | 89 #define LDISC_RAW 0x020 /* raw binary */ macro
|