Home
last modified time | relevance | path

Searched refs:LDISC_RAW (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/ntp/ntpd/
H A Drefclock_jjy.c614 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 Drefclock_zyfer.c141 fd = refclock_open(device, SPEED232, LDISC_RAW); in zyfer_start()
H A Dntp_refclock.c1017 if (lflags & LDISC_RAW) { in refclock_setup()
1095 if (lflags & LDISC_RAW) { in refclock_setup()
H A Drefclock_chu.c496 fd = refclock_open(device, SPEED232, LDISC_RAW); in chu_start()
504 fd = refclock_open(device, SPEED232, LDISC_RAW); in chu_start()
H A Drefclock_acts.c517 LDISC_RAW | LDISC_REMOTE); in acts_timeout()
H A Drefclock_jupiter.c187 fd = refclock_open(gpsdev, SPEED232, LDISC_RAW); in jupiter_start()
H A Drefclock_palisade.c315 fd = refclock_open(gpsdev, speed, LDISC_RAW); in palisade_start()
H A Drefclock_oncore.c687 fd1 = refclock_open(device1, SPEED, LDISC_RAW); in oncore_start()
H A Drefclock_ripencc.c480 fd = refclock_open(device, SPEED232, LDISC_RAW); in ripencc_start()
/freebsd-12.1/contrib/ntp/include/
H A Dntp_tty.h89 #define LDISC_RAW 0x020 /* raw binary */ macro