Searched refs:REFID (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq-opts.h178 # ifdef REFID
179 # warning undefining REFID due to option name conflict
180 # undef REFID macro
196 # undef REFID macro
220 #define OPT_REFID_VAL2STR(_v) optionKeywordName(&DESC(REFID), (_v))
221 #define OPT_VALUE_REFID (DESC(REFID).optArg.argEnum)
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_atom.c81 #define REFID "PPS\0" /* reference ID */ macro
134 memcpy((char *)&pp->refid, REFID, 4);
H A Drefclock_heath.c165 #define REFID "WWV\0" /* reference ID */ macro
245 memcpy(&pp->refid, REFID, 4);
H A Drefclock_hopfpci.c64 #define REFID "hopf" /* reference ID */ macro
153 memcpy((char *)&pp->refid, REFID, 4);
H A Drefclock_pcf.c33 #define REFID "PCF" macro
103 memcpy((char *)&pp->refid, REFID, 4);
H A Drefclock_tpro.c32 #define REFID "IRIG" /* reference ID */ macro
103 memcpy((char *)&pp->refid, REFID, 4);
H A Drefclock_tt560.c30 #define REFID "IRIG" /* reference ID */ macro
127 memcpy((char *)&pp->refid, REFID, 4);
H A Drefclock_palisade.h93 #define REFID "GPS\0" /* reference ID */ macro
H A Drefclock_arbiter.c100 #define REFID "GPS " /* reference ID */ macro
192 memcpy((char *)&pp->refid, REFID, 4);
H A Drefclock_as2201.c69 #define REFID "GPS\0" /* reference ID */ macro
195 memcpy((char *)&pp->refid, REFID, 4);
H A Drefclock_chronolog.c50 #define REFID "chronolog" /* reference ID */ macro
139 memcpy((char *)&pp->refid, REFID, 4);
H A Drefclock_dumbclock.c52 #define REFID "dumbclock" /* reference ID */ macro
162 memcpy((char *)&pp->refid, REFID, 4);
H A Drefclock_fg.c28 #define REFID "GPS" macro
138 memcpy(&pp->refid, REFID, 3);
H A Drefclock_gpsvme.c68 #define REFID "USNO" /* reference ID */ macro
130 memcpy(&pp->refid, REFID, 4);
H A Drefclock_hopfser.c60 #define REFID "hopf\0" /* reference ID */ macro
172 memcpy((char *)&pp->refid, REFID, 4);
H A Drefclock_ulink.c72 #define REFID "WWVB" /* reference ID */ macro
156 memcpy((char *)&pp->refid, REFID, 4);
H A Drefclock_zyfer.c84 #define REFID "GPS\0" /* reference ID */ macro
170 memcpy((char *)&pp->refid, REFID, 4);
H A Drefclock_hpgps.c97 #define REFID "GPS\0" /* reference ID */ macro
199 memcpy((char *)&pp->refid, REFID, 4);
H A Drefclock_wwvb.c119 #define REFID "WWVB" /* reference ID */ macro
218 memcpy(&pp->refid, REFID, 4);
H A Drefclock_shm.c53 #define REFID "SHM" /* reference ID */ macro
236 memcpy((char *)&pp->refid, REFID, 4);
H A Drefclock_acts.c142 #define REFID "NONE" /* default reference ID */ macro
274 memcpy(&pp->refid, REFID, 4);
H A Drefclock_irig.c152 #define REFID "IRIG" /* reference ID */ macro
354 memcpy((char *)&pp->refid, REFID, 4);
H A Drefclock_true.c143 #define REFID "TRUE" /* reference id */ macro
310 memcpy(&pp->refid, REFID, 4);
H A Drefclock_datum.c108 #define REFID "DATM" /* reference id */ macro
H A Drefclock_jjy.c159 #define REFID "JJY" /* reference ID */ macro
559 memcpy( (char*)&pp->refid, REFID, strlen(REFID) ) ;

Completed in 210 milliseconds

12