HomeSort by: relevance | last modified time | path
    Searched refs:CFGH (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/include/
mbg_gps166.h 233 GPS_CFGH = 0x100, ///< (rw-) ::CFGH, SVs' configuration and health codes
789 } CFGH;
977 void get_mbg_cfgh (unsigned char **, CFGH *);
  /src/external/bsd/ntp/dist/libparse/
data_mbg.c 297 CFGH *cfghp
  /src/external/bsd/ntp/dist/ntpd/
refclock_parse.c 4520 CFGH cfgh; local
4524 get_mbg_cfgh(&bufp, &cfgh);
4525 if (cfgh.valid)
4534 mbg_tgps_str(&p, &cfgh.tot_51, BUFFER_SIZE(buffer, p));
4542 mbg_tgps_str(&p, &cfgh.tot_63, BUFFER_SIZE(buffer, p));
4550 mbg_tgps_str(&p, &cfgh.t0a, BUFFER_SIZE(buffer, p));
4560 tmp_val = cfgh.health[i]; /* a 6 bit SV health code */
4584 tmp_val = cfgh.cfg[i]; /* a 4 bit SV configuration/type code */

Completed in 19 milliseconds