/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq-opts.h | 187 # ifdef REFID 188 # warning undefining REFID due to option name conflict 189 # undef REFID 209 # undef REFID 234 #define OPT_REFID_VAL2STR(_v) optionKeywordName(&DESC(REFID), (_v)) 235 #define OPT_VALUE_REFID (DESC(REFID).optArg.argEnum)
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_atom.c | 81 #define REFID "PPS\0" /* reference ID */ macro 134 memcpy((char *)&pp->refid, REFID, 4); in atom_start()
|
H A D | refclock_hopfpci.c | 64 #define REFID "hopf" /* reference ID */ macro 153 memcpy((char *)&pp->refid, REFID, 4); in hopfpci_start()
|
H A D | refclock_tpro.c | 32 #define REFID "IRIG" /* reference ID */ macro 103 memcpy((char *)&pp->refid, REFID, 4); in tpro_start()
|
H A D | refclock_heath.c | 165 #define REFID "WWV\0" /* reference ID */ macro 245 memcpy(&pp->refid, REFID, 4); in heath_start()
|
H A D | refclock_pcf.c | 33 #define REFID "PCF" macro 103 memcpy((char *)&pp->refid, REFID, 4); in pcf_start()
|
H A D | refclock_tt560.c | 30 #define REFID "IRIG" /* reference ID */ macro 127 memcpy((char *)&pp->refid, REFID, 4); in tt560_start()
|
H A D | refclock_zyfer.c | 84 #define REFID "GPS\0" /* reference ID */ macro 170 memcpy((char *)&pp->refid, REFID, 4); in zyfer_start()
|
H A D | refclock_gpsvme.c | 68 #define REFID "USNO" /* reference ID */ macro 130 memcpy(&pp->refid, REFID, 4); in psc_start()
|
H A D | refclock_hopfser.c | 54 #define REFID "hopf\0" /* reference ID */ macro 166 memcpy((char *)&pp->refid, REFID, 4); in hopfserial_start()
|
H A D | refclock_as2201.c | 69 #define REFID "GPS\0" /* reference ID */ macro 195 memcpy((char *)&pp->refid, REFID, 4); in as2201_start()
|
H A D | refclock_fg.c | 28 #define REFID "GPS" macro 138 memcpy(&pp->refid, REFID, 3); in fg_start()
|
H A D | refclock_dumbclock.c | 46 #define REFID "dumbclock" /* reference ID */ macro 156 memcpy((char *)&pp->refid, REFID, 4); in dumbclock_start()
|
H A D | refclock_chronolog.c | 50 #define REFID "chronolog" /* reference ID */ macro 139 memcpy((char *)&pp->refid, REFID, 4); in chronolog_start()
|
H A D | refclock_ulink.c | 72 #define REFID "WWVB" /* reference ID */ macro 156 memcpy((char *)&pp->refid, REFID, 4); in ulink_start()
|
H A D | refclock_arbiter.c | 94 #define REFID "GPS " /* reference ID */ macro 186 memcpy((char *)&pp->refid, REFID, 4); in arb_start()
|
H A D | refclock_palisade.h | 93 #define REFID "GPS\0" /* reference ID */ macro
|
H A D | refclock_hpgps.c | 97 #define REFID "GPS\0" /* reference ID */ macro 199 memcpy((char *)&pp->refid, REFID, 4); in hpgps_start()
|
H A D | refclock_wwvb.c | 119 #define REFID "WWVB" /* reference ID */ macro 218 memcpy(&pp->refid, REFID, 4); in wwvb_start()
|
H A D | refclock_acts.c | 136 #define REFID "NONE" /* default reference ID */ macro 268 memcpy(&pp->refid, REFID, 4); in acts_start()
|
H A D | refclock_shm.c | 53 #define REFID "SHM" /* reference ID */ macro 236 memcpy((char *)&pp->refid, REFID, 4); in shm_start()
|
H A D | refclock_true.c | 137 #define REFID "TRUE" /* reference id */ macro 304 memcpy(&pp->refid, REFID, 4); in true_start()
|
H A D | refclock_irig.c | 152 #define REFID "IRIG" /* reference ID */ macro 354 memcpy((char *)&pp->refid, REFID, 4); in irig_start()
|
H A D | refclock_arc.c | 193 3) REFID has been made "MSFa" to reflect the MSF time source and the 384 #define REFID "MSFa" /* Reference ID. */ macro 741 memcpy((char *)&pp->refid, REFID, 4); in arc_start()
|
H A D | refclock_jupiter.c | 86 #define REFID "GPS\0" /* reference id */ macro 214 memcpy((char *)&pp->refid, REFID, 4); in jupiter_start()
|