Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_oncore.c282 enum site_survey_state site_survey; /* Site Survey state */ member
629 instance->site_survey = ONCORE_SS_UNKNOWN; in oncore_start()
1613 if ((instance->site_survey == ONCORE_SS_DONE) && (instance->mode != MODE_0D)) { in oncore_get_timestamp()
1617 if ((instance->site_survey != ONCORE_SS_DONE) || (instance->mode != MODE_0D)) { in oncore_get_timestamp()
2047 if (instance->site_survey == ONCORE_SS_TESTING) { in oncore_get_timestamp()
2053 instance->site_survey = ONCORE_SS_HW; in oncore_get_timestamp()
2225 instance->site_survey = ONCORE_SS_DONE; in oncore_get_timestamp()
2232 instance->site_survey = ONCORE_SS_TESTING; in oncore_get_timestamp()
2263 if (instance->site_survey == ONCORE_SS_TESTING) { in oncore_get_timestamp()
2273 instance->site_survey = ONCORE_SS_HW; in oncore_get_timestamp()
[all …]