Searched refs:cfgh (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_parse.c | 4518 CFGH cfgh; in gps16x_message() local 4522 get_mbg_cfgh(&bufp, &cfgh); in gps16x_message() 4523 if (cfgh.valid) in gps16x_message() 4532 mbg_tgps_str(&p, &cfgh.tot_51, BUFFER_SIZE(buffer, p)); in gps16x_message() 4540 mbg_tgps_str(&p, &cfgh.tot_63, BUFFER_SIZE(buffer, p)); in gps16x_message() 4548 mbg_tgps_str(&p, &cfgh.t0a, BUFFER_SIZE(buffer, p)); in gps16x_message() 4558 tmp_val = cfgh.health[i]; /* a 6 bit SV health code */ in gps16x_message() 4582 tmp_val = cfgh.cfg[i]; /* a 4 bit SV configuration/type code */ in gps16x_message()
|